Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions data/minigame/castle_wars/castle_wars.items.toml
Original file line number Diff line number Diff line change
Expand Up @@ -358,121 +358,145 @@ kept = "Reclaim"
[cw_super_attack_potion_4]
id = 18715
weight = 0.035
excess = "cw_super_attack_potion_3"
examine = "4 doses of super attack potion."

[cw_super_attack_potion_3]
id = 18716
weight = 0.026
excess = "cw_super_attack_potion_2"
examine = "3 doses of super attack potion."

[cw_super_attack_potion_2]
id = 18717
weight = 0.017
excess = "cw_super_attack_potion_1"
examine = "2 doses of super attack potion."

[cw_super_attack_potion_1]
id = 18718
weight = 0.008
heals = 0
examine = "1 dose of super attack potion."

[cw_super_strength_potion_4]
id = 18719
weight = 0.035
excess = "cw_super_strength_potion_3"
examine = "4 doses of super strength potion."

[cw_super_strength_potion_3]
id = 18720
weight = 0.026
excess = "cw_super_strength_potion_2"
examine = "3 doses of super strength potion."

[cw_super_strength_potion_2]
id = 18721
weight = 0.017
excess = "cw_super_strength_potion_1"
examine = "2 doses of super strength potion."

[cw_super_strength_potion_1]
id = 18722
weight = 0.008
heals = 0
examine = "1 dose of super strength potion."

[cw_super_defence_potion_4]
id = 18723
weight = 0.035
excess = "cw_super_defence_potion_3"
examine = "4 doses of super defence potion."

[cw_super_defence_potion_3]
id = 18724
weight = 0.026
excess = "cw_super_defence_potion_2"
examine = "3 doses of super defence potion."

[cw_super_defence_potion_2]
id = 18725
weight = 0.017
excess = "cw_super_defence_potion_1"
examine = "2 doses of super defence potion."

[cw_super_defence_potion_1]
id = 18726
weight = 0.008
heals = 0
examine = "1 dose of super defence potion."

[cw_super_energy_potion_4]
id = 18727
weight = 0.035
excess = "cw_super_energy_potion_3"
examine = "4 doses of super energy potion."

[cw_super_energy_potion_3]
id = 18728
weight = 0.026
excess = "cw_super_energy_potion_2"
examine = "3 doses of super energy potion."

[cw_super_energy_potion_2]
id = 18729
weight = 0.017
excess = "cw_super_energy_potion_1"
examine = "2 doses of super energy potion."

[cw_super_energy_potion_1]
id = 18730
weight = 0.008
heals = 0
examine = "1 dose of super energy potion."

[cw_super_ranging_potion_4]
id = 18731
weight = 0.035
excess = "cw_super_ranging_potion_3"
examine = "4 doses of super ranging potion."

[cw_super_ranging_potion_3]
id = 18732
weight = 0.026
excess = "cw_super_ranging_potion_2"
examine = "3 doses of super ranging potion."

[cw_super_ranging_potion_2]
id = 18733
weight = 0.017
excess = "cw_super_ranging_potion_1"
examine = "2 doses of super ranging potion."

[cw_super_ranging_potion_1]
id = 18734
weight = 0.008
heals = 0
examine = "1 dose of super ranging potion."

[cw_super_magic_potion_4]
id = 18735
weight = 0.035
excess = "cw_super_magic_potion_3"
examine = "4 doses of super magic potion."

[cw_super_magic_potion_3]
id = 18736
weight = 0.026
excess = "cw_super_magic_potion_2"
examine = "3 doses of super magic potion."

[cw_super_magic_potion_2]
id = 18737
weight = 0.017
excess = "cw_super_magic_potion_1"
examine = "2 doses of super magic potion."

[cw_super_magic_potion_1]
id = 18738
weight = 0.008
heals = 0
examine = "1 dose of super magic potion."

[castle_wars_flag_cape]
Expand Down
5 changes: 5 additions & 0 deletions data/minigame/herblore_habitat/herblore_habitat.gfx.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[juju_mining_bank]
id = 2896

[juju_woodcutting_bank]
id = 2897
Loading