mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Tiny useless changes
This commit is contained in:
parent
1e61a279cc
commit
dd1d067fde
@ -3,7 +3,7 @@ EntityConfig (
|
||||
body: RandomWith("moose"),
|
||||
alignment: Alignment(Wild),
|
||||
|
||||
loot: LootTable("common.loot_tables.creature.quad_low.fanged"),
|
||||
loot: LootTable("common.loot_tables.creature.quad_medium.generic"),
|
||||
|
||||
hands: Uninit,
|
||||
|
||||
|
@ -9,6 +9,6 @@ ItemDef(
|
||||
flicker_thousandths: 600,
|
||||
),
|
||||
),
|
||||
quality: Epic,
|
||||
quality: Legendary,
|
||||
tags: [Utility],
|
||||
)
|
||||
|
@ -10,4 +10,5 @@
|
||||
(1.0, ItemQuantity("common.items.mineral.ingot.bloodsteel", 3, 10)),
|
||||
// Consumables
|
||||
(2.0, LootTable("common.loot_tables.consumable.good")),
|
||||
(0.1, ItemQuantity("common.items.food.spore_corruption", 1, 3)),
|
||||
]
|
||||
|
@ -1,8 +1,8 @@
|
||||
[
|
||||
// Currency
|
||||
(50.0, ItemQuantity("common.items.utility.coins", 50, 100)),
|
||||
(30.0, ItemQuantity("common.items.utility.coins", 50, 100)),
|
||||
// Nothing
|
||||
(50.0, Nothing),
|
||||
(30.0, Nothing),
|
||||
// Special
|
||||
(1.0, Item("common.items.food.spore_corruption")),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user