| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295 |
- {
- "skeleton" :
- {
- "id": 56,
- "level": 1,
- "faction": "necropolis",
- "upgrades": ["skeletonWarrior"],
- "graphics" :
- {
- "animation": "CSKELE.DEF"
- },
- "sound" :
- {
- "attack": "SKELATTK.wav",
- "defend": "SKELDFND.wav",
- "killed": "SKELKILL.wav",
- "move": "SKELMOVE.wav",
- "wince": "SKELWNCE.wav"
- }
- },
- "skeletonWarrior" :
- {
- "id": 57,
- "level": 1,
- "faction": "necropolis",
- "graphics" :
- {
- "animation": "CWSKEL.DEF"
- },
- "sound" :
- {
- "attack": "SKLWATTK.wav",
- "defend": "SKLWDFND.wav",
- "killed": "SKLWKILL.wav",
- "move": "SKLWMOVE.wav",
- "wince": "SKLWWNCE.wav"
- }
- },
- "walkingDead" :
- {
- "id": 58,
- "level": 2,
- "extraNames": [ "zombie" ], //FIXME: zombie is a name of upgrade but not in HOTRAITS
- "faction" : "necropolis",
- "upgrades": ["zombieLord"],
- "graphics" :
- {
- "animation": "CZOMBI.DEF"
- },
- "sound" :
- {
- "attack": "ZOMBATTK.wav",
- "defend": "ZOMBDFND.wav",
- "killed": "ZOMBKILL.wav",
- "move": "ZOMBMOVE.wav",
- "wince": "ZOMBWNCE.wav"
- }
- },
- "zombieLord" : //FIXME: zombie is a correct in-name but not in HOTRAITS.TXT
- {
- "id": 59,
- "level": 2,
- "faction": "necropolis",
- "graphics" :
- {
- "animation": "CZOMLO.DEF"
- },
- "sound" :
- {
- "attack": "ZMBLATTK.wav",
- "defend": "ZMBLDFND.wav",
- "killed": "ZMBLKILL.wav",
- "move": "ZMBLMOVE.wav",
- "wince": "ZMBLWNCE.wav"
- }
- },
- "wight" :
- {
- "id": 60,
- "level": 3,
- "faction": "necropolis",
- "abilities": [ [ "FULL_HP_REGENERATION", 0, 1, 0 ] ],
- "upgrades": ["wraith"],
- "hasDoubleWeek": true,
- "graphics" :
- {
- "animation": "CWIGHT.DEF"
- },
- "sound" :
- {
- "attack": "WGHTATTK.wav",
- "defend": "WGHTDFND.wav",
- "killed": "WGHTKILL.wav",
- "move": "WGHTMOVE.wav",
- "wince": "WGHTWNCE.wav"
- }
- },
- "wraith" :
- {
- "id": 61,
- "level": 3,
- "faction": "necropolis",
- "abilities": [ [ "FULL_HP_REGENERATION", 0, 1, 0 ],
- [ "MANA_DRAIN", 2, 0, 0 ] ],
- "graphics" :
- {
- "animation": "CWRAIT.DEF"
- },
- "sound" :
- {
- "attack": "WRTHATTK.wav",
- "defend": "WRTHDFND.wav",
- "killed": "WRTHKILL.wav",
- "move": "WRTHMOVE.wav",
- "wince": "WRTHWNCE.wav"
- }
- },
- "vampire" :
- {
- "id": 62,
- "level": 4,
- "faction": "necropolis",
- "abilities": [ [ "BLOCKS_RETALIATION", 0, 0, 0 ] ],
- "upgrades": ["vampireLord"],
- "graphics" :
- {
- "animation": "CVAMP.DEF"
- },
- "sound" :
- {
- "attack": "VAMPATTK.wav",
- "defend": "VAMPDFND.wav",
- "killed": "VAMPKILL.wav",
- "move": "VAMPMOVE.wav",
- "wince": "VAMPWNCE.wav",
- "startMoving": "VAMPEXT1.wav",
- "stopMoving": "VAMPEXT2.wav"
- }
- },
- "vampireLord" :
- {
- "id": 63,
- "level": 4,
- "faction": "necropolis",
- "abilities": [ [ "LIFE_DRAIN", 100, 0, 0 ], //drain 100% of damage dealt
- [ "BLOCKS_RETALIATION", 0, 0, 0 ] ],
- "graphics" :
- {
- "animation": "CNOSFE.DEF"
- },
- "sound" :
- {
- "attack": "NOSFATTK.wav",
- "defend": "NOSFDFND.wav",
- "killed": "NOSFKILL.wav",
- "move": "NOSFMOVE.wav",
- "shoot": "NOSFSHOT.wav",
- "wince": "NOSFWNCE.wav",
- "ext1": "NOSFEXT1.wav",
- "ext2": "NOSFEXT2.wav"
- }
- },
- "lich" :
- {
- "id": 64,
- "level": 5,
- "faction": "necropolis",
- "abilities": [ [ "SPELL_LIKE_ATTACK", 0, "spell.deathCloud", 0 ] ],
- "upgrades": ["powerLich"],
- "graphics" :
- {
- "animation": "CLICH.DEF",
- "missile" :
- {
- "projectile": "PLICH.DEF",
- "spinning": false
- }
- },
- "sound" :
- {
- "attack": "LICHATTK.wav",
- "defend": "LICHDFND.wav",
- "killed": "LICHKILL.wav",
- "move": "LICHMOVE.wav",
- "shoot": "LICHSHOT.wav",
- "wince": "LICHWNCE.wav",
- "ext1": "LICHATK2.wav"
- }
- },
- "powerLich" :
- {
- "id": 65,
- "level": 5,
- "faction": "necropolis",
- "abilities": [ [ "SPELL_LIKE_ATTACK", 0, "spell.deathCloud", 0 ] ], //power liches
- "graphics" :
- {
- "animation": "CPLICH.DEF",
- "missile" :
- {
- "projectile": "PLICH.DEF",
- "spinning": false
- }
- },
- "sound" :
- {
- "attack": "PLCHATTK.wav",
- "defend": "PLCHDFND.wav",
- "killed": "PLCHKILL.wav",
- "move": "PLCHMOVE.wav",
- "shoot": "PLCHSHOT.wav",
- "wince": "PLCHWNCE.wav"
- }
- },
- "blackKnight" :
- {
- "id": 66,
- "level": 6,
- "faction": "necropolis",
- "abilities": [ [ "SPELL_AFTER_ATTACK", 20, "spell.curse", 0 ] ],
- "upgrades": ["dreadKnight"],
- "graphics" :
- {
- "animation": "CBKNIG.DEF"
- },
- "sound" :
- {
- "attack": "BKNTATTK.wav",
- "defend": "BKNTDFND.wav",
- "killed": "BKNTKILL.wav",
- "move": "BKNTMOVE.wav",
- "wince": "BKNTWNCE.wav"
- }
- },
- "dreadKnight" :
- {
- "id": 67,
- "level": 6,
- "faction": "necropolis",
- "abilities": [ [ "SPELL_AFTER_ATTACK", 20, "spell.curse", 0 ],
- [ "DOUBLE_DAMAGE_CHANCE", 20, 0, 0 ] ],
- "graphics" :
- {
- "animation": "CBLORD.DEF"
- },
- "sound" :
- {
- "attack": "BLRDATTK.wav",
- "defend": "BLRDDFND.wav",
- "killed": "BLRDKILL.wav",
- "move": "BLRDMOVE.wav",
- "wince": "BLRDWNCE.wav"
- }
- },
- "boneDragon" :
- {
- "id": 68,
- "level": 7,
- "faction": "necropolis",
- "abilities": [ [ "DRAGON_NATURE", 0, 0, 0 ] ], //bone dragon is a dragon
- "upgrades": ["ghostDragon"],
- "graphics" :
- {
- "animation": "CNDRGN.DEF"
- },
- "sound" :
- {
- "attack": "BODRATTK.wav",
- "defend": "BODRDFND.wav",
- "killed": "BODRKILL.wav",
- "move": "BODRMOVE.wav",
- "wince": "BODRWNCE.wav"
- }
- },
- "ghostDragon" :
- {
- "id": 69,
- "level": 7,
- "faction": "necropolis",
- "abilities": [ [ "DRAGON_NATURE", 0, 0, 0 ], //ghost dragon is a dragon
- [ "SPELL_AFTER_ATTACK", 20, "spell.age", 0 ] ],
- "graphics" :
- {
- "animation": "CHDRGN.DEF"
- },
- "sound" :
- {
- "attack": "GHDRATTK.wav",
- "defend": "GHDRDFND.wav",
- "killed": "GHDRKILL.wav",
- "move": "GHDRMOVE.wav",
- "wince": "GHDRWNCE.wav"
- }
- }
- }
|