Skip to content

Commit

Permalink
Give heroes more HP due to artificial skin
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikolaj committed Apr 10, 2015
1 parent 6f103ef commit bc90558
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GameDefinition/Content/ItemKindActor.hs
Expand Up @@ -31,7 +31,8 @@ warrior = ItemKind
, irarity = [(1, 5)]
, iverbHit = "thud"
, iweight = 80000
, iaspects = [ AddMaxHP 60 -- partially from clothes and assumed first aid
, iaspects = [ AddMaxHP 80 -- partially from clothes and assumed first aid
-- also possibly from artificial skin
, AddMaxCalm 60, AddSpeed 20
, AddSkills $ EM.fromList [(AbProject, 2), (AbApply, 1)] ]
, ieffects = []
Expand Down

0 comments on commit bc90558

Please sign in to comment.