From b36c9395d665916725952d7348503972ddf3dd12 Mon Sep 17 00:00:00 2001 From: Michael Phillips <1194692+MeltedPixel@users.noreply.github.com> Date: Tue, 4 Jan 2022 05:51:22 -0800 Subject: [PATCH] Additional Hydroponics vegetables - Chili + Recipes (#5966) --- Resources/Locale/en-US/reagents/Capsaicin.ftl | 4 ++ .../Catalog/Fills/Crates/botany.yml | 6 +-- .../Catalog/ReagentDispensers/chemical.yml | 1 + .../VendingMachines/Inventories/seeds.yml | 1 + .../Objects/Consumable/Food/meals.yml | 20 ++++++++ .../Objects/Consumable/Food/produce.yml | 20 ++++++++ .../Entities/Objects/Consumable/Food/soup.yml | 18 ++++++- .../Objects/Specific/Hydroponics/seeds.yml | 11 +++++ Resources/Prototypes/Hydroponics/seeds.yml | 24 +++++++++- .../Reagents/Consumable/Food/ingredients.yml | 27 +++++++++++ .../Recipes/Cooking/meal_recipes.yml | 45 ++++++++++++++++++ .../Consumable/Food/meals.rsi/meta.json | 3 ++ .../Consumable/Food/meals.rsi/queso.png | Bin 0 -> 820 bytes .../Specific/Hydroponics/chili.rsi/dead.png | Bin 0 -> 433 bytes .../Hydroponics/chili.rsi/harvest.png | Bin 0 -> 705 bytes .../Specific/Hydroponics/chili.rsi/meta.json | 41 ++++++++++++++++ .../Hydroponics/chili.rsi/produce.png | Bin 0 -> 300 bytes .../Specific/Hydroponics/chili.rsi/seed.png | Bin 0 -> 323 bytes .../Hydroponics/chili.rsi/stage-1.png | Bin 0 -> 234 bytes .../Hydroponics/chili.rsi/stage-2.png | Bin 0 -> 345 bytes .../Hydroponics/chili.rsi/stage-3.png | Bin 0 -> 433 bytes .../Hydroponics/chili.rsi/stage-4.png | Bin 0 -> 526 bytes .../Hydroponics/chili.rsi/stage-5.png | Bin 0 -> 593 bytes .../Hydroponics/chili.rsi/stage-6.png | Bin 0 -> 622 bytes 24 files changed, 216 insertions(+), 5 deletions(-) create mode 100644 Resources/Locale/en-US/reagents/Capsaicin.ftl create mode 100644 Resources/Textures/Objects/Consumable/Food/meals.rsi/queso.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/dead.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/harvest.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/meta.json create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/produce.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/seed.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/stage-1.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/stage-2.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/stage-3.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/stage-4.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/stage-5.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/stage-6.png diff --git a/Resources/Locale/en-US/reagents/Capsaicin.ftl b/Resources/Locale/en-US/reagents/Capsaicin.ftl new file mode 100644 index 0000000000..42202a4d38 --- /dev/null +++ b/Resources/Locale/en-US/reagents/Capsaicin.ftl @@ -0,0 +1,4 @@ +### Messages that pop up when metabolizing Capsaicin Oil. + +capsaicin-effect-light-burn = You feel a slight tingle in your throat... +capsaicin-effect-heavy-burn = You feel like hell threw up in your mouth! diff --git a/Resources/Prototypes/Catalog/Fills/Crates/botany.yml b/Resources/Prototypes/Catalog/Fills/Crates/botany.yml index b1f4ba9713..6c93859f04 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/botany.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/botany.yml @@ -54,12 +54,12 @@ id: CrateHydroponicsSeeds name: seeds crate parent: CrateHydroponics - description: "Big things have small beginnings. Contains nine different seeds." + description: "Big things have small beginnings. Contains ten different seeds." components: - type: StorageFill contents: -# - id: ChiliSeeds -# amount: 1 + - id: ChiliSeeds + amount: 1 # - id: CottonSeeds # amount: 1 # - id: BerrySeeds diff --git a/Resources/Prototypes/Catalog/ReagentDispensers/chemical.yml b/Resources/Prototypes/Catalog/ReagentDispensers/chemical.yml index a13d46df4b..125a5d1260 100644 --- a/Resources/Prototypes/Catalog/ReagentDispensers/chemical.yml +++ b/Resources/Prototypes/Catalog/ReagentDispensers/chemical.yml @@ -3,6 +3,7 @@ inventory: - Aluminium - Carbon + - CapsaicinOil - Chlorine - Copper - Ethanol diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/seeds.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/seeds.yml index e43eb993f6..b77b355922 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/seeds.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/seeds.yml @@ -8,6 +8,7 @@ BananaSeeds: 10 CarrotSeeds: 10 ChanterelleSeeds: 10 + ChiliSeeds: 10 CornSeeds: 10 EggplantSeeds: 10 LemonSeeds: 10 diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml index 594fea19b0..18751ecbed 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml @@ -240,3 +240,23 @@ - type: Sprite state: saltysweet # Tastes awesome. + +- type: entity + name: queso + parent: FoodMealBase + id: FoodMealQueso + description: A classic dipping sauce that you can't go wrong with. + components: + - type: Sprite + state: queso +# Its queso! Everyone loves queso... Right?. + +- type: entity + name: enchiladas + parent: FoodMealBase + id: FoodMealEnchiladas + description: Viva La Mexico! + components: + - type: Sprite + state: enchiladas +# What do Europeans eat instead of enchiladas? 25.4 millimeter-iladas. diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml index 503ba2497e..ccedcbdbb1 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml @@ -26,6 +26,7 @@ state: produce - type: Produce - type: Extractable + grindableSolutionName: food # Subclasses @@ -547,3 +548,22 @@ components: - type: Sprite sprite: Objects/Specific/Hydroponics/onion_red.rsi + +- type: entity + name: chili + parent: FoodProduceBase + id: FoodChili + description: Spicy, best not touch your eyes. + components: + - type: SolutionContainerManager + solutions: + food: + reagents: + - ReagentId: Nutriment + Quantity: 5 + - ReagentId: CapsaicinOil + Quantity: 1 + - type: Sprite + sprite: Objects/Specific/Hydroponics/chili.rsi + - type: Produce + seed: chili diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml index a708c7243c..f772cde850 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml @@ -334,7 +334,7 @@ # Tastes like chaos. - type: entity - name: hot chili + name: bowl of hot chili parent: FoodBowlBase id: FoodSoupChiliHot description: A Texan five-alarm chili! @@ -343,6 +343,14 @@ layers: - state: bowl - state: chili-hot + - type: SolutionContainerManager + solutions: + food: + reagents: + - ReagentId: Nutriment + Quantity: 30 + - ReagentId: CapsaicinOil + Quantity: 5 # Tastes like hot peppers. - type: entity @@ -367,6 +375,14 @@ layers: - state: bowl - state: chili-clown + - type: SolutionContainerManager + solutions: + food: + reagents: + - ReagentId: Nutriment + Quantity: 30 + - ReagentId: CapsaicinOil + Quantity: 5 # Tastes like tomato, hot peppers, clown feet, kind of funny, someone's parents. - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/seeds.yml b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/seeds.yml index 4d8ad1d51b..d6a280e6d6 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/seeds.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/seeds.yml @@ -192,3 +192,14 @@ seed: nettle - type: Sprite sprite: Objects/Specific/Hydroponics/nettle.rsi + +- type: entity + parent: SeedBase + name: packet of chili seeds + description: "Spicy." + id: ChiliSeeds + components: + - type: Seed + seed: chili + - type: Sprite + sprite: Objects/Specific/Hydroponics/chili.rsi diff --git a/Resources/Prototypes/Hydroponics/seeds.yml b/Resources/Prototypes/Hydroponics/seeds.yml index 02d9b2c056..b4a1557a00 100644 --- a/Resources/Prototypes/Hydroponics/seeds.yml +++ b/Resources/Prototypes/Hydroponics/seeds.yml @@ -424,7 +424,7 @@ Min: 1 Max: 10 PotencyDivisor: 10 - + - type: seed id: nettle name: nettle @@ -447,3 +447,25 @@ Min: 1 Max: 25 PotencyDivisor: 4 + +- type: seed + id: chili + name: chili + seedName: chili + displayName: chilis + plantRsi: Objects/Specific/Hydroponics/chili.rsi + productPrototypes: + - FoodChili + harvestRepeat: Repeat + lifespan: 25 + maturation: 6 + production: 6 + yield: 3 + potency: 20 + idealLight: 9 + idealHeat: 298 + chemicals: + CapsaicinOil: + Min: 1 + Max: 10 + PotencyDivisor: 10 diff --git a/Resources/Prototypes/Reagents/Consumable/Food/ingredients.yml b/Resources/Prototypes/Reagents/Consumable/Food/ingredients.yml index 8de7b7f9ef..29fc1e187f 100644 --- a/Resources/Prototypes/Reagents/Consumable/Food/ingredients.yml +++ b/Resources/Prototypes/Reagents/Consumable/Food/ingredients.yml @@ -111,3 +111,30 @@ meltingPoint: -16.0 tileReactions: - !type:FlammableTileReaction {} + +- type: reagent + id: CapsaicinOil + name: Capsaicin Oil + desc: Capsaicin Oil is the ingredient found in different types of hot peppers. + physicalDesc: oily + color: "#FF0000" + meltingPoint: 146 + boilingPoint: 410 # Really high boiling point compared to its melting + metabolisms: + Poison: + effects: + - !type:HealthChange + damage: + groups: + Caustic: 0.5 + - !type:HealthChange + conditions: + - !type:ReagentThreshold + min: 5 + damage: + groups: + Caustic: 1 + - !type:PopupMessage + type: Local + messages: [ "capsaicin-effect-light-burn" ] + probability: 0.2 diff --git a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml index bdd934bf03..f82f4513b4 100644 --- a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml +++ b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml @@ -433,6 +433,51 @@ solids: FoodDonkpocketGondola: 1 +- type: microwaveMealRecipe + id: RecipeHotChili + name: hot chili recipe + result: FoodSoupChiliHot + time: 20 + solids: + FoodChili: 1 + FoodMeatCutlet: 1 + FoodOnionSlice: 1 + FoodTomato: 1 + +- type: microwaveMealRecipe + id: RecipeChiliClown + name: chili con carnival recipe + result: FoodSoupChiliClown + time: 30 + solids: + FoodChili: 1 + FoodMeatCutlet: 1 + FoodOnionSlice: 1 + FoodTomato: 1 + ClothingShoesClown: 1 + +- type: microwaveMealRecipe + id: RecipeQueso + name: queso recipe + result: FoodMealQueso + time: 15 + #todo Add blackpepper + #reagents: + #blackpepper: 5 + solids: + FoodChili: 1 + FoodCheeseSlice: 2 + +- type: microwaveMealRecipe + id: RecipeEnchiladas + name: enchiladas recipe + result: FoodMealEnchiladas + time: 20 + solids: + FoodChili: 2 + FoodMeatCutlet: 1 + FoodCorn: 1 + # NOT ACTUAL FOOD - type: microwaveMealRecipe diff --git a/Resources/Textures/Objects/Consumable/Food/meals.rsi/meta.json b/Resources/Textures/Objects/Consumable/Food/meals.rsi/meta.json index d36390ab10..c8c0efaa89 100644 --- a/Resources/Textures/Objects/Consumable/Food/meals.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Food/meals.rsi/meta.json @@ -111,6 +111,9 @@ { "name": "poutine" }, + { + "name": "queso" + }, { "name": "sashimi" }, diff --git a/Resources/Textures/Objects/Consumable/Food/meals.rsi/queso.png b/Resources/Textures/Objects/Consumable/Food/meals.rsi/queso.png new file mode 100644 index 0000000000000000000000000000000000000000..0904c57fd0c4af387df66449dee56e14842ff2c3 GIT binary patch literal 820 zcmV-41Izr0P)R_@W5-S$XOlLY1=6jGfL2fhrA56U(W+%H z{S-ZN=L>M)3zTy&NJxkqR}dh9KyW}%SpK$UX{&Ct?e02p94GPL@i19wd#JKNF2KRh zWybQ%>)-Rv`;II8$0`9zfD)htC;>`<5}*V)5McMyx7BQvqg~AA%HB9n)lIPw!0h9@gD-jN#1T|WF)c2Vde$OKV!nR&6Rx~$t2eHtb0OveNbdulUOAzI#`J&oX`kxy`Buoeu8R^9 z|3*sZB_CC>xUizv8xq4k4$(clpB}LM{2>jJVmS`KeY?%cvya2I&3~SO?b|;v_U~#( zYqU?cDB>w=t4#`#BZT0`PMwQ|iBZoqq@{xdn6Asmx5iw2v5hbacGrg-I`stUv#+uq z&Y~^=5ceHaG{SgAe^g3@t&lqPgLRMP(;e2HJWQG^qNyak>9caWO%dMaLf6>auk_kw z4N_zY$)HDCaG>S_*ip{b{g~=!-!RTGyB6UK=o(wSItmT0zJ zmg+7+TIEJ>f;SxEc2@B=?qdB#ug!gR&v)q@dxlYOgJ5LSZU`p*fFv}i)g6LfL^6>S z+OUzu#M)w>P6;a>U){-wbqtvs9CPc0O3<#V#Q=Oi*c%V)4k#uup`RdQr5)P326D1g z($pZSOo?D8@xcp%tuAa}8?^o!!whpeH z+b#M#0~$-V&Pq<*(KV1K`dD;l;NUnmj>@>+yH6xd4WRgAYX_m1e6%@T>>ilu^)DuS zo8ElRQmvZ7SXZ*Z#Eg{AK!vQ<(9RPweFT0i8732^QqXACsG1doZo~I~@ej8CcL4i( y>w5M`ko_C3|H$)9`mFmAi|GIRFDL>2E&U1L_e`ytI|L;F0000HLh9DN|A3jfQq_^2y(21KAXvdFFBea|K zB21?5qdsC5HZlMKzySBVuiz@e%0>qMKt~wPA&NdZfPTJ|jSM`DpARh)&_WcmY6l6- z(P3pH1A0~r{>OHCnH%L;*=!AHA$;S~rUtXJUMA`PNau2fxxuY$rv^%eRthV7G@t?f zUJ|{8?R66BN`_e9S)OCF24s@1WQdhcxEi*z3tG31uH|<*1HA%PwsR6PbR{E7)of*x zyMQj)FNJdZ*~%tQLYW}{8N|ficGqC5?gN|wo@>vE99w-MsTs5nn=~+geF^i`=kZ+U z#e)5%L26l_6Ockupk%_r`jo(Oc52bToNc52l#rE;4YVKLKH`?a_tXkl+5dMd9t;cy b?#{q3*?a(36o(jF00000NkvXXu0mjfMPR=O literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/harvest.png b/Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/harvest.png new file mode 100644 index 0000000000000000000000000000000000000000..abee7856812fc4bb33a5e001a85dae8c0cad02a7 GIT binary patch literal 705 zcmV;y0zUnTP)zVc13N#?WHtYSonKy4{C&{g~@RK8lA0EGtfO$79 z?7DBevYFYK)?VA}P=ky=6srh$Fpe3m-)N2BTly}X@p;;)#7k_zC$PB!*W#p!z%$x& z(V4H9i2BY91>S(5_yVs05ys4h*%&m?>Hyz z1weM5z}2)z0eAxT%oPk8S`bTjvAqF!wQhee>SED>l>9My=e)c~lSP}^o!;wKQi~LUD0h|E^G`}TK_c`1E}na0bZ5CH>|SFl zNm8aDIH7z712oV;`#|!giVUb03g~kzu%6TlIc7Cu1=LHBk?-jVLMI~{O7?+Wv@SXY z&0m6OEy)+c0W);M<4(h>3A7BGGpBUW@`D_WI(InCkY9vuQi3i(W*wqfuu-i@Aj}G4&i5U*(W0*svx2*^D8PPXpPq$;K!se$*Qg0lI<`A;e!8xA(4rE8}jmYNQv3owvy#+P@U z0^tP#y&hI}t}#ObjfgnqV4TIf=pOy{+OQ+2_aKuTazaiR;N$_`# zrR;>8<#T5r6BOUS?>WN(g9M}XFJ{(=|0w34#CYair`i5+H+H9Qmp8rtEBg8OWQL9% zDg45<-7+a{ry}U8{kz_kYxF vz0R?k@!U132yUlYnvWG$F^E1`&p7Ym>7f7o@9%T~eahhJ>gTe~DWM4fRWNun literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/seed.png b/Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/seed.png new file mode 100644 index 0000000000000000000000000000000000000000..49b91318c2f78d54619ef42d0ac239bc4e7bd7b9 GIT binary patch literal 323 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DEQUW z#WAE}&f6>dxtanbSU)Jgcr}UTs(|h}$G2Y@9N!1H@IQR?NZ7>niuDh+?d%3j+tU`h zD&9GDa7QCcW66J4j_*429~}McY`4ynp40iV}GdA-3=A%IA_^ zj9c!!Ej8Sn+cQUOk;&@0({1YKrn?$2{>o+7bGDpo^8FFxwSxB!p+RR0H!%t=kohIh z`9bP0l+XkKJQIVT literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/stage-1.png b/Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/stage-1.png new file mode 100644 index 0000000000000000000000000000000000000000..3738f191d6b9d9899200ec8583547675146aad7e GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C^*N{ z#WAE}&f6;&c^wP{*d9#2!oarCIo{{+YRx^9W;6=!xx>e1$Yj}heb+pNC;OMY^sfKD zaBXs0)n=K!F+lBL(7^Q|egCO5mg@b?I%kuO92>r#P2HQ4Iw!Tc;jv?ihVG+pz7;RI zJ$~w`zREpodQ)M+>h7s`H=Iv3c74m7YsN9*L4@wbv&oy5?{Bz$rskXJ&HOtp3=AK# Z53rdvdSz~{?>7V4;_2$=vd$@?2>^B_S(5+& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/stage-2.png b/Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/stage-2.png new file mode 100644 index 0000000000000000000000000000000000000000..e6381c1c09a7d0f5b2b5e36f0703814eb8220137 GIT binary patch literal 345 zcmV-f0jB&j0fgXj9HP%o!=n91$P_M1Tko0V2Ti0oaB0 zP|8h%xdY%iPn?<>HP{Dt%+lR&1z;~Uq1ej7napp%q@%v4Ea1ujYv{p?DTonZFi}HW z6drjpoJvLR7*2z`QL&SmiTC<#OaRzJ4$3}_O!Rt?IctQT`dNzu3kk2hH2CQaXhX>a z0>T99f}a5Rob;FB{0gdl(KA>LYjvxGzzM!XFrG#tr1`>*sMj3_C64y rS|h-?(e`YMQ0?-6#StI^{5`-MEAonhy$)e400000NkvXXu0mjf#K?+x literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/stage-3.png b/Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/stage-3.png new file mode 100644 index 0000000000000000000000000000000000000000..a5a94077a1d9c5ef9d62917362ed67f254e073a5 GIT binary patch literal 433 zcmV;i0Z#sjP)h#0tW^QXq%$mdqT%t$ zUhfmeXRcP(N)(&};sPRoUJ?#!yKg1MN-?hnIyN*L*3x{<@5+m=2jCY52|N^^0j&f0 zr|4+?kt;4Q5Cjxz<1Gk`C5hjT0@RQyJ0pUn_RAL7JA&)Z&^!Y0q*Co^FfXBOLC-ua zq5*$~v;!P>Kn_rFaKr$v1SQ9st0kag(0<7^fS=p~NdgI>flk3k0I46ETVwJ=wA+>~ z!fSWm{ZvU{bG4%Yhc73T1oZs*Jr5#9s{(|Ax22n-=Q$9mS`{E%I5r-ORPAH@jx#_8 bcxr%uleW+Ca<$+700000NkvXXu0mjfm=mir literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/stage-4.png b/Resources/Textures/Objects/Specific/Hydroponics/chili.rsi/stage-4.png new file mode 100644 index 0000000000000000000000000000000000000000..5445d57a954b762ce61f73f4fb83841e09b47ea7 GIT binary patch literal 526 zcmV+p0`dKcP)MxP+)5nNLtWlEy#q(Bj*uz(=?@R5&?l#>4$~w&z7tpw_+f485uXw8 zlGOwtux;%sNXd>iGr?0VCxIVKu2mH9V8Jva<>LJe3k56=##0jJFsRVjRTVi%Wb^Eg zM9Ps9C^Vu=)@XZ#QAxs=o6rekVv8&TAy#HPvX_p6)HT_4;!u>c*o5dHD8ZoAIS-`_ z;XGBbAuOwiqtz5(C$jT-|0H@~dv+S(4hoJ+;4^MV5-B#nhB7;@BbR3l>fkJWAnqkr zqB~z(wo9=QfvApdbdr|9bcG&Bu3$)rdPsZ3as{~AMB{J(A6#j`U^6&3j1mPOWAkFkM%tYt*iUg*N|6)x380}u#-oS(Z-hJ(_B6cY@Bfx;U?@~}a`+SRS zasB$PW2-3#xcBr(XNuzz7K2GFu1naM03EP{(p*#Ex7hpmOSTYL2>fdTKX9m1x8gg{ Q*#H0l07*qoM6N<$f(r2AA_9uP%IVDT)JzP?jaACO;IGKRkyF+|w0Q}l7 z&UF;=2DVBdg1YhLetcHrGmK9d^^H56Lc+a{_=kie-KWHw1n^RPS*Zisk0hXl(}m+2 zNkR~ajspV?#=Av~+eoQ~J}ES=Pr4L9CXl0M4t?tvu4CEQOvk14M;qjvlP5uZkh(bo zJp&}L`$*0Q#vb)h=mEvKk9Ru|pKpB*1a>*GHG5z)>HSt3%BiL- z^z4xLRcQ{Oft(2fY2zeD8S=T#;x=I^izsY{$T>h4m6KfGFl9hTA2X$KsRS|Nb|#^* z$CFTh4IRwoDGVTr@~DwvTJf``dm1YUh&qPZh%SNa3q3&2c@P8S9@6!)kB?-3s&?!z4+%-_EA8~5Ul z{?TvFHAwh#v4TJXN2ziDj{Eq1!0&c4zO{{VJjZ6dfvp61U^k-z*LXHX=h`VUWhgrz zBt8)tr5?vtMd!5&k@m4fopK)VeuPuuxK@&=EY=w`8sCaoCeL-+g3STXFn~nB@1}-{ zh8kpv#!@5otS_1wB+{=Pk#j4H+&(Y@!VrrjH`2)1$8%Uxn8+U($)Fr_BIKj72=G*? zC{iZ4lX$mX)Z=|3#&tB7f*_K-1X+>l$x{f+2qmD^WPrWUu3#xBogG*kL(aa(5yTEo z=hizA)IRF=0DOFl?|>L1WNY?7GoQ!Wb3-}Rlm$N4ysxZxfDGhJ5J(#*G0Kqdbrz{f zd4sYyL_Wo&sGQ{bhB*T|`jjb+!xE&3yM=_tp8gu@Y3N}oPYtF}lqZc0^BTvN^fXow z5OoZT5nTc|tn>gm=Ru5+dq~&c&Hy!=dVX_{7!8(^b07*qo IM6N<$f~unxp#T5? literal 0 HcmV?d00001