Make grenades less rare
This commit is contained in:
parent
efbd21eed1
commit
f1e45f006c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +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.05,2,1)
|
||||
treasurer.register_treasure("shooter:grenade",0.08,2,1)
|
||||
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…
Reference in a new issue