mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
[config] small cleanup
This commit is contained in:
parent
0b1c215882
commit
399fbb4dfa
@ -277,7 +277,7 @@
|
||||
"id": 129,
|
||||
"level": 4,
|
||||
"faction": "conflux",
|
||||
"abilities": [ [ "NON_LIVING", 0, 0, 0 ] , //energy elementals shouldn't get morale //Crystal Dragons do not fly
|
||||
"abilities": [ [ "NON_LIVING", 0, 0, 0 ] , //energy elementals shouldn't get morale
|
||||
[ "CREATURE_ENCHANT_POWER", 6, 0, 0 ],
|
||||
[ "CASTS", 3, 0, 0 ],
|
||||
[ "SPELLCASTER", 2, 31, 0 ]],
|
||||
|
@ -26,7 +26,7 @@
|
||||
"level": 5,
|
||||
"faction": "neutral",
|
||||
"abilities": [ [ "SPELL_DAMAGE_REDUCTION", 95, -1, 0 ], //diamond golems reduce dmg from spells
|
||||
[ "NON_LIVING", 0, 0, 0 ] ], //psychic elementals shouldn't get morale
|
||||
[ "NON_LIVING", 0, 0, 0 ] ],
|
||||
"graphics" :
|
||||
{
|
||||
"animation": "CDGOLE.DEF"
|
||||
@ -69,7 +69,7 @@
|
||||
"level": 10,
|
||||
"faction": "neutral",
|
||||
"abilities": [ [ "DRAGON_NATURE", 0, 0, 0 ] ], //crystal dragon is a dragon
|
||||
"ability_remove": [ "FLYING" ],
|
||||
"ability_remove": [ "FLYING" ], //Crystal Dragons do not fly
|
||||
"graphics" :
|
||||
{
|
||||
"animation": "CCDRGN.DEF"
|
||||
|
@ -14,7 +14,7 @@
|
||||
"id": 151,
|
||||
"level": 8,
|
||||
"faction": "rampart",
|
||||
"abilities": [ [ "DRAGON_NATURE", 0, 0, 0 ] ], //diamond dragon is a dragon //psychic elemental
|
||||
"abilities": [ [ "DRAGON_NATURE", 0, 0, 0 ] ], //diamond dragon is a dragon
|
||||
"graphics" :
|
||||
{
|
||||
"animation": "ZM151Z.DEF"
|
||||
@ -50,7 +50,7 @@
|
||||
"id": 154,
|
||||
"level": 8,
|
||||
"faction": "necropolis",
|
||||
"abilities": [ [ "DRAGON_NATURE", 0, 0, 0 ] ], //blood dragon is a dragon //magic elemental
|
||||
"abilities": [ [ "DRAGON_NATURE", 0, 0, 0 ] ], //blood dragon is a dragon
|
||||
"graphics" :
|
||||
{
|
||||
"animation": "ZM154Z.DEF"
|
||||
|
Loading…
Reference in New Issue
Block a user