hotbot/assets/common/entity/dungeon/haniwa/archer.ron
2024-06-11 14:43:30 -04:00

16 lines
508 B
Plaintext

#![enable(implicit_some)]
(
name: Name("Haniwa Archer"),
body: RandomWith("haniwa"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.dungeon.haniwa.enemy"),
inventory: (
loadout: Inline((
inherit: Asset("common.loadout.dungeon.haniwa.archer"),
active_hands: InHands((Item("common.items.npc_weapons.biped_small.haniwa.archer"), None)),
)),
),
meta: [
SkillSetAsset("common.skillset.preset.rank3.fullskill"),
],
)