Units: add new corpse variation

This accommodates the variation of the Giant Scorpion, the Sand Scuttler.
This commit is contained in:
Tahsin Jahin Khalid 2022-09-27 23:59:56 +08:00
parent 314f6f7c78
commit 20cac6ab10
3 changed files with 37 additions and 0 deletions

View File

@ -114,6 +114,7 @@
small_profile="portraits/monsters/scuttler.webp~FL()"
profile="portraits/monsters/scuttler.webp~RIGHT()"
image="units/monsters/scorpion/sand-scuttler.png"
undead_variation=sand_scorpion
description= _ "Making their homes in sandy dunes, these critters are an odd mix of mundane creature and elemental beast. Though usually timid, Sand Scuttlers sometimes attack unwary travelers, especially when startled."
[standing_anim]
start_time=0

View File

@ -265,6 +265,24 @@
variation_id=scorpion
variation_name= _ "wc_variation^Scorpion"
inherit=yes
[resistance]
blade=90
pierce=80
impact=110
fire=90
cold=110
arcane=80
[/resistance]
profile=portraits/undead/zombie-scorpion.webp
{UNIT_BODY_SOULLESS_STATS scuttlefoot 4 33}
{UNIT_BODY_SOULLESS_GRAPHICS soulless-scorpion}
[/variation]
# account for sand scuttler
[variation]
variation_id=sand_scorpion
variation_name= _ "wc_variation^Scuttler"
inherit=yes
profile=portraits/undead/zombie-scorpion.webp
{UNIT_BODY_SOULLESS_STATS scuttlefoot 4 33}
{UNIT_BODY_SOULLESS_GRAPHICS soulless-scorpion}

View File

@ -264,6 +264,24 @@
variation_id=scorpion
variation_name= _ "wc_variation^Scorpion"
inherit=yes
[resistance]
blade=90
pierce=80
impact=110
fire=90
cold=110
arcane=80
[/resistance]
profile=portraits/undead/zombie-scorpion.webp
{UNIT_BODY_WALKING_CORPSE_STATS scuttlefoot 4 21}
{UNIT_BODY_WALKING_CORPSE_GRAPHICS zombie-scorpion}
[/variation]
# account for sand scuttler
[variation]
variation_id=sand_scorpion
variation_name= _ "wc_variation^Scuttler"
inherit=yes
profile=portraits/undead/zombie-scorpion.webp
{UNIT_BODY_WALKING_CORPSE_STATS scuttlefoot 4 21}
{UNIT_BODY_WALKING_CORPSE_GRAPHICS zombie-scorpion}