Skip to content

Commit 914c489

Browse files
committed
Add the new subclass - Battle Mage
0 parents  commit 914c489

File tree

542 files changed

+13347
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

542 files changed

+13347
-0
lines changed

Dungeon.json

+138
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
{
2+
"Levels":{
3+
"0":{"kind":"SewerLevel", "depth":0, "size":[0,0]},
4+
5+
"town_2":{"kind":"PredesignedLevel", "depth":0, "file":"levelsDesc/Town.json", "noFogOfWar":"true", "isSafe":true, "music":"ost_town_1","script": "scripts/actors/town/Compass"},
6+
"cinema_2":{"kind":"PredesignedLevel", "depth":0, "file":"levelsDesc/Cinema.json", "noFogOfWar":"true", "isSafe":true, "music":"ost_town_1"},
7+
"church_2":{"kind":"PredesignedLevel", "depth":0, "file":"levelsDesc/Church.json", "noFogOfWar":"true", "isSafe":true, "music":"ost_town_1"},
8+
"fortune_2":{"kind":"PredesignedLevel", "depth":0, "file":"levelsDesc/Fortune.json","noFogOfWar":"true", "isSafe":true, "music":"ost_town_1"},
9+
"library_2":{"kind":"PredesignedLevel", "depth":0, "file":"levelsDesc/Library.json","noFogOfWar":"true", "isSafe":true, "music":"ost_town_1"},
10+
"shop_town_2":{"kind":"PredesignedLevel", "depth":0, "file":"levelsDesc/Shop_Town.json",
11+
"noFogOfWar":"true", "isSafe":true, "music":"ost_town_1","treasury":"TownShopTreasury.json"},
12+
13+
"portal_room_lvl5":{"kind":"PredesignedLevel" , "depth":5 , "file":"levelsDesc/Portal.json", "isSafe":true, "music":"ost_portal_level"},
14+
"portal_room_lvl10":{"kind":"PredesignedLevel", "depth":10, "file":"levelsDesc/Portal.json", "isSafe":true, "music":"ost_portal_level"},
15+
"portal_room_lvl15":{"kind":"PredesignedLevel", "depth":15, "file":"levelsDesc/Portal.json", "isSafe":true, "music":"ost_portal_level"},
16+
"portal_room_lvl20":{"kind":"PredesignedLevel", "depth":20, "file":"levelsDesc/Portal.json", "isSafe":true, "music":"ost_portal_level"},
17+
"portal_room_lvl25":{"kind":"PredesignedLevel", "depth":25, "file":"levelsDesc/Portal.json", "isSafe":true, "music":"ost_portal_level"},
18+
"portal_room_lvl31":{"kind":"PredesignedLevel", "depth":31, "file":"levelsDesc/Portal.json", "isSafe":true, "music":"ost_portal_level"},
19+
20+
"shadow_lord_level":{"kind":"ShadowLordLevel", "depth":25, "size":[20,20],"script": "scripts/actors/MobsPower"},
21+
22+
"6s":{"kind":"SpiderLevel", "depth":6, "size":[16,16]},
23+
"7s":{"kind":"SpiderLevel", "depth":7, "size":[32,32]},
24+
"8s":{"kind":"SpiderLevel", "depth":8, "size":[40,40]},
25+
"9s":{"kind":"SpiderLevel", "depth":9, "size":[48,48]},
26+
"10s":{"kind":"SpiderLevel", "depth":10, "size":[64,64]},
27+
28+
"necro1":{"kind":"NecroLevel", "depth":8, "size":[32,32]},
29+
"necro2":{"kind":"NecroLevel", "depth":9, "size":[32,32]},
30+
"necro3":{"kind":"NecroLevel", "depth":10, "size":[32,32]},
31+
"necro4":{"kind":"NecroLevel", "depth":11, "size":[32,32]},
32+
"necro5":{"kind":"NecroBossLevel", "depth":12, "size":[32,32]},
33+
34+
"ice1":{"kind":"IceCavesLevel", "depth":15, "size":[32,32], "music":"ost_ice_caves", "maxBrightness":1.05},
35+
"ice2":{"kind":"IceCavesLevel", "depth":16, "size":[32,32], "music":"ost_ice_caves", "maxBrightness":1.05},
36+
"ice3":{"kind":"IceCavesLevel", "depth":17, "size":[32,32], "music":"ost_ice_caves", "maxBrightness":1.05},
37+
"ice4":{"kind":"IceCavesLevel", "depth":18, "size":[32,32], "music":"ost_ice_caves", "maxBrightness":1.05},
38+
"ice5":{"kind":"IceCavesBossLevel", "depth":19, "size":[32,32], "music":"ost_ice_caves", "maxBrightness":1.05},
39+
40+
"1":{"kind":"SewerLevel", "depth":1, "size":[32,32]},
41+
"2":{"kind":"SewerLevel", "depth":2, "size":[32,32]},
42+
"3":{"kind":"SewerLevel", "depth":3, "size":[32,32]},
43+
"4":{"kind":"SewerLevel", "depth":4, "size":[32,32]},
44+
"5":{"kind":"SewerBossLevel", "depth":5, "size":[32,32], "music":"ost_boss_1_ambient"},
45+
"6":{"kind":"PrisonLevel", "depth":6, "size":[32,32]},
46+
"7":{"kind":"PrisonLevel", "depth":7, "size":[32,32]},
47+
"8":{"kind":"PrisonLevel", "depth":8, "size":[32,32]},
48+
"9":{"kind":"PrisonLevel", "depth":9, "size":[32,32]},
49+
"10":{"kind":"PrisonBossLevel", "depth":10, "size":[32,32]},
50+
"11":{"kind":"CavesLevel", "depth":11, "size":[32,32], "music":"ost_caves"},
51+
"12":{"kind":"CavesLevel", "depth":12, "size":[32,32], "music":"ost_caves"},
52+
"13":{"kind":"CavesLevel", "depth":13, "size":[32,32], "music":"ost_caves"},
53+
"14":{"kind":"CavesLevel", "depth":14, "size":[32,32], "music":"ost_caves"},
54+
"15":{"kind":"CavesBossLevel", "depth":15, "size":[32,32], "music":"ost_caves"},
55+
"16":{"kind":"CityLevel", "depth":16, "size":[32,32]},
56+
"17":{"kind":"CityLevel", "depth":17, "size":[32,32]},
57+
"18":{"kind":"CityLevel", "depth":18, "size":[32,32]},
58+
"19":{"kind":"CityLevel", "depth":19, "size":[32,32]},
59+
"20":{"kind":"CityBossLevel", "depth":20, "size":[32,32]},
60+
"21":{"kind":"LastShopLevel", "depth":21, "size":[32,32]},
61+
"22":{"kind":"HallsLevel", "depth":22, "size":[32,32]},
62+
"23":{"kind":"HallsLevel", "depth":23, "size":[32,32]},
63+
"24":{"kind":"HallsLevel", "depth":24, "size":[32,32]},
64+
"25":{"kind":"ShadowLordLevel", "depth":25, "size":[20,20]},
65+
"26":{"kind":"FakeLastLevel", "depth":26, "size":[32,32]},
66+
"27":{"kind":"GutsLevel", "depth":27, "size":[48,48]},
67+
"28":{"kind":"GutsLevel", "depth":28, "size":[48,48]},
68+
"29":{"kind":"GutsLevel", "depth":29, "size":[48,48]},
69+
"30":{"kind":"GutsLevel", "depth":30, "size":[48,48]},
70+
"31":{"kind":"HallsBossLevel", "depth":31, "size":[32,32], "music":"ost_boss_1_fight"},
71+
"32":{"kind":"LastLevel", "depth":32, "size":[32,32]}
72+
},
73+
74+
"Graph":{
75+
"0":[["town_2"],[]],
76+
77+
"town_2":[["church_2","cinema_2","1","library_2","shop_town_2","fortune_2"],[]],
78+
"church_2":[[],["town_2"]],
79+
"shop_town_2":[[],["town_2"]],
80+
"cinema_2":[[],["town_2"]],
81+
"fortune_2":[[],["town_2"]],
82+
"library_2":[[],["town_2"]],
83+
"1":[["2"],["town_2"]],
84+
"2":[["3"],["1"]],
85+
"3":[["4"],["2"]],
86+
"4":[["5"],["3"]],
87+
"5":[["portal_room_lvl5","6s"],["4"]],
88+
"portal_room_lvl5":[["6"],["5"]],
89+
"6":[["7"],["portal_room_lvl5"]],
90+
"7":[["8", "necro1"],["6"]],
91+
"8":[["9"],["7"]],
92+
"9":[["10"],["8"]],
93+
"10":[["portal_room_lvl10"],["9"]],
94+
"portal_room_lvl10":[["11"],["10"]],
95+
"11":[["12"],["portal_room_lvl10"]],
96+
"12":[["13"],["11"]],
97+
"13":[["14"],["12"]],
98+
"14":[["15","ice1"],["13"]],
99+
"15":[["portal_room_lvl15"],["14"]],
100+
"portal_room_lvl15":[["16"],["15"]],
101+
"16":[["17"],["portal_room_lvl15"]],
102+
"17":[["18"],["16"]],
103+
"18":[["19"],["17"]],
104+
"19":[["20"],["18"]],
105+
"20":[["portal_room_lvl20"],["19"]],
106+
"portal_room_lvl20":[["21"],["20"]],
107+
"21":[["22"],["portal_room_lvl20"]],
108+
"22":[["23"],["21"]],
109+
"23":[["24"],["22"]],
110+
"24":[["25"],["23"]],
111+
"25":[["portal_room_lvl25"],["24"]],
112+
"portal_room_lvl25":[["26"],["25"]],
113+
"26":[["27"],["portal_room_lvl25"]],
114+
"27":[["28"],["26"]],
115+
"28":[["29"],["27"]],
116+
"29":[["30"],["28"]],
117+
"30":[["31"],["29"]],
118+
"31":[["portal_room_lvl31"],["30"]],
119+
"portal_room_lvl31":[["32"],["31"]],
120+
"32":[[],["portal_room_lvl31"]],
121+
"6s":[["7s"],["5"]],
122+
"7s":[["8s"],["6s"]],
123+
"8s":[["9s"],["7s"]],
124+
"9s":[["10s"],["8s"]],
125+
"10s":[["6s"],["9s"]],
126+
"necro1":[["necro2"],["7"]],
127+
"necro2":[["necro3"],["necro1"]],
128+
"necro3":[["necro4"],["necro2"]],
129+
"necro4":[["necro5"],["necro3"]],
130+
"necro5":[["necro1"],["necro4"]],
131+
"ice1":[["ice2"],["14"]],
132+
"ice2":[["ice3"],["ice1"]],
133+
"ice3":[["ice4"],["ice2"]],
134+
"ice4":[["ice5"],["ice3"]],
135+
"ice5":[["ice1"],["ice4"]]
136+
},
137+
"Entrance":"0"
138+
}

