mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
2163dc73b4
+ Adlet-bow armor count - 39 previous being 62 + Sahagin armor count - 71 previous being 88 + Haniwa armor count - 96 previous being 91 + Myrmidon armor count - 152 previous being 161 + Although an overall decrease in armor there's an increase in poise res, crit power, energy, and other stats. + Gave everything staff an ability set in skillset, and linked them all
15 lines
415 B
Rust
15 lines
415 B
Rust
EntityConfig (
|
|
name: Name("Haniwa Sorcerer"),
|
|
body: RandomWith("haniwa"),
|
|
alignment: Alignment(Enemy),
|
|
|
|
loot: LootTable("common.loot_tables.dungeon.tier-3.enemy"),
|
|
|
|
hands: TwoHanded(Item("common.items.npc_weapons.biped_small.haniwa.gnoll_staff")),
|
|
|
|
meta: [
|
|
LoadoutAsset("common.loadout.dungeon.tier-3.haniwa"),
|
|
SkillSetAsset("common.skillset.dungeon.tier-3.staff"),
|
|
],
|
|
)
|