Skip to content

Commit

Permalink
units: changing undead representations of some
Browse files Browse the repository at this point in the history
Scorpions: use spider, better than the humanoid
Wyverns: are a rather drakish species than gryphonic
Falcons: more of a huge bird than a tiny bat

Sand Scuttler: official name for the unit is now Scorpion, as
having both the variation and unit name being the same would
show the same name twice.
  • Loading branch information
sevu committed Aug 17, 2019
1 parent 2a90a62 commit c1c8f8a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/core/units.cfg
Expand Up @@ -130,7 +130,7 @@ Elves are the eldest race of the continent, with the possible exception of troll
plural_name= _ "race^Falcons"
description= _ "Falcons are birds of prey, noted for their exceptional speed and agility. Lighter and with less powerful talons than other raptors, falcons instead favor the use of their beak to kill their targets. Their keen eye and capacity for domestication makes them a populous and well-known creature, used both by nobles in sport, and by nomads or tribes who find them useful in hunting for food. Falcons occasionally find a role on the field of war as well, with certain falconers training their birds to distinguish between friend and foe, making them a useful asset to aid in an army’s charge."
num_traits=2
undead_variation=bat
undead_variation=gryphon
markov_chain_size=2
{OGRE_NAMES}
[/race]
Expand Down
2 changes: 1 addition & 1 deletion data/core/units/dunefolk/Wyvern_Rider.cfg
Expand Up @@ -16,7 +16,7 @@
usage=scout
description=""
die_sound={SOUND_LIST:HUMAN_DIE}
undead_variation=gryphon
undead_variation=drake
{DEFENSE_ANIM "units/dunefolk/wyvern-rider.png" "units/dunefolk/wyvern-rider.png" {SOUND_LIST:HUMAN_HIT}}
[attack]
name=bite
Expand Down
2 changes: 1 addition & 1 deletion data/core/units/monsters/Giant_Scorpion.cfg
Expand Up @@ -37,6 +37,7 @@
advances_to=null
{AMLA_DEFAULT}
cost=22
undead_variation=spider
usage=fighter
description= _ "A normal scorpion is dangerous enough — the deadliness of one the size of a man needs little explanation."+{SPECIAL_NOTES}+{SPECIAL_NOTES_POISON}
die_sound=hiss-big.wav
Expand Down Expand Up @@ -108,7 +109,6 @@
[variation]
variation_id=scuttler
variation_name= _ "Sand Scuttler"
name= _ "Sand Scuttler"
inherit=yes
image="units/monsters/scorpion/sand-scuttler.png"
description= _ "Blending in nearly seamlessly into 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."+{SPECIAL_NOTES}+{SPECIAL_NOTES_POISON}
Expand Down
1 change: 1 addition & 0 deletions data/core/units/monsters/Giant_Scorpling.cfg
Expand Up @@ -23,6 +23,7 @@
advances_to=Giant Scorpion
cost=10
usage=fighter
undead_variation=spider
description= _ "One of the most potent known venoms is that of the monstrous scorpions of the frontier. Fetching a high price by assassins and apothecaries alike, this venom is often seen as a quick way to make coin, alluring bold hunters to venture into the wilderness to harvest it. However, even in a juvenile state, these scorpions can deliver deadly stings and are faster than most men. What's worse is that they can live in rather large nests, and angering a seemingly lone scorpion can lead to swarms of them crawling up from the ground — quickly turning the hunter into the hunted."+{SPECIAL_NOTES}+{SPECIAL_NOTES_POISON}
die_sound=hiss-big.wav
{DEFENSE_ANIM "units/monsters/scorpion/scorpling-defend2.png" "units/monsters/scorpion/scorpling-defend1.png" hiss.wav }
Expand Down
2 changes: 1 addition & 1 deletion data/core/units/monsters/Wild_Wyvern.cfg
Expand Up @@ -16,7 +16,7 @@
usage=scout
description=""
die_sound=drake-die.ogg
undead_variation=gryphon
undead_variation=drake
{DEFENSE_ANIM "units/monsters/wild-wyvern.png" "units/monsters/wild-wyvern.png" {SOUND_LIST:DRAKE_HIT}}
[attack]
name=bite
Expand Down

0 comments on commit c1c8f8a

Please sign in to comment.