Tiny useless changes

This commit is contained in:
Youssef Fahmy 2021-10-18 14:33:31 +00:00 committed by Justin Shipsey
parent 1e61a279cc
commit dd1d067fde
4 changed files with 5 additions and 4 deletions

View File

@ -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,

View File

@ -9,6 +9,6 @@ ItemDef(
flicker_thousandths: 600,
),
),
quality: Epic,
quality: Legendary,
tags: [Utility],
)

View File

@ -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)),
]

View File

@ -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")),
]