mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Move fireworks into own table
This commit is contained in:
parent
12d4afd3a5
commit
7e909be2b5
@ -14,11 +14,6 @@
|
||||
(0.1, Item("common.items.glider.glider_blue")),
|
||||
(0.001, Item("common.items.armor.misc.back.backpack")),
|
||||
(0.1, Item("common.items.armor.misc.bag.heavy_seabag")),
|
||||
(0.1, Item("common.items.utility.firework_blue")),
|
||||
(0.1, Item("common.items.utility.firework_green")),
|
||||
(0.1, Item("common.items.utility.firework_purple")),
|
||||
(0.1, Item("common.items.utility.firework_red")),
|
||||
(0.1, Item("common.items.utility.firework_white")),
|
||||
(0.1, Item("common.items.utility.firework_yellow")),
|
||||
(0.5, LootTable("common.loot_tables.fireworks")),
|
||||
(0.5, Item("common.items.utility.bomb")),
|
||||
]
|
||||
|
8
assets/common/loot_tables/fireworks.ron
Normal file
8
assets/common/loot_tables/fireworks.ron
Normal file
@ -0,0 +1,8 @@
|
||||
[
|
||||
(0.1, Item("common.items.utility.firework_blue")),
|
||||
(0.1, Item("common.items.utility.firework_green")),
|
||||
(0.1, Item("common.items.utility.firework_purple")),
|
||||
(0.1, Item("common.items.utility.firework_red")),
|
||||
(0.1, Item("common.items.utility.firework_white")),
|
||||
(0.1, Item("common.items.utility.firework_yellow")),
|
||||
]
|
Loading…
Reference in New Issue
Block a user