mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 14:03:47 +00:00
Mapping and balance
This commit is contained in:
parent
d042e4307e
commit
57eb6d1724
11 changed files with 36 additions and 14 deletions
|
|
@ -15,7 +15,7 @@ ItemKey = &"ICE_AMMO"
|
|||
Item = 3
|
||||
Tier = 0
|
||||
Price = 0
|
||||
Amount = 10
|
||||
Amount = 20
|
||||
Max = 250
|
||||
PickupIfMaxed = false
|
||||
ConsumeOnUse = true
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ ItemKey = &"NUCLEAR_AMMO"
|
|||
Item = 3
|
||||
Tier = 0
|
||||
Price = 0
|
||||
Amount = 5
|
||||
Amount = 10
|
||||
Max = 50
|
||||
PickupIfMaxed = false
|
||||
ConsumeOnUse = true
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ ItemKey = &"YINYANG_AMMO"
|
|||
Item = 3
|
||||
Tier = 0
|
||||
Price = 0
|
||||
Amount = 5
|
||||
Amount = 10
|
||||
Max = 50
|
||||
PickupIfMaxed = false
|
||||
ConsumeOnUse = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue