From e3b8ab1dae5f7b6656f5dccc641a3d7d9e0d0ead Mon Sep 17 00:00:00 2001 From: ElusiveCoin Date: Sun, 12 Jan 2025 15:03:11 -0700 Subject: [PATCH] most asked for changes --- .../en-US/_DV/chat/managers/chat_manager.ftl | 2 +- .../Locale/en-US/_DV/species/species.ftl | 2 +- .../Prototypes/_DV/Body/Organs/chitinid.yml | 3 +- .../Prototypes/_DV/Body/Parts/chitinid.yml | 34 ++++------ .../Prototypes/_DV/Damage/modifier_sets.yml | 3 +- .../Datasets/Names/chitinid_first_female.yml | 60 ++++++++--------- .../Datasets/Names/chitinid_first_male.yml | 62 +++++++++--------- .../_DV/Datasets/Names/chitinid_last.yml | 36 +++++----- .../_DV/Entities/Mobs/Species/chitinid.yml | 13 +--- Resources/Prototypes/_DV/Species/chitinid.yml | 6 +- .../_DV/Voice/speech_emote_sounds.yml | 4 +- .../Prototypes/_DV/Voice/speech_sounds.yml | 2 +- .../Prototypes/_DV/Voice/speech_verbs.yml | 2 +- Resources/Prototypes/_DV/typing_indicator.yml | 2 +- .../Guidebook/Mobs/_DV/Chitinid.xml | 6 +- .../Textures/_DV/Effects/speech.rsi/meta.json | 2 +- .../Chitinid/chitinid_antennas.rsi/meta.json | 4 +- .../Chitinid/chitinid_parts.rsi/meta.json | 2 +- .../Chitinid/chitinid_wings.rsi/meta.json | 2 +- .../Mobs/Species/Chitinid/parts.rsi/full.png | Bin 1302 -> 1253 bytes .../Mobs/Species/Chitinid/parts.rsi/meta.json | 2 +- 21 files changed, 116 insertions(+), 133 deletions(-) diff --git a/Resources/Locale/en-US/_DV/chat/managers/chat_manager.ftl b/Resources/Locale/en-US/_DV/chat/managers/chat_manager.ftl index 2b69f260285..f58ade59f60 100644 --- a/Resources/Locale/en-US/_DV/chat/managers/chat_manager.ftl +++ b/Resources/Locale/en-US/_DV/chat/managers/chat_manager.ftl @@ -26,4 +26,4 @@ chat-speech-verb-name-chitinid = Chitinid chat-speech-verb-chitinid-1 = clicks chat-speech-verb-chitinid-2 = chitters chat-speech-verb-chitinid-3 = hisses -chat-speech-verb-chitinid-4 = Buzzes +chat-speech-verb-chitinid-4 = buzzes diff --git a/Resources/Locale/en-US/_DV/species/species.ftl b/Resources/Locale/en-US/_DV/species/species.ftl index 4cce68718d2..b8cebd93d58 100644 --- a/Resources/Locale/en-US/_DV/species/species.ftl +++ b/Resources/Locale/en-US/_DV/species/species.ftl @@ -3,4 +3,4 @@ species-name-vulpkanin = Vulpkanin species-name-harpy = Harpy species-name-rodentia = Rodentia -species-name-chitinid = Chitinid \ No newline at end of file +species-name-chitinid = Chitinid diff --git a/Resources/Prototypes/_DV/Body/Organs/chitinid.yml b/Resources/Prototypes/_DV/Body/Organs/chitinid.yml index 894b318ee1f..560c1ead7d2 100644 --- a/Resources/Prototypes/_DV/Body/Organs/chitinid.yml +++ b/Resources/Prototypes/_DV/Body/Organs/chitinid.yml @@ -30,4 +30,5 @@ metabolizerTypes: [Human] groups: - id: Food - - id: Drink \ No newline at end of file + - id: Drink + \ No newline at end of file diff --git a/Resources/Prototypes/_DV/Body/Parts/chitinid.yml b/Resources/Prototypes/_DV/Body/Parts/chitinid.yml index 2eeb322be3a..fb346bb6ff3 100644 --- a/Resources/Prototypes/_DV/Body/Parts/chitinid.yml +++ b/Resources/Prototypes/_DV/Body/Parts/chitinid.yml @@ -1,11 +1,13 @@ # TODO: Add descriptions (many) # TODO BODY: Part damage - type: entity - id: PartChitinid + id: PartChitinidBase parent: [BaseItem, BasePart] name: "Chitinid body part" abstract: true components: + - type: Sprite + sprite: _DV/Mobs/Species/Chitinid/parts.rsi - type: Extractable juiceSolution: reagents: @@ -17,10 +19,9 @@ - type: entity id: TorsoChitinid name: "chitinid torso" - parent: [PartChitinid, BaseTorso] + parent: [PartChitinidBase, BaseTorso] components: - type: Sprite - sprite: _DV/Mobs/Species/Chitinid/parts.rsi state: "torso_m" - type: Extractable juiceSolution: @@ -34,10 +35,9 @@ - type: entity id: HeadChitinid name: "chitinid head" - parent: [PartChitinid, BaseHead] + parent: [PartChitinidBase, BaseHead] components: - type: Sprite - sprite: _DV/Mobs/Species/Chitinid/parts.rsi state: "head_m" - type: Extractable juiceSolution: @@ -50,71 +50,63 @@ - type: entity id: LeftArmChitinid name: "left chitinid arm" - parent: [PartChitinid, BaseLeftArm] + parent: [PartChitinidBase, BaseLeftArm] components: - type: Sprite - sprite: _DV/Mobs/Species/Chitinid/parts.rsi state: "l_arm" - type: entity id: RightArmChitinid name: "right chitinid arm" - parent: [PartChitinid, BaseRightArm] + parent: [PartChitinidBase, BaseRightArm] components: - type: Sprite - sprite: _DV/Mobs/Species/Chitinid/parts.rsi state: "r_arm" - type: entity id: LeftHandChitinid name: "left chitinid hand" - parent: [PartChitinid, BaseLeftHand] + parent: [PartChitinidBase, BaseLeftHand] components: - type: Sprite - sprite: _DV/Mobs/Species/Chitinid/parts.rsi state: "l_hand" - type: entity id: RightHandChitinid name: "right chitinid hand" - parent: [PartChitinid, BaseRightHand] + parent: [PartChitinidBase, BaseRightHand] components: - type: Sprite - sprite: _DV/Mobs/Species/Chitinid/parts.rsi state: "r_hand" - type: entity id: LeftLegChitinid name: "left chitinid leg" - parent: [PartChitinid, BaseLeftLeg] + parent: [PartChitinidBase, BaseLeftLeg] components: - type: Sprite - sprite: _DV/Mobs/Species/Chitinid/parts.rsi state: "l_leg" - type: entity id: RightLegChitinid name: "right chitinid leg" - parent: [PartChitinid, BaseRightLeg] + parent: [PartChitinidBase, BaseRightLeg] components: - type: Sprite - sprite: _DV/Mobs/Species/Chitinid/parts.rsi state: "r_leg" - type: entity id: LeftFootChitinid name: "left chitinid foot" - parent: [PartChitinid, BaseLeftFoot] + parent: [PartChitinidBase, BaseLeftFoot] components: - type: Sprite - sprite: _DV/Mobs/Species/Chitinid/parts.rsi state: "l_foot" - type: entity id: RightFootChitinid name: "right chitinid foot" - parent: [PartChitinid, BaseRightFoot] + parent: [PartChitinidBase, BaseRightFoot] components: - type: Sprite - sprite: _DV/Mobs/Species/Chitinid/parts.rsi state: "r_foot" diff --git a/Resources/Prototypes/_DV/Damage/modifier_sets.yml b/Resources/Prototypes/_DV/Damage/modifier_sets.yml index 432115911e5..3b4f1adf38b 100644 --- a/Resources/Prototypes/_DV/Damage/modifier_sets.yml +++ b/Resources/Prototypes/_DV/Damage/modifier_sets.yml @@ -37,5 +37,4 @@ Piercing: 1.25 Slash: 0.9 Cold: 1.1 - Poison: 0.8 - Radiation: 0.2 \ No newline at end of file + Radiation: 0.2 diff --git a/Resources/Prototypes/_DV/Datasets/Names/chitinid_first_female.yml b/Resources/Prototypes/_DV/Datasets/Names/chitinid_first_female.yml index 9ea8f74cb3a..98d91c14911 100644 --- a/Resources/Prototypes/_DV/Datasets/Names/chitinid_first_female.yml +++ b/Resources/Prototypes/_DV/Datasets/Names/chitinid_first_female.yml @@ -1,41 +1,41 @@ - type: dataset - id: names_chitinid_first_female + id: Names_Chitinid_First_Female values: - - Heket - - Orchid + - Angel + - Aurora + - Bell + - Bianca + - Daisy - Daphne - - Maggie - - Lottie + - Dawn + - Diana + - Emma + - Franky + - Gurtrude + - Heket - Iris - - Petunia + - Isabella + - Jessica + - Kale + - Lottie + - Lucy + - Luna - Luna - - Penny + - Maggie - Maple - - Kale - - Bell - - Rosie - - Scarlet - - Diana - - Tracy - - Gurtrude - Maranda - - Olivia - Nell - - Jessica - - Aurora - - Isabella - - Selene - - Luna - - Angel - - Sandy - - Sophia - - Emma - - Daisy - - Dawn - - Bianca - - Lucy + - Olivia + - Orchid + - Penny + - Petunia + - Rosie - Ruby - - Winnona + - Sandy + - Scarlet + - Selene - Silva - - Franky + - Sophia - Tess + - Tracy + - Winnona diff --git a/Resources/Prototypes/_DV/Datasets/Names/chitinid_first_male.yml b/Resources/Prototypes/_DV/Datasets/Names/chitinid_first_male.yml index b994efe9159..1e49bb2f873 100644 --- a/Resources/Prototypes/_DV/Datasets/Names/chitinid_first_male.yml +++ b/Resources/Prototypes/_DV/Datasets/Names/chitinid_first_male.yml @@ -1,42 +1,42 @@ - type: dataset - id: names_chitinid_first_male + id: Names_Chitinid_First_Male values: - - Drew + - Alvis + - Ash - Atlas - - Loaf + - Bailey + - Barabosa + - Daedalus + - Drew + - Dusty + - Gambit + - Henley + - Hugo + - Huxley + - Isaac - Ivar - - Tripp - - Virgil - - Watson - - Wesker - - Ash - - Walker + - Johnny - Kaiser - - Rex - Leshy - - Yarrow - - Huxley - - Daedalus - - Hugo - - Zion - - Zayn - - Martin - - Henley + - Loaf + - Loki - Lucifer + - Lucious + - Martin - Merlin - - Alvis - - Wolford - - Loki - - Barabosa - - Dusty - - Gambit - - Johnny - - Silver - - Timothy + - Odin + - Rex - Riley - - Isaac - - Bailey - Samuel - - Odin - - Lucious + - Silver - Simon + - Timothy + - Tripp + - Virgil + - Walker + - Watson + - Wesker + - Wolford + - Yarrow + - Zayn + - Zion diff --git a/Resources/Prototypes/_DV/Datasets/Names/chitinid_last.yml b/Resources/Prototypes/_DV/Datasets/Names/chitinid_last.yml index d0de4ba8ddb..87f87a416d1 100644 --- a/Resources/Prototypes/_DV/Datasets/Names/chitinid_last.yml +++ b/Resources/Prototypes/_DV/Datasets/Names/chitinid_last.yml @@ -1,31 +1,31 @@ - type: dataset - id: names_chitinid_last + id: Names_Chitinid_Last values: + - Ambervain - Antonia - - Sassafras - Antwan - - Hawthorn - - Farreed - - Echeveria - - Cottonwood + - Ashclaw + - Barkfang - Caladium + - Cottonwood + - Echeveria + - Farreed - Figbar - - Hollybell - - Wood - - Mossclaw - - Lichen + - Hawthorn - Hiveborn - - Ichorclaw - Hiveguard - - Stingroot + - Hollybell + - Ichorclaw - Leafcarver + - Lichen + - Marshroom + - Mossclaw - Pollencrest - Sandtooth - - Ambervain - - Ashclaw - - Barkfang - - Wormwood + - Sassafras + - Soilguard + - Stingroot - Thistletongue + - Wood - Woodcrest - - Marshroom - - Soilguard \ No newline at end of file + - Wormwood diff --git a/Resources/Prototypes/_DV/Entities/Mobs/Species/chitinid.yml b/Resources/Prototypes/_DV/Entities/Mobs/Species/chitinid.yml index 0daba5ae408..9c130782f9d 100644 --- a/Resources/Prototypes/_DV/Entities/Mobs/Species/chitinid.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/Species/chitinid.yml @@ -22,7 +22,7 @@ color: "#ff7a00" autoRot: true - - type: Carriable # Carrying system from nyanotrasen. + - type: Carriable - type: Icon sprite: Mobs/Species/Chitinid/parts.rsi @@ -36,9 +36,6 @@ damageContainer: Biological damageModifierSet: Chitinid - - type: ZombieAccentOverride - accent: zombie - - type: Speech speechVerb: Chitinid allowedEmotes: ['Chitter', 'Click', 'Hiss'] @@ -100,7 +97,7 @@ Cold : 1.25 #per second, scales with temperature & other constants heatDamage: types: - Heat : 1.0 #per second, scales with temperature & other constants # DeltaV: changed to normal heat damage + Heat : 1.0 #per second, scales with temperature & other constants - type: TemperatureSpeed thresholds: 289: 0.6 @@ -151,12 +148,6 @@ sprite: "Effects/creampie.rsi" state: "creampie_moth" visible: false - - - type: Oni # Thank you Oni for so much :3 - modifiers: - coefficients: - Blunt: 1.1 - Slash: 1.1 - type: entity parent: BaseSpeciesDummy diff --git a/Resources/Prototypes/_DV/Species/chitinid.yml b/Resources/Prototypes/_DV/Species/chitinid.yml index 5e53b1fc81b..75bb26393be 100644 --- a/Resources/Prototypes/_DV/Species/chitinid.yml +++ b/Resources/Prototypes/_DV/Species/chitinid.yml @@ -8,9 +8,9 @@ markingLimits: MobChitinidMarkingLimits dollPrototype: MobChitinidDummy skinColoration: Hues - maleFirstNames: names_chitinid_first_male - femaleFirstNames: names_chitinid_first_female - lastNames: names_chitinid_last + maleFirstNames: Names_Chitinid_First_Male + femaleFirstNames: Names_Chitinid_First_Female + lastNames: Names_Chitinid_Last - type: speciesBaseSprites id: MobChitinidSprites diff --git a/Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml b/Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml index f4ae692b193..1a250450e85 100644 --- a/Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml +++ b/Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml @@ -271,8 +271,8 @@ Yawn: collection: MaleYawn Hiss: - path: /Audio/Animals/snake_hiss.ogg # DeltaV + path: /Audio/Animals/snake_hiss.ogg Gasp: collection: MaleGasp DefaultDeathgasp: - collection: MothDeathGasp \ No newline at end of file + collection: MothDeathGasp diff --git a/Resources/Prototypes/_DV/Voice/speech_sounds.yml b/Resources/Prototypes/_DV/Voice/speech_sounds.yml index f7485365c11..583d71f186f 100644 --- a/Resources/Prototypes/_DV/Voice/speech_sounds.yml +++ b/Resources/Prototypes/_DV/Voice/speech_sounds.yml @@ -23,4 +23,4 @@ askSound: path: /Audio/Voice/Talk/speak_1_ask.ogg exclaimSound: - path: /Audio/Voice/Talk/speak_1_exclaim.ogg \ No newline at end of file + path: /Audio/Voice/Talk/speak_1_exclaim.ogg diff --git a/Resources/Prototypes/_DV/Voice/speech_verbs.yml b/Resources/Prototypes/_DV/Voice/speech_verbs.yml index 053974656e7..e5c4b72724a 100644 --- a/Resources/Prototypes/_DV/Voice/speech_verbs.yml +++ b/Resources/Prototypes/_DV/Voice/speech_verbs.yml @@ -41,4 +41,4 @@ - chat-speech-verb-chitinid-1 - chat-speech-verb-chitinid-2 - chat-speech-verb-chitinid-3 - - chat-speech-verb-chitinid-4 \ No newline at end of file + - chat-speech-verb-chitinid-4 diff --git a/Resources/Prototypes/_DV/typing_indicator.yml b/Resources/Prototypes/_DV/typing_indicator.yml index cb168387bc5..2c45ee21b22 100644 --- a/Resources/Prototypes/_DV/typing_indicator.yml +++ b/Resources/Prototypes/_DV/typing_indicator.yml @@ -14,4 +14,4 @@ id: Chitinid spritePath: /Textures/_DV/Effects/speech.rsi typingState: chitinid0 - offset: -0.2, 0.1 # 0625 \ No newline at end of file + offset: -0.2, 0.1 # 0625 diff --git a/Resources/ServerInfo/Guidebook/Mobs/_DV/Chitinid.xml b/Resources/ServerInfo/Guidebook/Mobs/_DV/Chitinid.xml index 1158bb21213..85b2945d51b 100644 --- a/Resources/ServerInfo/Guidebook/Mobs/_DV/Chitinid.xml +++ b/Resources/ServerInfo/Guidebook/Mobs/_DV/Chitinid.xml @@ -5,7 +5,7 @@ - A hard working worker drone species, the Chitinid are strong dilligent workers, thanks to their homeworld's enviroment they have grown an acute resistant to radiation but not without it's side effects. + An industrious worker drone species, the Chitinid are strong diligent workers. Thanks to their homeworld's enviroment, they have grown an acute resistance to radiation, but not without its side effects. ## Diet - Nothing special. @@ -17,9 +17,9 @@ - Due to their radioactive homeworld they possess a bio light. ## Drawbacks - - Built for work rather then combat their hard shells are weaker to Blunt and piercing damage, they take 25% more damage to both. + - Built for work rather than combat their hard shells are weaker to Blunt and piercing damage, they take 25% more damage to both. - Thanks to their overactive systems they get hungry 33% faster. - - The cold dose not agree with their biology and makes their movement slugish, the cold also harms them more then others. + - The cold does not agree with their biology and makes their movement sluggish, the cold also harms them more than others. - They are deceptivly heavy due to their lifestyle and diet. - Bug Blood. diff --git a/Resources/Textures/_DV/Effects/speech.rsi/meta.json b/Resources/Textures/_DV/Effects/speech.rsi/meta.json index e1a65e25855..2136383e31e 100644 --- a/Resources/Textures/_DV/Effects/speech.rsi/meta.json +++ b/Resources/Textures/_DV/Effects/speech.rsi/meta.json @@ -41,7 +41,7 @@ { "name": "rodentia2" }, - { + { "name": "chitinid0", "delays": [ [ diff --git a/Resources/Textures/_DV/Mobs/Customization/Chitinid/chitinid_antennas.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Chitinid/chitinid_antennas.rsi/meta.json index 31ac0b9a0d2..53afbd7a8ce 100644 --- a/Resources/Textures/_DV/Mobs/Customization/Chitinid/chitinid_antennas.rsi/meta.json +++ b/Resources/Textures/_DV/Mobs/Customization/Chitinid/chitinid_antennas.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commits https://github.com/tgstation/tgstation/commit/b30e2934e7585bad901dd12a35d0635f1fc292c1 and https://github.com/tgstation/tgstation/commit/6b0af0febe578f47ae280781682ea7a3d77f508a, modified by https://github.com/PixelTheKermit & https://github.com/MilenVolf, Underwing is drawn by Ubaser", + "copyright": "Concepts by: https://github.com/ElusiveCoin", "size": { "x": 32, "y": 32 @@ -39,7 +39,7 @@ "name": "firefly_primary", "directions": 4 }, - { + { "name": "firefly_secondary", "directions": 4 }, diff --git a/Resources/Textures/_DV/Mobs/Customization/Chitinid/chitinid_parts.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Chitinid/chitinid_parts.rsi/meta.json index 0a1ae7eb8b2..92a016ce10a 100644 --- a/Resources/Textures/_DV/Mobs/Customization/Chitinid/chitinid_parts.rsi/meta.json +++ b/Resources/Textures/_DV/Mobs/Customization/Chitinid/chitinid_parts.rsi/meta.json @@ -140,4 +140,4 @@ "directions": 4 } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/_DV/Mobs/Customization/Chitinid/chitinid_wings.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Chitinid/chitinid_wings.rsi/meta.json index eabe5992a31..a506cfebdbf 100644 --- a/Resources/Textures/_DV/Mobs/Customization/Chitinid/chitinid_wings.rsi/meta.json +++ b/Resources/Textures/_DV/Mobs/Customization/Chitinid/chitinid_wings.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commits https://github.com/tgstation/tgstation/commit/b30e2934e7585bad901dd12a35d0635f1fc292c1 and https://github.com/tgstation/tgstation/commit/6b0af0febe578f47ae280781682ea7a3d77f508a, modified by https://github.com/PixelTheKermit & https://github.com/MilenVolf, Underwing is drawn by Ubaser", + "copyright": "Concepts by: https://github.com/ElusiveCoin", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/_DV/Mobs/Species/Chitinid/parts.rsi/full.png b/Resources/Textures/_DV/Mobs/Species/Chitinid/parts.rsi/full.png index a1f944ad023c5a191f63ac7a9b34ade9f1017fe4..6d5e167c553e980737a7985a2fef7243eff0f254 100644 GIT binary patch delta 1234 zcmV;@1TFiP3groqBYy#KX+uL$X=7sm04R}lk-tmBKorNnZIy~vI;c>@AxIU67K(y6 zN(H-Ahqi)Mm*kqXLXw6{iWFDD#i8IJy7+7GKhRZhRS*P45OH<&*CHjpYYHvWzHoUT zzW2V5yLW&;tuw>!NdSiF@JuQxt>)LH;5&Q>VFcrd$jr8uvVV&?bd8@!s-}2|i(cL9 zI>tajwHe^+Bc5dzcZlbS(_4-uc#n9PmE;2P32}_m0f}#gu6X<=xajehV4lk?0DjR^ zDz>rG#;n8*;wj>&p;uV*JmMxH)m+I^9;Gz~8yTdKgaic@Y(j^FIAxP&*4dY6_?A&7 z52L?@DmXccD1VVRMrwt+s+2X-Rr+*P#oYhT)7ECDz3!nT(EIATpA$fEAE?({_xIFw z>t{gV1-Ld_{xZ#J?wj;lON$-@;T_=erllzdz|}4gdA4LOH>3b9zor2n7r&zJ@#BTD7jot!r{v@Hul^(t}{CN%uA<#NgxoAgM+M0OuTe_$-waN zll;Xg86SV)q*A+*N+pf4J_yfR%qPV~8<29RQ!zc+n<238-}}*8C4Ykyw-I={HVQGtkp>H$N5I z#@KP=@R3)|0WNQE?=hp-+}vV#x!i%l(D0FWblmoQcR-D2vxjvL27|(83axttymfqe3ox*@_B9_}r|EhO z?CqsZ36usS&&OmZq~Z(^{b7CgWMd;?c$=FED<>O7t8p6#V2m?j)D|N+Me66~-b;7)9h)JXTYp&i;Pm$1^O~A&$nNe=}$J@)ucL{A4btrgS-} z*X#h$@R6g3KIb@JaRzE?LZ-1;G_|#1yL^b6Jpk6Fgd9EeIp@nFqLBs%AIjF&cYi}; zl-d(D&!CjjW7UzNuw8jaaV89PP}teHXX`(uQW zm6f>E*I)D42c-Szj!+CAIeO@G&bJJ386B_2mXR delta 1283 zcmV+e1^oKu36=_wBYykxNvVRs1iu)Zo2If`|Z}{%O z&ObKb3O@TTCI7ZmfVtJfx~jb|mC(Bg0BhkO#r&%L=5z_n7Y%mS!ZA^R++BK}2M(na zPs;$HA*q{=~TscyquN+HQB68+?H7mGCeuV%}aKovIIa>mV|hj z5C@o^oTav{iGqE5$ba?^D47^YYYNobkz-&j9Hh3b zi3fLn7SC(jnpg`5*T?W}CY0$LcsTluuNvW#vQLGH++BJ??;=9{_53Ryjy}WQc`|JS zX|=%B-=&;&TqM7!l-KjG2)udAS~w`g18?5)dj1vpMWvi|T*TGim3A9aPJuMqqZ~bX zibyy_RDYJpHWmZ$&(fa)lV4N{Al~b9a(Ogxd&`N)XbK|X5L3U55)FogP<~MKJKB?)*mMt6)z={{$vAqukwdW)u%yr^Cc$7blWoYwU@`-- z2`DKv0w9N$arAa0Ey+~X*KL}N#(=u|$Z|jfkd|b|Zk!kQs%UW0O}4R^;G$cYQETkR zd88$6OCrmGq$wm#;Q82nBFh1d8GT-XSbwQ14hR!!GAd3LjVuRvK6Zc81U8%n>TZuG z(dQMgx;Tf$Rspbn8qR9Iv)C%I*eY0EoMWfyfX2K!9m(2}1)IkoZ^G;KiBBtNo<3r1&OOypE-xeg~-Uz1diTr4aU*i&B)M%Fy|Z|$1^pf!GEYJ zB$jAFqH7iG^UIVJ8u9sMqOwFup>e|ola^u_^=Dbdv(Ay&()h|!KZplNbX)A#A2&pWN3ocj&`c*>u6}M5pD7$7*X{^0>zD&b)L9` zLp?_AoqalI!q}+0J+aj1@#gHEeSEr2`L9%eFc2@ASSks`HtX*FW=aZunxEd1LL