Add 'elemental' trait to mudcrawler line.
This commit is contained in:
parent
627c5a9c5c
commit
59e95ff304
3 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,7 @@ Version 1.13.0-dev:
|
|||
* Increased the experience requirement for the Saree from 56 to 64
|
||||
* Changed sound timings for Khalifate melee attacks
|
||||
* New chill tempest animation for Lich/Ancient Lich
|
||||
* Add 'elemental' trait to mudcrawler line
|
||||
* User interface:
|
||||
* Made orb and minmap colors configurable by the game preferences.
|
||||
* WML engine:
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
id=Giant Mudcrawler
|
||||
name= _ "Giant Mudcrawler"
|
||||
race=monster
|
||||
{TRAIT_ELEMENTAL}
|
||||
image="units/monsters/giant-mudcrawler.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
profile="portraits/monsters/giant-mudcrawler.png"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
name= _ "Mudcrawler"
|
||||
# wmllint: general spelling mudcrawler mudcrawlers
|
||||
race=monster
|
||||
{TRAIT_ELEMENTAL}
|
||||
image="units/monsters/mudcrawler.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
profile="portraits/monsters/giant-mudcrawler.png"
|
||||
|
|
Loading…
Add table
Reference in a new issue