effects/Star.png

3.85 KB

effects/bleeding_effect.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/bleeding_sprite.png",
3+
"width" : 16,
4+
"height" : 16,
5+
"anim" : { "fps" : 22, "looped" : false, "frames" : [0,1,2,3,4,5,6,7,8,9,10,11] }
6+
}

effects/bleeding_sprite.png

649 Bytes

effects/blood_aura.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/blood_aura.png",
3+
"width" : 64,
4+
"height" : 64,
5+
"anim" : { "fps" : 18, "looped" : false, "frames" : [0,1,2,3,4,5,4,3,2,1,0] }
6+
}

effects/blood_aura.png

1.6 KB

effects/blood_spikes_bot.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/blood_spikes_bot.png",
3+
"width" : 16,
4+
"height" : 16,
5+
"anim" : { "fps" : 10, "looped" : false, "frames" : [0,1,2,3,4,5,6,7,8,9,10,11,12] }
6+
}

effects/blood_spikes_bot.png

749 Bytes

effects/blood_spikes_sp_bot.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/blood_spikes_sp_bot.png",
3+
"width" : 48,
4+
"height" : 48,
5+
"anim" : { "fps" : 10, "looped" : false, "frames" : [0,1,2,3,4,5,6,7,8,9,10,11,12] }
6+
}

