Units: add sand_scorpion variation to Walking Corpse and Soulless

Units: add sand_scorpion variation to Walking Corpse and Soulless
This commit is contained in:
Tahsin Jahin Khalid 2022-10-06 00:29:55 +08:00 committed by GitHub
commit 6cb968d6c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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}