Skip to content

Commit dc64d35

Browse files
authored
Fixed missing Banks and Dwellings
Fixed missing Banks and Dwellings
2 parents f309604 + d67a4d2 commit dc64d35

34 files changed

+503
-383
lines changed

content/config/mac-demo-support/disabled-creatures/conflux.json content/config/demo-support/creatures/conflux.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"core:psychicElemental" :
33
{
4-
"disabled" : true,
4+
"special" : true,
55
"graphics" : null,
66
"sound" :
77
{
@@ -15,7 +15,7 @@
1515
},
1616
"core:magicElemental" :
1717
{
18-
"disabled" : true,
18+
"special" : true,
1919
"graphics" : null,
2020
"sound" :
2121
{
@@ -29,7 +29,7 @@
2929
},
3030
"core:iceElemental" :
3131
{
32-
"disabled" : true,
32+
"special" : true,
3333
"graphics" : null,
3434
"sound" :
3535
{
@@ -43,12 +43,12 @@
4343
},
4444
"core:magmaElemental" :
4545
{
46-
"disabled" : true,
46+
"special" : true,
4747
"graphics" : null
4848
},
4949
"core:energyElemental" :
5050
{
51-
"disabled" : true,
51+
"special" : true,
5252
"graphics" : null,
5353
"sound" :
5454
{
@@ -62,7 +62,7 @@
6262
},
6363
"core:firebird" :
6464
{
65-
"disabled" : true,
65+
"special" : true,
6666
"graphics" : null,
6767
"sound" :
6868
{
@@ -76,7 +76,7 @@
7676
},
7777
"core:phoenix" :
7878
{
79-
"disabled" : true,
79+
"special" : true,
8080
"graphics" : null,
8181
"sound" :
8282
{
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
{
22
"core:gorgon" :
33
{
4-
"disabled" : true,
4+
"special" : true,
55
"graphics" : null
66
},
77
"core:mightyGorgon" :
88
{
9-
"disabled" : true,
9+
"special" : true,
1010
"graphics" : null
1111
},
1212
"core:fireDragonFly" :
1313
{
14-
"disabled" : true,
14+
"special" : true,
1515
"graphics" : null
1616
},
1717
"core:basilisk" :
1818
{
19-
"disabled" : true,
19+
"special" : true,
2020
"graphics" : null
2121
},
2222
"core:greaterBasilisk" :
2323
{
24-
"disabled" : true,
24+
"special" : true,
2525
"graphics" : null
2626
},
2727
"core:wyvern" :
2828
{
29-
"disabled" : true,
29+
"special" : true,
3030
"graphics" : null
3131
},
3232
"core:wyvernMonarch" :
3333
{
34-
"disabled" : true,
34+
"special" : true,
3535
"graphics" : null
3636
},
3737
"core:hydra" :
3838
{
39-
"disabled" : true,
39+
"special" : true,
4040
"graphics" : null
4141
},
4242
"core:chaosHydra" :
4343
{
44-
"disabled" : true,
44+
"special" : true,
4545
"graphics" : null
4646
}
4747
}
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
{
22
"core:cerberus" :
33
{
4-
"disabled" : true,
4+
"special" : true,
55
"graphics" : null
66
},
77
"core:demon" :
88
{
9-
"disabled" : true,
9+
"special" : true,
1010
"graphics" : null
1111
},
1212
"core:hornedDemon" :
1313
{
14-
"disabled" : true,
14+
"special" : true,
1515
"graphics" : null
1616
},
1717
"core:pitFiend" :
1818
{
19-
"disabled" : true,
19+
"special" : true,
2020
"graphics" : null
2121
},
2222
"core:pitLord" :
2323
{
24-
"disabled" : true,
24+
"special" : true,
2525
"graphics" : null
2626
},
2727
"core:efreet" :
2828
{
29-
"disabled" : true,
29+
"special" : true,
3030
"graphics" : null
3131
},
3232
"core:efreetSultan" :
3333
{
34-
"disabled" : true,
34+
"special" : true,
3535
"graphics" : null
3636
},
3737
"core:devil" :
3838
{
39-
"disabled" : true,
39+
"special" : true,
4040
"graphics" : null
4141
},
4242
"core:archDevil" :
4343
{
44-
"disabled" : true,
44+
"special" : true,
4545
"graphics" : null
4646
}
4747
}

content/config/mac-demo-support/disabled-creatures/neutral.json content/config/demo-support/creatures/neutral.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"core:goldGolem" :
33
{
4-
"disabled" : true,
4+
"special" : true,
55
"graphics" : null
66
},
77
"core:diamondGolem" :
88
{
9-
"disabled" : true,
9+
"special" : true,
1010
"graphics" : null
1111
},
1212
"core:azureDragon" :
1313
{
14-
"disabled" : true,
14+
"special" : true,
1515
"graphics" : null,
1616
"sound" :
1717
{
@@ -25,7 +25,7 @@
2525
},
2626
"core:crystalDragon" :
2727
{
28-
"disabled" : true,
28+
"special" : true,
2929
"graphics" : null,
3030
"sound" :
3131
{
@@ -39,7 +39,7 @@
3939
},
4040
"core:fairieDragon" :
4141
{
42-
"disabled" : true,
42+
"special" : true,
4343
"graphics" : null,
4444
"sound" :
4545
{
@@ -53,7 +53,7 @@
5353
},
5454
"core:rustDragon" :
5555
{
56-
"disabled" : true,
56+
"special" : true,
5757
"graphics" : null,
5858
"sound" :
5959
{
@@ -67,7 +67,7 @@
6767
},
6868
"core:enchanter" :
6969
{
70-
"disabled" : true,
70+
"special" : true,
7171
"graphics" : null,
7272
"sound" :
7373
{
@@ -81,12 +81,12 @@
8181
},
8282
"core:sharpshooter" :
8383
{
84-
"disabled" : true,
84+
"special" : true,
8585
"graphics" : null
8686
},
8787
"core:troll" :
8888
{
89-
"disabled" : true,
89+
"special" : true,
9090
"graphics" : null,
9191
"sound" :
9292
{
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
22
"core:grandElf" :
33
{
4-
"disabled" : true,
4+
"special" : true,
55
"graphics" : null
66
},
77
"core:silverPegasus" :
88
{
9-
"disabled" : true,
9+
"special" : true,
1010
"graphics" : null
1111
},
1212
"core:dendroidGuard" :
1313
{
14-
"disabled" : true,
14+
"special" : true,
1515
"graphics" : null
1616
},
1717
"core:dendroidSoldier" :
1818
{
19-
"disabled" : true,
19+
"special" : true,
2020
"graphics" : null
2121
},
2222
"core:unicorn" :
2323
{
24-
"disabled" : true,
24+
"special" : true,
2525
"graphics" : null
2626
},
2727
"core:warUnicorn" :
2828
{
29-
"disabled" : true,
29+
"special" : true,
3030
"graphics" : null
3131
},
3232
"core:greenDragon" :
3333
{
34-
"disabled" : true,
34+
"special" : true,
3535
"graphics" : null
3636
},
3737
"core:goldDragon" :
3838
{
39-
"disabled" : true,
39+
"special" : true,
4040
"graphics" : null
4141
}
4242
}
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
{
22
"core:orcChieftain" :
33
{
4-
"disabled" : true,
4+
"special" : true,
55
"graphics" : null
66
},
77
"core:ogre" :
88
{
9-
"disabled" : true,
9+
"special" : true,
1010
"graphics" : null
1111
},
1212
"core:ogreMage" :
1313
{
14-
"disabled" : true,
14+
"special" : true,
1515
"graphics" : null
1616
},
1717
"core:roc" :
1818
{
19-
"disabled" : true,
19+
"special" : true,
2020
"graphics" : null
2121
},
2222
"core:thunderbird" :
2323
{
24-
"disabled" : true,
24+
"special" : true,
2525
"graphics" : null
2626
},
2727
"core:behemoth" :
2828
{
29-
"disabled" : true,
29+
"special" : true,
3030
"graphics" : null
3131
},
3232
"core:ancientBehemoth" :
3333
{
34-
"disabled" : true,
34+
"special" : true,
3535
"graphics" : null
3636
}
3737
}

0 commit comments

Comments
 (0)