Fix #44 - Auto use damage bonus for melee/unarmed
This commit is contained in:
		| @@ -113,6 +113,8 @@ export const RESOURCE_BREAKDOWN = [ | ||||
|   { value: 20, hand: 6, stowed: 6, storage: 8, checks: 3} | ||||
| ] | ||||
|  | ||||
| export const DAMAGE_BONUS = [ -2, -2, -2, -2, -2, -1, -1, -1, -1, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2] | ||||
|  | ||||
| export const VEHICLE_SPEED = { | ||||
|   "none": "CTHULHUETERNAL.Label.None", | ||||
|   "slow": "CTHULHUETERNAL.Label.Slow", | ||||
| @@ -258,5 +260,6 @@ export const SYSTEM = { | ||||
|   VEHICLE_SPEED, | ||||
|   MODIFIER_CHOICES, | ||||
|   MULTIPLIER_CHOICES, | ||||
|   ASCII | ||||
|   ASCII, | ||||
|   DAMAGE_BONUS | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user