mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +02:00
Restored code from previous commit.
This commit is contained in:
parent
14065f8c80
commit
d2d1a2f544
@ -36,6 +36,10 @@
|
|||||||
"upgrades": ["stormElemental"],
|
"upgrades": ["stormElemental"],
|
||||||
"graphics" :
|
"graphics" :
|
||||||
{
|
{
|
||||||
|
"animationTime" :
|
||||||
|
{
|
||||||
|
"idle" : 0
|
||||||
|
},
|
||||||
"animation": "CAELEM.DEF"
|
"animation": "CAELEM.DEF"
|
||||||
},
|
},
|
||||||
"sound" :
|
"sound" :
|
||||||
@ -82,6 +86,10 @@
|
|||||||
"upgrades": ["magmaElemental"],
|
"upgrades": ["magmaElemental"],
|
||||||
"graphics" :
|
"graphics" :
|
||||||
{
|
{
|
||||||
|
"animationTime" :
|
||||||
|
{
|
||||||
|
"idle" : 0
|
||||||
|
},
|
||||||
"animation": "CEELEM.DEF"
|
"animation": "CEELEM.DEF"
|
||||||
},
|
},
|
||||||
"sound" :
|
"sound" :
|
||||||
@ -129,6 +137,10 @@
|
|||||||
"upgrades": ["energyElemental"],
|
"upgrades": ["energyElemental"],
|
||||||
"graphics" :
|
"graphics" :
|
||||||
{
|
{
|
||||||
|
"animationTime" :
|
||||||
|
{
|
||||||
|
"idle" : 0
|
||||||
|
},
|
||||||
"animation": "CFELEM.DEF"
|
"animation": "CFELEM.DEF"
|
||||||
},
|
},
|
||||||
"sound" :
|
"sound" :
|
||||||
@ -190,6 +202,10 @@
|
|||||||
"upgrades": ["iceElemental"],
|
"upgrades": ["iceElemental"],
|
||||||
"graphics" :
|
"graphics" :
|
||||||
{
|
{
|
||||||
|
"animationTime" :
|
||||||
|
{
|
||||||
|
"idle" : 0
|
||||||
|
},
|
||||||
"animation": "CWELEM.DEF"
|
"animation": "CWELEM.DEF"
|
||||||
},
|
},
|
||||||
"sound" :
|
"sound" :
|
||||||
@ -334,6 +350,10 @@
|
|||||||
"graphics" :
|
"graphics" :
|
||||||
{
|
{
|
||||||
"animation": "CICEE.DEF",
|
"animation": "CICEE.DEF",
|
||||||
|
"animationTime" :
|
||||||
|
{
|
||||||
|
"idle" : 0
|
||||||
|
},
|
||||||
"missile" :
|
"missile" :
|
||||||
{
|
{
|
||||||
"projectile": "PICEE.DEF"
|
"projectile": "PICEE.DEF"
|
||||||
@ -379,6 +399,10 @@
|
|||||||
},
|
},
|
||||||
"graphics" :
|
"graphics" :
|
||||||
{
|
{
|
||||||
|
"animationTime" :
|
||||||
|
{
|
||||||
|
"idle" : 0
|
||||||
|
},
|
||||||
"animation": "CSTONE.DEF"
|
"animation": "CSTONE.DEF"
|
||||||
},
|
},
|
||||||
"sound" :
|
"sound" :
|
||||||
@ -421,6 +445,10 @@
|
|||||||
"graphics" :
|
"graphics" :
|
||||||
{
|
{
|
||||||
"animation": "CSTORM.DEF",
|
"animation": "CSTORM.DEF",
|
||||||
|
"animationTime" :
|
||||||
|
{
|
||||||
|
"idle" : 0
|
||||||
|
},
|
||||||
"missile" :
|
"missile" :
|
||||||
{
|
{
|
||||||
"projectile": "CPRGTIX.DEF"
|
"projectile": "CPRGTIX.DEF"
|
||||||
@ -471,6 +499,10 @@
|
|||||||
},
|
},
|
||||||
"graphics" :
|
"graphics" :
|
||||||
{
|
{
|
||||||
|
"animationTime" :
|
||||||
|
{
|
||||||
|
"idle" : 0
|
||||||
|
},
|
||||||
"animation": "CNRG.DEF"
|
"animation": "CNRG.DEF"
|
||||||
},
|
},
|
||||||
"sound" :
|
"sound" :
|
||||||
|
Loading…
Reference in New Issue
Block a user