Add medkits, remove apples
This commit is contained in:
parent
3e57880520
commit
b7bab11c3b
11 changed files with 134 additions and 65 deletions
|
@ -5,7 +5,7 @@ local items = {
|
|||
" running and punching your team's flag.",
|
||||
"* Look for weapons and other resources in chests, or mine and use furnaces to make swords.",
|
||||
"* Good swords do more damage than guns, but need to be used at close range.",
|
||||
"* Use apples to replenish health quickly.",
|
||||
"* Use medkits to replenish health gradually.",
|
||||
"* Gain more score by killing more than you die, or by capturing the flag.",
|
||||
"* Players are immune for 10 seconds after they respawn.",
|
||||
"* Access the pro section of the chest by achieving a 2k+ score and",
|
||||
|
|
|
@ -4,7 +4,6 @@ function ctf_treasure.register_default_treasures()
|
|||
treasurer.register_treasure("default:ladder",0.3,5,{1,20})
|
||||
treasurer.register_treasure("default:torch",0.3,5,{1,20})
|
||||
treasurer.register_treasure("default:cobble",0.4,5,{45,99})
|
||||
treasurer.register_treasure("default:apple",0.3,5,{1,8})
|
||||
treasurer.register_treasure("default:wood",0.3,5,{30,60})
|
||||
treasurer.register_treasure("doors:door_steel",0.3,5,{1,3})
|
||||
|
||||
|
@ -24,4 +23,5 @@ function ctf_treasure.register_default_treasures()
|
|||
treasurer.register_treasure("shooter:arrow_white",0.5,2,{2,18})
|
||||
|
||||
treasurer.register_treasure("ctf_bandages:bandage",0.3,5,{1,6})
|
||||
treasurer.register_treasure("medkits:medkit",0.8,5,{2,4})
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue