Skip to content

Commit

Permalink
Version 6.67.119
Browse files Browse the repository at this point in the history
See release.
  • Loading branch information
GeodesicDragon committed Feb 25, 2025
1 parent 1def99a commit dd708fb
Show file tree
Hide file tree
Showing 44 changed files with 1,100 additions and 194 deletions.
3 changes: 2 additions & 1 deletion MyLittleRimPony/About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<author>GeodesicDragon</author>
<packageId>geodesicdragon.rimpony</packageId>
<url>https://github.com/GeodesicDragon/mylittlerimpony/wiki</url>
<modVersion>6.44.110</modVersion>
<modVersion>6.67.119</modVersion>
<supportedVersions>
<li>1.5</li>
</supportedVersions>
Expand All @@ -12,6 +12,7 @@
<packageId>brrainz.harmony</packageId>
<displayName>Harmony</displayName>
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl>
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
</li>
</modDependencies>
<loadBefore>
Expand Down
40 changes: 40 additions & 0 deletions MyLittleRimPony/About/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
Version 6.67.119 (February 25th 2025)

* Core: Added Heart's Desire.
* This flower is very hard to find, usually only being offered by exotic goods traders.
* However, when ingested, it is a guaranteed cure for the Cutie Pox.
* As a result, it is very expensive to acquire, costing 15,000 silver.
* Core: Added Tree Hugger.
* Allows you to convert drugs into silver, and vice versa.
* Unlocked after completing some quick research, once you finish researching all of the drug production techs.
* Built using 200 stuff.
* Requires 150W of power (reduced once magical power efficiency is researched).
* Recipes can be performed by any colonist, as they count as Basic tasks.
* Depending on difficulty and storyteller, converting drugs to silver may actually be profitable.
* Drugs are sold to Tree Hugger in batches of 100.
* Drugs are bought from Tree Hugger in batches of 10.
* Added 20 new recipes, all available at Tree Hugger.
* Convert poison joke to silver and back again.
* Convert smokeleaf to silver and back again.
* Convert flake to silver and back again.
* Convert yayo to silver and back again.
* Convert wake-up to silver and back again.
* Convert penoxycyline to silver and back again.
* Convert go-juice to silver and back again.
* Convert psychite tea to silver and back again.
* Convert ambrosia to silver and back again.
* Convert beer to silver and back again.
* Vanilla Achievements Expanded: Added achievement to build Tree Hugger.
* Core: Herbal cure kits no longer attempt to cure the Cutie Pox.
* Core: Herbal cure kits now cure animal flu, and also have a chance to cure animal plague.
* Core: Since Vanilla Expanded Framework apparently makes changes to carrying capacity, the Big Macintosh plushie has been patched accordingly.
* Core: Fixed the research tracker not informing you that the Daybreaker recipe to make 100 smokeleaf joints had been unlocked.
* Core: The following recipes are now performed at Tree Hugger instead of the Nightmare Moon statue.
* Request luciferium
* Request 100 neutroamine
* Core: Fixed pawns who appreciate darklight thinking that darklight Discord lamps are giving off indoor light.
* Core: Increased max hitpoints of the magic mirror to 2000 (was 500). Any that you've already built will need to be repaired. (1)
* Combat Extended: Cutie Pox now improves reloading speed by 2%.

1. I felt that 500HP was far too low, especially given the amount of materials needed to build them.

Version 6.44.110 (January 12th 2025)

IMPORTANT: Non-Steam users MUST reinstall the mod, as some files have been moved and/or renamed.
Expand Down
4 changes: 3 additions & 1 deletion MyLittleRimPony/About/Credits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ Fanfiction (closed): Unknown Artist (280765)
Fanfiction (open): Unknown Artist (280756)
Fanfiction (shelved): Me, making full use of my -20 art skill
Rainbow Laser: Vector-Brony (2493108 - attributed to someone else; original link in description)
Destroyed plushie: https://game-icons.net/1x1/delapouite/ball-pyramid.html
Destroyed plushie: Me
Heart's Desire: php11 (1467143)
Tree Hugger: xboomdiersx (1506608) https://www.deviantart.com/xboomdiersx

ROYALTY

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<Patch>

<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="MLRP_CutiePox"]/stages/li/statOffsets</xpath>
<value>
<EntityStudyRate>0.1</EntityStudyRate>
</value>
</Operation>
<!--Moved to Core/Defs/HediffDefs/Hediff_CutiePox.xml-->

</Patch>
Binary file modified MyLittleRimPony/Core/Assemblies/MyLittleRimPony.dll
Binary file not shown.
7 changes: 4 additions & 3 deletions MyLittleRimPony/Core/Defs/Drugs/CurePoisonJokeAddiction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
<ThingDef ParentName="DrugPillBase">
<defName>MLRP_PoisonJokeAddictionCureKit</defName>
<label>herbal cure kit</label>
<description>Originally intended as a way of removing poison joke addiction, it soon became apparent that this Equestrian herbal remedy was also strong enough to cure a range of other afflictions.\n\nCures flu, malaria, food poisoning, poison joke adddiction and poison joke tolerance. It also has a very low chance of curing the Cutie Pox and the plague.</description>
<description>Originally intended as a way of removing poison joke addiction, it soon became apparent that this Equestrian herbal remedy was also strong enough to cure a range of other afflictions.\n\nCures flu, animal flu, malaria, food poisoning, poison joke adddiction and poison joke tolerance. It also has a very low chance of curing the plague on colonists and animals.</description>
<descriptionHyperlinks>
<HediffDef>Flu</HediffDef>
<HediffDef>Animal_Flu</HediffDef>
<HediffDef>Malaria</HediffDef>
<HediffDef>FoodPoisoning</HediffDef>
<HediffDef>MLRP_PoisonJokeAddiction</HediffDef>
<HediffDef>MLRP_PoisonJokeTolerance</HediffDef>
<HediffDef>MLRP_CutiePox</HediffDef>
<HediffDef>Plague</HediffDef>
<HediffDef>Animal_Plague</HediffDef>
<HediffDef MayRequire="SovietRabotyaga.RimPonkOld">MagicalCakeAddiction</HediffDef>
<HediffDef MayRequire="SovietRabotyaga.RimPonkOld">MagicalCakeTolerance</HediffDef>
<HediffDef MayRequire="Dubwise.DubsBadHygiene">Diarrhea</HediffDef>
Expand Down Expand Up @@ -39,7 +40,7 @@
</ingestible>
<comps>
<li Class="CompProperties_Drug">
<listOrder>1011</listOrder>
<listOrder>1010</listOrder>
</li>
</comps>
<tradeTags>
Expand Down
11 changes: 10 additions & 1 deletion MyLittleRimPony/Core/Defs/HediffDefs/Hediff_CutiePox.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<HediffDef ParentName="InfectionBase">
<defName>MLRP_CutiePox</defName>
<label>Cutie Pox</label>
<description>An infection of Equestrian origin which improves a person's skills, but causes pain and requires a lot of time and medicine to treat.\n\nPawns who smoke poison joke have a chance of being afflicted with the disease.</description>
<description>An infection of Equestrian origin which improves a person's skills, but causes pain and requires a lot of time and medicine to treat.\n\nPawns who smoke poison joke have a chance of being afflicted with the disease.\n\nIt can be cured with a lot of medicine, or by eating a Heart's Desire flower.</description>
<descriptionHyperlinks>
<ThingDef>MLRP_HeartsDesire</ThingDef>
</descriptionHyperlinks>
<hediffClass>HediffWithComps</hediffClass>
<makesSickThought>false</makesSickThought>
<scenarioCanAdd>true</scenarioCanAdd>
Expand All @@ -28,6 +31,12 @@
<MiningYield>0.05</MiningYield>
<CookSpeed>5</CookSpeed>
<FoodPoisonChance>-0.05</FoodPoisonChance>
<MeditationFocusGain MayRequire="Ludeon.RimWorld.Royalty">0.05</MeditationFocusGain>
<PsychicEntropyRecoveryRate MayRequire="Ludeon.RimWorld.Royalty">0.02</PsychicEntropyRecoveryRate>
<ConversionPower MayRequire="Ludeon.RimWorld.Ideology">0.05</ConversionPower>
<SuppressionPower MayRequire="Ludeon.RimWorld.Ideology">0.05</SuppressionPower>
<EntityStudyRate MayRequire="Ludeon.RimWorld.Anomaly">0.1</EntityStudyRate>
<ReloadSpeed MayRequire="CETeam.CombatExtended">0.02</ReloadSpeed>
</statOffsets>
</li>
</stages>
Expand Down
96 changes: 0 additions & 96 deletions MyLittleRimPony/Core/Defs/RecipeDefs/NightmareMoonOfferings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,70 +188,6 @@
</products>
</RecipeDef>

<!--REQUEST LUCIFERIUM-->

<RecipeDef>
<defName>MLRP_NMM_Luciferium</defName>
<label>request luciferium x 5</label>
<description>Offer silver and drugs in exchange for 5 luciferium pills.</description>
<researchPrerequisite>DrugProduction</researchPrerequisite>
<jobString>Making an offering to Nightmare Moon</jobString>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<workSkill>Crafting</workSkill>
<effectWorking>Cremate</effectWorking>
<soundWorking>Recipe_Cremate</soundWorking>
<allowMixingIngredients>false</allowMixingIngredients>
<workAmount>300</workAmount>
<recipeUsers>
<li>MLRP_NightmareMoon</li>
</recipeUsers>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Silver</li>
</thingDefs>
</filter>
<count>45</count>
</li>
<li>
<filter>
<thingDefs>
<li>SmokeleafJoint</li>
</thingDefs>
</filter>
<count>10</count>
</li>
<li>
<filter>
<thingDefs>
<li>GoJuice</li>
</thingDefs>
</filter>
<count>10</count>
</li>
<li>
<filter>
<thingDefs>
<li>WakeUp</li>
</thingDefs>
</filter>
<count>10</count>
</li>
<li>
<filter>
<thingDefs>
<li>Yayo</li>
</thingDefs>
</filter>
<count>10</count>
</li>
</ingredients>
<products>
<Luciferium>5</Luciferium>
</products>
</RecipeDef>

<!--REQUEST GLITTERWORLD MEDICINE-->

<RecipeDef>
Expand Down Expand Up @@ -403,38 +339,6 @@
</products>
</RecipeDef>

<!--REQUEST 100 NEUTROAMINE-->

<RecipeDef>
<defName>MLRP_NMM_Neutroamine</defName>
<label>request 100 neutroamine</label>
<description>Offer silver in exchange for 100 neutroamine.</description>
<researchPrerequisite>DrugProduction</researchPrerequisite>
<jobString>Making an offering to Nightmare Moon</jobString>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<workSkill>Crafting</workSkill>
<effectWorking>Cremate</effectWorking>
<soundWorking>Recipe_Cremate</soundWorking>
<allowMixingIngredients>false</allowMixingIngredients>
<workAmount>300</workAmount>
<recipeUsers>
<li>MLRP_NightmareMoon</li>
</recipeUsers>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Silver</li>
</thingDefs>
</filter>
<count>240</count>
</li>
</ingredients>
<products>
<Neutroamine>100</Neutroamine>
</products>
</RecipeDef>

<!--REQUEST HERBAL MEDICINE-->

<RecipeDef>
Expand Down
Loading

0 comments on commit dd708fb

Please sign in to comment.