Skip to content

Commit

Permalink
allow repairing of catapults by workers
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed Dec 24, 2021
1 parent 82b4858 commit 49e352b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/balancing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,17 @@ DefineUnitType("unit-warlock", {Costs = {"time", 350, "gold", 800, "wood", 1

DefineUnitType("unit-human-catapult", {
Demand = 3,
RepairHp = 4,
RepairCosts = { "gold", 1, "wood", 1 },
organic = false,
BasicDamage = 150,
MaxAttackRange = 8,
MinAttackRange = 3,
})
DefineUnitType("unit-orc-catapult", {
Demand = 3,
RepairHp = 4,
RepairCosts = { "gold", 1, "wood", 1 },
organic = false,
BasicDamage = 150,
MaxAttackRange = 8,
Expand Down

0 comments on commit 49e352b

Please sign in to comment.