diff options
author | Stijn Buys <ingar@osirion.org> | 2012-11-18 15:09:13 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2012-11-18 15:09:13 +0000 |
commit | 3de840b94ca8de04fd97af23b1f54cd6d999917f (patch) | |
tree | fe440c7abe38c629ad04eb1482f76e23a7691682 | |
parent | 125ebbd2672b12c7066e77c50a5dbccc58772cfa (diff) |
Adds damage values for spacemines.
-rw-r--r-- | base/ini/weapons.ini | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/base/ini/weapons.ini b/base/ini/weapons.ini index a30f506..1a444e7 100644 --- a/base/ini/weapons.ini +++ b/base/ini/weapons.ini @@ -8,17 +8,20 @@ label=mine_dumb name=Dumb mine info=The dumb mine is the cheapest of all mines. It will remain stationary in space and explode if something touches it. -price=50 +price=500 +damage=25 [mine] label=mine_proxy name=Proximity mine -price=250 +price=2500 +damage=100 [mine] label=mine_smart name=Smart mine -price=500 +price=15000 +damage=250 [cannon] label=laser1 |