mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
065da20812
+ Villagers only wear christmas hat + Guards wear boreal_warhelm + Gave guards christmas color lanterns + Grave_robbers now wear hood and hood_dark too while also dropping them at a higher rate than previously. + Christmas event now starts at 20th and goes till 30th of december + item_image_manifest.ron manifest fix + Created a potential boss loot table which allows the player to get the winter_cap, the boreal_warhelm, polaris lantern, and more blue cheese. + Updated hood_dark with another index 17 layer to prevent hair clip.
20 lines
761 B
Rust
20 lines
761 B
Rust
[
|
|
// Crafting Ingredients
|
|
(5.0, LootTable("common.loot_tables.materials.common")),
|
|
// Consumables
|
|
(0.2, Item("common.items.consumable.potion_minor")),
|
|
// Ring
|
|
(0.02, Item("common.items.armor.misc.ring.gold")),
|
|
// Necklace
|
|
(0.02, Item("common.items.armor.misc.neck.gold")),
|
|
// Utility
|
|
(0.05, Item("common.items.utility.collar")),
|
|
// Armor
|
|
(0.01, Item("common.items.armor.misc.head.bandana.thief")),
|
|
(0.01, Item("common.items.armor.misc.head.bandana.red")),
|
|
(0.01, Item("common.items.armor.misc.head.hood")),
|
|
(0.01, Item("common.items.armor.misc.head.hood_dark")),
|
|
// Food
|
|
(1.0, LootTable("common.loot_tables.food.wild_ingredients")),
|
|
(0.25, LootTable("common.loot_tables.food.prepared")),
|
|
] |