Eclipse Shiny Addition (#7209)

This commit is contained in:
FluffMedic
2023-11-12 17:05:17 -05:00
committed by GitHub
parent 7ad610070d
commit da8432e74c
2 changed files with 145 additions and 65 deletions

View File

@@ -148,6 +148,7 @@
/mob/living/simple_mob/humanoid/eclipse/solar/bullet_act(obj/item/projectile/P) /mob/living/simple_mob/humanoid/eclipse/solar/bullet_act(obj/item/projectile/P)
if(istype(P, /obj/item/projectile/energy) || istype(P, /obj/item/projectile/beam)) if(istype(P, /obj/item/projectile/energy) || istype(P, /obj/item/projectile/beam))
visible_message("<font color='orange'><B>[P] seems ineffective!.</B></font>") visible_message("<font color='orange'><B>[P] seems ineffective!.</B></font>")
..()
else else
..() ..()
@@ -174,8 +175,8 @@
/mob/living/simple_mob/humanoid/eclipse/solar/firemoff /mob/living/simple_mob/humanoid/eclipse/solar/firemoff
name = "Solar Eclipse Inferno Moth" name = "Solar Eclipse Inferno Moth"
desc = "A moth like creature cladded in armor, wisps of flames swirling around it. Protected from lasers and energy." desc = "A moth like creature cladded in armor, wisps of flames swirling around it. Protected from lasers and energy."
health = 37 health = 35
maxHealth = 37 maxHealth = 35
icon_state = "eclipse_moth" icon_state = "eclipse_moth"
icon_living = "eclipse_moth" icon_living = "eclipse_moth"
reload_max = 10 reload_max = 10
@@ -260,6 +261,11 @@
icon_state = "eclipse_rad" icon_state = "eclipse_rad"
icon_living = "eclipse_rad" icon_living = "eclipse_rad"
glow_color = "#14ff20"
light_color = "#14ff20"
glow_range = 5
glow_intensity = 3
projectiletype = /obj/item/projectile/energy/declone/burn projectiletype = /obj/item/projectile/energy/declone/burn
var/rads = 5 var/rads = 5
@@ -283,6 +289,7 @@
/mob/living/simple_mob/humanoid/eclipse/lunar/bullet_act(obj/item/projectile/P) /mob/living/simple_mob/humanoid/eclipse/lunar/bullet_act(obj/item/projectile/P)
if(istype(P, /obj/item/projectile/bullet)) if(istype(P, /obj/item/projectile/bullet))
visible_message("<font color='orange'><B>[P] seems ineffective!.</B></font>") visible_message("<font color='orange'><B>[P] seems ineffective!.</B></font>")
..()
else else
..() ..()
@@ -328,8 +335,8 @@
/mob/living/simple_mob/humanoid/eclipse/lunar/shotgunner //wuff with shotgun /mob/living/simple_mob/humanoid/eclipse/lunar/shotgunner //wuff with shotgun
name = "Lunar Eclipse Shotgunner" name = "Lunar Eclipse Shotgunner"
desc = "A Vulpkanin or the like in a red-purple flashing rigsuit, it defending them from physical damage of close and long ranges." desc = "A Vulpkanin or the like in a red-purple flashing rigsuit, it defending them from physical damage of close and long ranges."
health = 37 health = 35
maxHealth = 37 maxHealth = 35
reload_max = 2 reload_max = 2
icon_state = "eclipse_shotwuff" icon_state = "eclipse_shotwuff"
@@ -359,8 +366,8 @@
/mob/living/simple_mob/humanoid/eclipse/lunar/ravanger //Tanky boi. Very deadly melee /mob/living/simple_mob/humanoid/eclipse/lunar/ravanger //Tanky boi. Very deadly melee
name = "Lunar Eclipse Ravanger" name = "Lunar Eclipse Ravanger"
desc = "An individual wearing strange armor that seems to be living, and breathing while providing protection from bullets and swords." desc = "An individual wearing strange armor that seems to be living, and breathing while providing protection from bullets and swords."
health = 62 health = 60
maxHealth = 62 maxHealth = 60
icon_state = "eclipse_ravanger" icon_state = "eclipse_ravanger"
icon_living = "eclipse_ravanger" icon_living = "eclipse_ravanger"
@@ -535,7 +542,7 @@
reload_max = 5 reload_max = 5
size_multiplier = 1.5 size_multiplier = 1.5
melee_attack_delay = 3 SECOND melee_attack_delay = 3 SECOND
var/shock_chance = 40 var/shock_chance = 25
base_attack_cooldown = 6 base_attack_cooldown = 6
hovering = TRUE hovering = TRUE
ranged_cooldown_time = 1.5 ranged_cooldown_time = 1.5
@@ -569,6 +576,9 @@
icon_state = "aeroblaster" icon_state = "aeroblaster"
icon_living = "aeroblaster" icon_living = "aeroblaster"
reload_max = 1
reload_time = 1.5 SECONDS
ranged_attack_delay = 1.5 SECONDS ranged_attack_delay = 1.5 SECONDS
hovering = TRUE hovering = TRUE
@@ -749,7 +759,7 @@
only_submunitions = 1 only_submunitions = 1
range = 0 range = 0
embed_chance = 0 embed_chance = 0
submunition_spread_max = 1800 submunition_spread_max = 1200
submunition_spread_min = 500 submunition_spread_min = 500
submunitions = list(/obj/item/projectile/energy/frostsphere = 4) submunitions = list(/obj/item/projectile/energy/frostsphere = 4)

View File

@@ -3,10 +3,17 @@
/obj/machinery/light{ /obj/machinery/light{
dir = 1 dir = 1
}, },
/obj/effect/floor_decal/corner/grey/diagonal,
/turf/simulated/floor/tiled/steel,
/area/submap/eclipsemountain)
"bu" = (
/obj/machinery/door/airlock,
/obj/effect/floor_decal/corner/black/diagonal,
/turf/simulated/floor/tiled/steel, /turf/simulated/floor/tiled/steel,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"bN" = ( "bN" = (
/mob/living/simple_mob/humanoid/eclipse/solar/firemoff, /mob/living/simple_mob/humanoid/eclipse/solar/firemoff,
/obj/effect/floor_decal/corner/black/diagonal,
/turf/simulated/floor/tiled/dark, /turf/simulated/floor/tiled/dark,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"bY" = ( "bY" = (
@@ -27,6 +34,7 @@
dir = 8 dir = 8
}, },
/obj/structure/window/phoronreinforced, /obj/structure/window/phoronreinforced,
/obj/effect/floor_decal/corner/red/diagonal,
/turf/simulated/floor/tiled/red, /turf/simulated/floor/tiled/red,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"do" = ( "do" = (
@@ -35,6 +43,7 @@
/obj/machinery/light{ /obj/machinery/light{
dir = 1 dir = 1
}, },
/obj/effect/floor_decal/corner/red/diagonal,
/turf/simulated/floor/tiled/red, /turf/simulated/floor/tiled/red,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"dt" = ( "dt" = (
@@ -58,6 +67,7 @@
/obj/machinery/light{ /obj/machinery/light{
dir = 8 dir = 8
}, },
/obj/effect/floor_decal/corner/yellow/diagonal,
/turf/simulated/floor/tiled/yellow, /turf/simulated/floor/tiled/yellow,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"fX" = ( "fX" = (
@@ -65,6 +75,7 @@
/obj/machinery/button/remote/blast_door{ /obj/machinery/button/remote/blast_door{
id = "puzzlemtC" id = "puzzlemtC"
}, },
/obj/effect/floor_decal/corner/grey/diagonal,
/turf/simulated/floor/tiled/steel, /turf/simulated/floor/tiled/steel,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"hw" = ( "hw" = (
@@ -89,18 +100,29 @@
temperature = 243.15 temperature = 243.15
}, },
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"jK" = (
/obj/machinery/door/airlock,
/obj/structure/fans/hardlight/colorable/abductor,
/turf/simulated/floor/tiled/steel,
/area/submap/eclipsemountain)
"ki" = ( "ki" = (
/turf/simulated/floor/tiled/red, /turf/simulated/floor/tiled/red,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"kx" = (
/obj/effect/floor_decal/corner/grey/diagonal,
/turf/simulated/floor/tiled/steel,
/area/submap/eclipsemountain)
"kR" = ( "kR" = (
/obj/machinery/light{ /obj/machinery/light{
dir = 1 dir = 1
}, },
/obj/effect/floor_decal/corner/black/diagonal,
/turf/simulated/floor/tiled/dark, /turf/simulated/floor/tiled/dark,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"kX" = ( "kX" = (
/obj/structure/table/steel, /obj/structure/table/steel,
/obj/random/material/precious, /obj/random/material/precious,
/obj/effect/floor_decal/corner/black/diagonal,
/turf/simulated/floor/tiled/dark, /turf/simulated/floor/tiled/dark,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"la" = ( "la" = (
@@ -111,6 +133,7 @@
/obj/machinery/porta_turret/ai_defense{ /obj/machinery/porta_turret/ai_defense{
faction = "eclipse" faction = "eclipse"
}, },
/obj/effect/floor_decal/corner/grey/diagonal,
/turf/simulated/floor/tiled/steel, /turf/simulated/floor/tiled/steel,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"lX" = ( "lX" = (
@@ -124,12 +147,14 @@
/obj/structure/window/phoronreinforced{ /obj/structure/window/phoronreinforced{
dir = 4 dir = 4
}, },
/obj/effect/floor_decal/corner/red/diagonal,
/turf/simulated/floor/tiled/red, /turf/simulated/floor/tiled/red,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"mL" = ( "mL" = (
/obj/structure/table/steel, /obj/structure/table/steel,
/obj/random/medical/pillbottle, /obj/random/medical/pillbottle,
/obj/random/material, /obj/random/material,
/obj/effect/floor_decal/corner/black/diagonal,
/turf/simulated/floor/tiled/dark, /turf/simulated/floor/tiled/dark,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"nL" = ( "nL" = (
@@ -148,16 +173,19 @@
/obj/machinery/door/blast/regular{ /obj/machinery/door/blast/regular{
id = "eclipsegate" id = "eclipsegate"
}, },
/obj/effect/floor_decal/corner/grey/diagonal,
/turf/simulated/floor/tiled/steel, /turf/simulated/floor/tiled/steel,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"qn" = ( "qn" = (
/obj/machinery/light, /obj/machinery/light,
/obj/effect/floor_decal/corner/black/diagonal,
/turf/simulated/floor/tiled/dark, /turf/simulated/floor/tiled/dark,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"qv" = ( "qv" = (
/obj/machinery/light{ /obj/machinery/light{
dir = 4 dir = 4
}, },
/obj/effect/floor_decal/corner/black/diagonal,
/turf/simulated/floor/tiled/dark, /turf/simulated/floor/tiled/dark,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"qO" = ( "qO" = (
@@ -174,10 +202,19 @@
/obj/machinery/telecomms/relay/preset, /obj/machinery/telecomms/relay/preset,
/turf/simulated/floor/tiled/dark, /turf/simulated/floor/tiled/dark,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"sy" = (
/obj/structure/table/gold,
/obj/random/ammo,
/obj/random/maintenance/security,
/obj/random/maintenance/research,
/obj/effect/floor_decal/corner/yellow/diagonal,
/turf/simulated/floor/tiled/yellow,
/area/submap/eclipsemountain)
"sC" = ( "sC" = (
/obj/machinery/light{ /obj/machinery/light{
dir = 8 dir = 8
}, },
/obj/effect/floor_decal/corner/black/diagonal,
/turf/simulated/floor/tiled/dark, /turf/simulated/floor/tiled/dark,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"tI" = ( "tI" = (
@@ -193,6 +230,7 @@
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"tQ" = ( "tQ" = (
/mob/living/simple_mob/humanoid/eclipse/lunar/ravanger, /mob/living/simple_mob/humanoid/eclipse/lunar/ravanger,
/obj/effect/floor_decal/corner/grey/diagonal,
/turf/simulated/floor/tiled/steel, /turf/simulated/floor/tiled/steel,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"tS" = ( "tS" = (
@@ -222,13 +260,19 @@
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"uz" = ( "uz" = (
/mob/living/simple_mob/humanoid/eclipse/lunar/pummler, /mob/living/simple_mob/humanoid/eclipse/lunar/pummler,
/obj/effect/floor_decal/corner/black/diagonal,
/turf/simulated/floor/tiled/dark, /turf/simulated/floor/tiled/dark,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"uC" = (
/obj/effect/floor_decal/corner/red/diagonal,
/turf/simulated/floor/tiled/red,
/area/submap/eclipsemountain)
"vb" = ( "vb" = (
/obj/structure/table/steel, /obj/structure/table/steel,
/obj/machinery/button/remote/blast_door{ /obj/machinery/button/remote/blast_door{
id = "eclipsegate" id = "eclipsegate"
}, },
/obj/effect/floor_decal/corner/red/diagonal,
/turf/simulated/floor/tiled/red, /turf/simulated/floor/tiled/red,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"vx" = ( "vx" = (
@@ -244,6 +288,7 @@
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"vC" = ( "vC" = (
/mob/living/simple_mob/humanoid/eclipse/lunar/shotgunner, /mob/living/simple_mob/humanoid/eclipse/lunar/shotgunner,
/obj/effect/floor_decal/corner/grey/diagonal,
/turf/simulated/floor/tiled/steel, /turf/simulated/floor/tiled/steel,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"vO" = ( "vO" = (
@@ -259,12 +304,14 @@
"xO" = ( "xO" = (
/obj/structure/bed/double/padded, /obj/structure/bed/double/padded,
/obj/item/weapon/bedsheet/purpledouble, /obj/item/weapon/bedsheet/purpledouble,
/obj/effect/floor_decal/corner/yellow/diagonal,
/turf/simulated/floor/tiled/yellow, /turf/simulated/floor/tiled/yellow,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"yy" = ( "yy" = (
/obj/structure/table/steel, /obj/structure/table/steel,
/obj/random/firstaid, /obj/random/firstaid,
/obj/random/material/refined, /obj/random/material/refined,
/obj/effect/floor_decal/corner/grey/diagonal,
/turf/simulated/floor/tiled/steel, /turf/simulated/floor/tiled/steel,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"yY" = ( "yY" = (
@@ -297,6 +344,7 @@
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"AR" = ( "AR" = (
/mob/living/simple_mob/humanoid/eclipse/lunar/wheel, /mob/living/simple_mob/humanoid/eclipse/lunar/wheel,
/obj/effect/floor_decal/corner/black/diagonal,
/turf/simulated/floor/tiled/dark, /turf/simulated/floor/tiled/dark,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"Cy" = ( "Cy" = (
@@ -313,6 +361,7 @@
/obj/machinery/button/remote/blast_door{ /obj/machinery/button/remote/blast_door{
id = "puzzlemtB" id = "puzzlemtB"
}, },
/obj/effect/floor_decal/corner/black/diagonal,
/turf/simulated/floor/tiled/dark, /turf/simulated/floor/tiled/dark,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"Ec" = ( "Ec" = (
@@ -384,6 +433,7 @@
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"IQ" = ( "IQ" = (
/mob/living/simple_mob/humanoid/eclipse/solar/hellhound, /mob/living/simple_mob/humanoid/eclipse/solar/hellhound,
/obj/effect/floor_decal/corner/grey/diagonal,
/turf/simulated/floor/tiled/steel, /turf/simulated/floor/tiled/steel,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"Jg" = ( "Jg" = (
@@ -391,6 +441,7 @@
/area/template_noop) /area/template_noop)
"JK" = ( "JK" = (
/obj/structure/table/steel, /obj/structure/table/steel,
/obj/effect/floor_decal/corner/red/diagonal,
/turf/simulated/floor/tiled/red, /turf/simulated/floor/tiled/red,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"JO" = ( "JO" = (
@@ -410,6 +461,7 @@
/obj/structure/table/steel, /obj/structure/table/steel,
/obj/random/medical/pillbottle, /obj/random/medical/pillbottle,
/obj/random/material/refined, /obj/random/material/refined,
/obj/effect/floor_decal/corner/grey/diagonal,
/turf/simulated/floor/tiled/steel, /turf/simulated/floor/tiled/steel,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"LT" = ( "LT" = (
@@ -420,9 +472,11 @@
/obj/machinery/light{ /obj/machinery/light{
dir = 4 dir = 4
}, },
/obj/effect/floor_decal/corner/yellow/diagonal,
/turf/simulated/floor/tiled/yellow, /turf/simulated/floor/tiled/yellow,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"LV" = ( "LV" = (
/obj/effect/floor_decal/corner/black/diagonal,
/turf/simulated/floor/tiled/dark, /turf/simulated/floor/tiled/dark,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"Mr" = ( "Mr" = (
@@ -431,6 +485,7 @@
/obj/random/maintenance/security, /obj/random/maintenance/security,
/obj/random/maintenance/research, /obj/random/maintenance/research,
/obj/machinery/light, /obj/machinery/light,
/obj/effect/floor_decal/corner/yellow/diagonal,
/turf/simulated/floor/tiled/yellow, /turf/simulated/floor/tiled/yellow,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"Ms" = ( "Ms" = (
@@ -461,6 +516,7 @@
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"Nv" = ( "Nv" = (
/obj/machinery/door/window/southright, /obj/machinery/door/window/southright,
/obj/effect/floor_decal/corner/red/diagonal,
/turf/simulated/floor/tiled/red, /turf/simulated/floor/tiled/red,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"Oa" = ( "Oa" = (
@@ -476,6 +532,7 @@
/obj/machinery/light{ /obj/machinery/light{
dir = 4 dir = 4
}, },
/obj/effect/floor_decal/corner/grey/diagonal,
/turf/simulated/floor/tiled/steel, /turf/simulated/floor/tiled/steel,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"OM" = ( "OM" = (
@@ -492,6 +549,7 @@
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"PL" = ( "PL" = (
/obj/machinery/light, /obj/machinery/light,
/obj/effect/floor_decal/corner/grey/diagonal,
/turf/simulated/floor/tiled/steel, /turf/simulated/floor/tiled/steel,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"PP" = ( "PP" = (
@@ -503,6 +561,7 @@
dir = 4 dir = 4
}, },
/obj/structure/window/phoronreinforced, /obj/structure/window/phoronreinforced,
/obj/effect/floor_decal/corner/red/diagonal,
/turf/simulated/floor/tiled/red, /turf/simulated/floor/tiled/red,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"QT" = ( "QT" = (
@@ -565,9 +624,15 @@
/obj/random/ammo, /obj/random/ammo,
/obj/random/maintenance/security, /obj/random/maintenance/security,
/obj/random/maintenance/research, /obj/random/maintenance/research,
/obj/item/weapon/paper{
info = "Our radio array is set up. Bits are pieces are unstable, although we remedied that by bouncing rare signals up to southern cross. They hopefully won't notice a few stray signals.";
name = "Status Report"
},
/obj/effect/floor_decal/corner/yellow/diagonal,
/turf/simulated/floor/tiled/yellow, /turf/simulated/floor/tiled/yellow,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"VM" = ( "VM" = (
/obj/effect/floor_decal/corner/yellow/diagonal,
/turf/simulated/floor/tiled/yellow, /turf/simulated/floor/tiled/yellow,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"Wd" = ( "Wd" = (
@@ -608,6 +673,7 @@
/obj/machinery/light{ /obj/machinery/light{
dir = 1 dir = 1
}, },
/obj/effect/floor_decal/corner/yellow/diagonal,
/turf/simulated/floor/tiled/yellow, /turf/simulated/floor/tiled/yellow,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"XQ" = ( "XQ" = (
@@ -619,6 +685,7 @@
dir = 4 dir = 4
}, },
/obj/structure/window/phoronreinforced, /obj/structure/window/phoronreinforced,
/obj/effect/floor_decal/corner/red/diagonal,
/turf/simulated/floor/tiled/red, /turf/simulated/floor/tiled/red,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"Yh" = ( "Yh" = (
@@ -628,6 +695,7 @@
/obj/structure/table/steel, /obj/structure/table/steel,
/obj/random/mainttoyloot/nofail, /obj/random/mainttoyloot/nofail,
/obj/random/material/refined, /obj/random/material/refined,
/obj/effect/floor_decal/corner/grey/diagonal,
/turf/simulated/floor/tiled/steel, /turf/simulated/floor/tiled/steel,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"YO" = ( "YO" = (
@@ -636,6 +704,7 @@
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"YQ" = ( "YQ" = (
/mob/living/simple_mob/humanoid/eclipse/solar/radiation, /mob/living/simple_mob/humanoid/eclipse/solar/radiation,
/obj/effect/floor_decal/corner/black/diagonal,
/turf/simulated/floor/tiled/dark, /turf/simulated/floor/tiled/dark,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
"Zr" = ( "Zr" = (
@@ -643,6 +712,7 @@
/obj/machinery/button/remote/blast_door{ /obj/machinery/button/remote/blast_door{
id = "puzzlemtA" id = "puzzlemtA"
}, },
/obj/effect/floor_decal/corner/grey/diagonal,
/turf/simulated/floor/tiled/steel, /turf/simulated/floor/tiled/steel,
/area/submap/eclipsemountain) /area/submap/eclipsemountain)
@@ -887,10 +957,10 @@ Cz
Cz Cz
Cz Cz
Tb Tb
iU kx
iU kx
iU kx
iU kx
tQ tQ
MM MM
hw hw
@@ -929,11 +999,11 @@ Cz
Cz Cz
Cz Cz
MM MM
iU kx
iU kx
Ov Ov
iU kx
iU kx
MM MM
hw hw
Cz Cz
@@ -1013,11 +1083,11 @@ Cz
Cz Cz
Cz Cz
MM MM
ki uC
JK JK
cW cW
iU kx
iU kx
MM MM
hw hw
Cz Cz
@@ -1058,7 +1128,7 @@ MM
do do
vb vb
XQ XQ
iU kx
PL PL
MM MM
hw hw
@@ -1097,11 +1167,11 @@ la
Cz Cz
Cz Cz
MM MM
ki uC
ki uC
Nv Nv
iU kx
iU kx
MM MM
hw hw
Cz Cz
@@ -1176,7 +1246,7 @@ MM
MM MM
MM MM
MM MM
Tb jK
MM MM
MM MM
XK XK
@@ -1210,16 +1280,16 @@ Cz
Cz Cz
Cz Cz
MM MM
iU kx
sC sC
iU kx
iU kx
sC sC
iU kx
MM MM
iU kx
LV LV
iU kx
MM MM
hw hw
Cz Cz
@@ -1294,16 +1364,16 @@ JO
JO JO
JO JO
MM MM
iU kx
LV LV
yy yy
Ln Ln
LV LV
iU kx
MM MM
iU kx
LV LV
iU kx
MM MM
hw hw
Cz Cz
@@ -1335,14 +1405,14 @@ JO
JO JO
JO JO
JO JO
Tb jK
AR AR
LV LV
mL mL
mL mL
LV LV
YQ YQ
Tb bu
LV LV
LV LV
LV LV
@@ -1378,16 +1448,16 @@ JO
JO JO
jt jt
MM MM
iU kx
LV LV
Ln Ln
YC YC
LV LV
iU kx
MM MM
iU kx
LV LV
iU kx
MM MM
hw hw
Cz Cz
@@ -1462,16 +1532,16 @@ Tc
bY bY
Tp Tp
MM MM
iU kx
qv qv
iU kx
iU kx
qv qv
iU kx
MM MM
iU kx
LV LV
iU kx
MM MM
hw hw
Cz Cz
@@ -1540,11 +1610,11 @@ Cz
yY yY
Cz Cz
MM MM
Vp sy
VM VM
ec ec
xO xO
Vp sy
Yh Yh
Yh Yh
My My
@@ -1553,9 +1623,9 @@ Yh
Od Od
Od Od
MM MM
iU kx
LV LV
iU kx
MM MM
hw hw
Cz Cz
@@ -1583,7 +1653,7 @@ yY
Cz Cz
MM MM
xO xO
iU kx
VM VM
vC vC
xO xO
@@ -1637,9 +1707,9 @@ qO
iU iU
iU iU
nL nL
iU kx
uz uz
iU kx
MM MM
hw hw
Cz Cz
@@ -1669,7 +1739,7 @@ MM
xO xO
IQ IQ
VM VM
iU kx
xO xO
Yh Yh
MK MK
@@ -1708,11 +1778,11 @@ Cz
Cz Cz
yY yY
MM MM
Vp sy
VM VM
LT LT
xO xO
Vp sy
Yh Yh
Yh Yh
EA EA
@@ -1793,9 +1863,9 @@ Cz
yY yY
Cz Cz
MM MM
iU kx
iU kx
iU kx
ls ls
MM MM
dJ dJ
@@ -1836,8 +1906,8 @@ yY
Cz Cz
MM MM
al al
iU kx
iU kx
PL PL
MM MM
dJ dJ
@@ -1878,9 +1948,9 @@ yY
Cz Cz
MM MM
ls ls
iU kx
iU kx
iU kx
Tb Tb
dJ dJ
rJ rJ