Valgrind passes. Fixed a bug in combat.
This commit is contained in:
parent
55af06821c
commit
568171c4a2
6 changed files with 18 additions and 21 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"background": "color:transparent"
|
||||
},
|
||||
{"_type": "Combat", "max_hp": 200, "max_ap": 12,
|
||||
"ap_delta": 6, "damage": 20, "attack_rating": 0.5, "toughness_rating": 0.1,
|
||||
"ap_delta": 6, "damage": 40, "attack_rating": 0.5, "toughness_rating": 0.1,
|
||||
"body_parts": {
|
||||
"head": 200,
|
||||
"chest": 200,
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
"background": "color:transparent"
|
||||
},
|
||||
{"_type": "Combat", "max_hp": 50, "max_ap": 12,
|
||||
"ap_delta": 6,"damage": 20, "attack_rating": 0.6, "toughness_rating": 0.2,
|
||||
"ap_delta": 6,"damage": 30, "attack_rating": 0.6, "toughness_rating": 0.2,
|
||||
"body_parts": {
|
||||
"head": 50,
|
||||
"chest": 50,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue