Added flamethrower with buring effects
This commit is contained in:
@@ -152,7 +152,15 @@ export const GAME_CONFIG = {
|
||||
|
||||
gameplay: {
|
||||
energyThreshold: 100,
|
||||
actionCost: 100
|
||||
actionCost: 100,
|
||||
flamethrower: {
|
||||
range: 4,
|
||||
initialDamage: 7,
|
||||
burnDamage: 3,
|
||||
burnDuration: 5,
|
||||
rechargeTurns: 20,
|
||||
maxCharges: 3
|
||||
}
|
||||
},
|
||||
|
||||
assets: {
|
||||
|
||||
Reference in New Issue
Block a user