effects/blood_spikes_sp_bot.png

4.69 KB

effects/blood_spikes_sp_top.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/blood_spikes_sp_top.png",
3+
"width" : 48,
4+
"height" : 48,
5+
"anim" : { "fps" : 10, "looped" : false, "frames" : [0,1,2,3,4,5,6,7,8] }
6+
}

effects/blood_spikes_sp_top.png

2.29 KB

effects/blood_spikes_top.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/blood_spikes_top.png",
3+
"width" : 16,
4+
"height" : 16,
5+
"anim" : { "fps" : 10, "looped" : false, "frames" : [0,1,2,3,4,5,6] }
6+
}

effects/blood_spikes_top.png

393 Bytes

effects/body_armor.png

1.8 KB

effects/braidofki1_effect.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/braidofki1_sprite.png",
3+
"width" : 48,
4+
"height" : 48,
5+
"anim" : { "fps" : 15, "looped" : false, "frames" : [0,1,2,3,4] }
6+
}

effects/braidofki1_sprite.png

1.11 KB

effects/braidofki2_effect.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/braidofki2_sprite.png",
3+
"width" : 16,
4+
"height" : 16,
5+
"anim" : { "fps" : 12, "looped" : false, "frames" : [0,1,2] }
6+
}

effects/braidofki2_sprite.png

243 Bytes

effects/dash.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/dash.png",
3+
"width" : 16,
4+
"height" : 16,
5+
"anim" : { "fps" : 25, "looped" : true, "frames" : [0,3,2,3] }
6+
}

effects/dash.png

1.78 KB

effects/dissection_effect.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/dissection_sprite.png",
3+
"width" : 48,
4+
"height" : 48,
5+
"anim" : { "fps" : 15, "looped" : false, "frames" : [0,1,2,3,4] }
6+
}

effects/dissection_sprite.png

1021 Bytes

effects/effects.png

1.06 KB

effects/explosion.png

1.87 KB

effects/explosion_effect.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/explosion.png",
3+
"width" : 16,
4+
"height" : 16,
5+
"anim" : { "fps" : 20, "looped" : false, "frames" : [0,1,2,3,4,5,6,7,8,9] }
6+
}

effects/fireball_effect.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/fireball_sprite.png",
3+
"width" : 16,
4+
"height" : 16,
5+
"anim" : { "fps" : 35, "looped" : true, "frames" : [0,1,2,3,4,5,6] }
6+
}

effects/fireball_sprite.png

879 Bytes

effects/harith_spell.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/harith_spell.png",
3+
"width" : 64,
4+
"height" : 64,
5+
"anim" : { "fps" : 10, "looped" : false, "frames" : [0,1,2,3,4,5,6,7] }
6+
}

effects/harith_spell.png

2.4 KB

effects/horattack_effect.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/horattack_sprite.png",
3+
"width" : 16,
4+
"height" : 16,
5+
"anim" : { "fps" : 10, "looped" : false, "frames" : [0,1,2,3,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5] }
6+
}

effects/horattack_sprite.png

640 Bytes

effects/ice_cube_effect.png

1.41 KB

effects/laser.png

1.29 KB

effects/lava_fountain.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/lava_fountain.png",
3+
"width" : 15,
4+
"height" : 16,
5+
"anim" : { "fps" : 15, "looped" : false, "frames" : [0,1,2,3,4,5,6,7,8] }
6+
}

effects/lava_fountain.png

3.32 KB

effects/lava_fountain_effect.png

3.32 KB

effects/magic_missile.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/magic_missile2.png",
3+
"width" : 16,
4+
"height" : 16,
5+
"anim" : { "fps" : 15, "looped" : false, "frames" : [0,1,2,3,4,5,6,7] }
6+
}

effects/magic_missile.png

823 Bytes

effects/magic_missile2.png

963 Bytes

effects/pandemiclance_effect.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/pandemiclance_sprite.png",
3+
"width" : 16,
4+
"height" : 16,
5+
"anim" : { "fps" : 35, "looped" : true, "frames" : [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29] }
6+
}

effects/pandemiclance_sprite.png

1.65 KB

effects/ragesouls_effect.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/ragesouls_sprite.png",
3+
"width" : 16,
4+
"height" : 16,
5+
"anim" : { "fps" : 10, "looped" : false, "frames" : [0,1,2,3,5,6,7,8,9,5,6,7,8,9,5,6,7,8,9,5,6,7,8,9,5,6,7,8,9] }
6+
}

effects/ragesouls_sprite.png

678 Bytes

effects/rainofarrows_effect.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/rainofarrows_sprite.png",
3+
"width" : 16,
4+
"height" : 32,
5+
"anim" : { "fps" : 18, "looped" : false, "frames" : [0,1,2,3,4,5,6,7,8,9,9,9,9,10,11,12] }
6+
}

effects/rainofarrows_sprite.png

1.58 KB

effects/shield_blocked.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/shield_effect.png",
3+
"width" : 16,
4+
"height" : 16,
5+
"anim" : { "fps" : 15, "looped" : false, "frames" : [5,0,1,2,3,4,5] }
6+
}

effects/shield_broken.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/shield_effect.png",
3+
"width" : 16,
4+
"height" : 16,
5+
"anim" : { "fps" : 15, "looped" : false, "frames" : [5,8,9,10,11,12,13] }
6+
}

effects/shield_effect.png

9.44 KB

effects/smash_blast.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/smash_blast2.png",
3+
"width" : 48,
4+
"height" : 48,
5+
"anim" : { "fps" : 30, "looped" : false, "frames" : [9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,0,1,2,3,4,5,6,7,8] }
6+
}

effects/smash_blast.png

2.09 KB

effects/smash_blast2.png

33.6 KB

effects/smash_fist.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/smash_fist.png",
3+
"width" : 24,
4+
"height" : 24,
5+
"anim" : { "fps" : 20, "looped" : false, "frames" : [5,5,0,1,0,1,2,3,2,3,4] }
6+
}

effects/smash_fist.png

7.06 KB

effects/soulabsorbing_effect.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"texture" : "effects/soulabsorbing_sprite.png",
3+
"width" : 17,
4+
"height" : 17,
5+
"anim" : { "fps" : 60, "looped" : false, "frames" : [0,1,2,3,4,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6] }
6+
}

effects/soulabsorbing_sprite.png

1.07 KB

effects/specks.png

872 Bytes

effects/trap_effect.png

7.77 KB

hero/initHeroes.json

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"common": {
3+
"items": [
4+
{
5+
"kind":"PotionOfExperience",
6+
"quantity":100
7+
},
8+
{
9+
"kind": "ModClothArmor"
10+
}
11+
],
12+
"str":9,
13+
"hp": 10,
14+
"magicAffinity": "Common",
15+
"sp": 1,
16+
"maxSp": 1
17+
},
18+
"non_expert": {
19+
"items": [
20+
{
21+
"kind": "Gold",
22+
"quantity":100
23+
}
24+
]
25+
},
26+
"WARRIOR": {
27+
"str": 9,
28+
"sp":1,
29+
"maxSp":1,
30+
"knownItems": [
31+
{
32+
"kind": "PotionOfStrength"
33+
},
34+
{
35+
"kind": "ScrollOfUpgrade"
36+
}
37+
],
38+
"isSpellUser": true,
39+
"magicAffinity": "Combat"
40+
},
41+
"LICH": {
42+
"immunities": [
43+
"Paralysis",
44+
"ToxicGas",
45+
"Terror",
46+
"Death",
47+
"Amok",
48+
"Blindness",
49+
"Sleep",
50+
"Poison",
51+
"Vertigo",
52+
"Bleeding"
53+
]
54+
}
55+
}

hero_modern/accessories/Bowknot.png

1.59 KB

hero_modern/accessories/Capotain.png

1.72 KB
3.68 KB

hero_modern/accessories/DogeMask.png

3.45 KB

hero_modern/accessories/Fez.png

2.05 KB
2.74 KB
5.29 KB
3.68 KB
3.45 KB

hero_modern/accessories/NekoEars.png

1.24 KB

hero_modern/accessories/Nightcap.png

1.69 KB

hero_modern/accessories/PirateSet.png

2.3 KB

hero_modern/accessories/Pumpkin.png

2.31 KB
1.99 KB

hero_modern/accessories/Rudolph.png

1.73 KB

hero_modern/accessories/SantaHat.png

1.21 KB

hero_modern/accessories/Shades.png

823 Bytes

hero_modern/accessories/Ushanka.png

2.39 KB
2.08 KB

hero_modern/accessories/WizardHat.png

1.88 KB
2.54 KB

hero_modern/armor/AssasinArmor.png

1.31 KB

hero_modern/armor/BattleMageArmor.png

998 Bytes

hero_modern/armor/BerserkArmor.png

682 Bytes

hero_modern/armor/ChaosArmor.png

1.24 KB

hero_modern/armor/ClothArmor.png

1.15 KB

hero_modern/armor/ElfArmor.png

1.01 KB

hero_modern/armor/FreeRunnerArmor.png

1.1 KB

hero_modern/armor/GladiatorArmor.png

1.18 KB

hero_modern/armor/GnollArmor.png

1.12 KB

hero_modern/armor/GothicArmor.png

1.27 KB

hero_modern/armor/HuntressArmor.png

836 Bytes

hero_modern/armor/LeatherArmor.png

1.08 KB

hero_modern/armor/MageArmor.png

1.13 KB

hero_modern/armor/MailArmor.png

1.34 KB
1.51 KB

hero_modern/armor/NecromancerRobe.png

1.06 KB

hero_modern/armor/PlateArmor.png

1.19 KB

hero_modern/armor/RatArmor.png

1.05 KB

hero_modern/armor/RogueArmor.png

995 Bytes

hero_modern/armor/ScaleArmor.png

1.1 KB

hero_modern/armor/ScoutArmor.png

911 Bytes

hero_modern/armor/ShamanArmor.png

966 Bytes

hero_modern/armor/SniperArmor.png

940 Bytes

hero_modern/armor/SpiderArmor.png

1.04 KB

hero_modern/armor/WardenArmor.png

868 Bytes

hero_modern/armor/WarlockArmor.png

1.11 KB

hero_modern/armor/WarriorArmor.png

1.22 KB
496 Bytes
621 Bytes
967 Bytes

hero_modern/armor/helmet/ElfArmor.png

794 Bytes
486 Bytes
1.12 KB
831 Bytes
1.16 KB
898 Bytes
737 Bytes
1 KB
983 Bytes

hero_modern/body/gnoll.png

1.06 KB
265 Bytes
567 Bytes
572 Bytes
265 Bytes
567 Bytes
265 Bytes
608 Bytes
448 Bytes
533 Bytes
265 Bytes
670 Bytes
694 Bytes
684 Bytes
1.8 KB
2.21 KB
265 Bytes
501 Bytes
502 Bytes
265 Bytes
501 Bytes
265 Bytes
542 Bytes
396 Bytes
435 Bytes
265 Bytes
611 Bytes
694 Bytes
628 Bytes
1.63 KB
1.87 KB
265 Bytes
532 Bytes
538 Bytes
265 Bytes
532 Bytes
265 Bytes
574 Bytes
416 Bytes
491 Bytes
265 Bytes
669 Bytes
947 Bytes
656 Bytes
1.97 KB
2.3 KB
732 Bytes
535 Bytes
732 Bytes
535 Bytes
787 Bytes
499 Bytes
350 Bytes
522 Bytes
1.03 KB
562 Bytes
1.1 KB
576 Bytes
365 Bytes
527 Bytes
592 Bytes
740 Bytes
592 Bytes
550 Bytes
930 Bytes
604 Bytes
425 Bytes
477 Bytes
978 Bytes
668 Bytes
694 Bytes
688 Bytes
1.77 KB
2.26 KB
265 Bytes
532 Bytes
538 Bytes
265 Bytes
532 Bytes
265 Bytes
574 Bytes
445 Bytes
512 Bytes
1.02 KB
651 Bytes
694 Bytes
651 Bytes
1.97 KB
2.3 KB

hero_modern/body/lich.png

922 Bytes

hero_modern/body/man.png

1.26 KB

hero_modern/body/statue.png

1.1 KB

hero_modern/body/warlock.png

1.21 KB

hero_modern/body/woman.png

1.32 KB

hero_modern/death/common.png

492 Bytes

hero_modern/death/statue.png

1.02 KB

hero_modern/death/warlock.png

1.46 KB

hero_modern/empty.png

207 Bytes

hero_modern/head/ELF_NONE.png

983 Bytes

hero_modern/head/ELF_SCOUT.png

913 Bytes

hero_modern/head/ELF_SHAMAN.png

973 Bytes

hero_modern/head/GNOLL_NONE.png

973 Bytes

hero_modern/head/HUNTRESS_NONE.png

918 Bytes

hero_modern/head/HUNTRESS_SNIPER.png

1.06 KB

hero_modern/head/HUNTRESS_WARDEN.png

1.21 KB

hero_modern/head/MAGE_BATTLEMAGE.png

931 Bytes

hero_modern/head/MAGE_NONE.png

1.02 KB

hero_modern/head/MAGE_WARLOCK.png

958 Bytes

hero_modern/head/NECROMANCER_LICH.png

820 Bytes

hero_modern/head/NECROMANCER_NONE.png

883 Bytes

hero_modern/head/ROGUE_ASSASSIN.png

978 Bytes

hero_modern/head/ROGUE_FREERUNNER.png

916 Bytes

hero_modern/head/ROGUE_NONE.png

965 Bytes
1.09 KB
1.07 KB

hero_modern/head/WARRIOR_NONE.png

1 KB
327 Bytes
1.04 KB
401 Bytes
327 Bytes
489 Bytes
467 Bytes
905 Bytes
535 Bytes
549 Bytes
508 Bytes
207 Bytes
677 Bytes
519 Bytes
418 Bytes
338 Bytes
849 Bytes
472 Bytes
673 Bytes

hero_modern/head/statue.png

852 Bytes

hero_modern/items/BattleAxe_right.png

947 Bytes

hero_modern/items/ChaosBow_right.png

524 Bytes
807 Bytes

hero_modern/items/Claymore_right.png

736 Bytes
459 Bytes
3.72 KB
663 Bytes

hero_modern/items/Dagger_left.png

1.84 KB

hero_modern/items/Dagger_right.png

2.02 KB

hero_modern/items/Gasock_right.png

1.52 KB

hero_modern/items/Glaive_right.png

949 Bytes
2.05 KB
2.62 KB

hero_modern/items/Halberd_right.png

914 Bytes

hero_modern/items/Hammer_right.png

2.01 KB

hero_modern/items/Knuckles_left.png

1.81 KB

hero_modern/items/Knuckles_right.png

1.86 KB

hero_modern/items/Kusarigama_left.png

2.15 KB
2.29 KB

hero_modern/items/Longsword_right.png

651 Bytes

hero_modern/items/Mace_left.png

2.14 KB

hero_modern/items/Mace_right.png

2.24 KB

hero_modern/items/Pickaxe_left.png

2.27 KB

hero_modern/items/Pickaxe_right.png

2.31 KB
678 Bytes
3.59 KB
3.96 KB
2.33 KB

hero_modern/items/RubyBow_right.png

462 Bytes
570 Bytes

hero_modern/items/Ry_right.png

1.64 KB
2.38 KB
2.27 KB

hero_modern/items/Sai_left.png

1.11 KB

hero_modern/items/Sai_right.png

1.33 KB

hero_modern/items/ShortSword_left.png

2 KB
2.2 KB

hero_modern/items/Spear_right.png

697 Bytes
3.64 KB
3.77 KB

0 commit comments

Comments
 (0)