Add grenades
This commit is contained in:
parent
df4855f7e7
commit
6c14243b2d
24 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ treasurer.register_treasure("shooter:crossbow",0.5,2,{1,5})
|
|||
treasurer.register_treasure("shooter:pistol",0.4,2,{1,5})
|
||||
treasurer.register_treasure("shooter:rifle",0.1,2,{1,2})
|
||||
treasurer.register_treasure("shooter:shotgun",0.05,2,1)
|
||||
treasurer.register_treasure("shooter:grenade",0.01,2,{1,5})
|
||||
treasurer.register_treasure("shooter:machine_gun",0.01,2,1)
|
||||
treasurer.register_treasure("shooter:ammo",0.3,2,{1,10})
|
||||
treasurer.register_treasure("shooter:arrow_white",0.5,2,{1,10})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue