-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
48 changed files
with
864 additions
and
686 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
MyLittleRimPony/Biotech/Defs/ThingDef_PonyPlush/PonyPlush_IzzyMoonbow_Child.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<Defs> | ||
<ThingDef ParentName="PonyPlushChildBase"> | ||
<thingClass>Apparel</thingClass> | ||
<defName>PonyPlush_IzzyMoonbow_Child</defName> | ||
<label>Izzy Moonbow (child-sized)</label> | ||
<description>Izzy Moonbow is a lively unicorn who is very keen to make new friends in new places.\n\nCarrying her makes you feel a bit happier, as well as more welcoming towards others.\n\n(When equipped, she will apply a hediff to the child that will improve their mood by 10, and boost their opinion of other pawns by 100%.)</description> | ||
<graphicData> | ||
<texPath>Things/PonyPlush/IzzyMoonbow</texPath> | ||
</graphicData> | ||
<comps> | ||
<li Class="CompProperties_CauseHediff_Apparel"> | ||
<hediff>MLRP_IzzyPlush_Child</hediff> | ||
<part>Head</part> | ||
</li> | ||
</comps> | ||
</ThingDef> | ||
|
||
<HediffDef> | ||
<defName>MLRP_IzzyPlush_Child</defName> | ||
<label>Izzy Moonbow plush</label> | ||
<description>You feel a lot happier.</description> | ||
<hediffClass>HediffWithComps</hediffClass> | ||
<isBad>false</isBad> | ||
<stages> | ||
<li> | ||
<opinionOfOthersFactor>2</opinionOfOthersFactor> | ||
</li> | ||
</stages> | ||
<comps> | ||
<li Class="HediffCompProperties_RemoveIfApparelDropped" /> | ||
</comps> | ||
</HediffDef> | ||
|
||
<ThoughtDef> | ||
<defName>MLRP_IzzyPlush_Child</defName> | ||
<workerClass>ThoughtWorker_Hediff</workerClass> | ||
<hediff>MLRP_IzzyPlush_Child</hediff> | ||
<validWhileDespawned>true</validWhileDespawned> | ||
<stages> | ||
<li> | ||
<label>Izzy Moonbow plush</label> | ||
<description>Her smile is really pretty!</description> | ||
<baseMoodEffect>10</baseMoodEffect> | ||
</li> | ||
</stages> | ||
<nullifyingTraits> | ||
<li>MLRP_AntiBronyTrait</li> | ||
</nullifyingTraits> | ||
</ThoughtDef> | ||
</Defs> |
14 changes: 14 additions & 0 deletions
14
MyLittleRimPony/Biotech/Defs/ThingDef_PonyPlush/PonyPlush_PrincessCadence_Child.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<Defs> | ||
<ThingDef ParentName="PonyPlushChildBase"> | ||
<thingClass>Apparel</thingClass> | ||
<defName>PonyPlush_PrincessCadence_Child</defName> | ||
<label>Princess Cadence (child-sized)</label> | ||
<description>Princess Cadence believes that love is the greatest weapon one can wield.\n\nCarrying her makes you feel as though your heart cannot be broken.</description> | ||
<graphicData> | ||
<texPath>Things/PonyPlush/PrincessCadence</texPath> | ||
</graphicData> | ||
<equippedStatOffsets> | ||
<PainShockThreshold>0.75</PainShockThreshold> | ||
</equippedStatOffsets> | ||
</ThingDef> | ||
</Defs> |
14 changes: 14 additions & 0 deletions
14
MyLittleRimPony/Biotech/Defs/ThingDef_PonyPlush/PonyPlush_PrincessCelestia_Child.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<Defs> | ||
<ThingDef ParentName="PonyPlushChildBase"> | ||
<thingClass>Apparel</thingClass> | ||
<defName>PonyPlush_PrincessCelestia_Child</defName> | ||
<label>Princess Celestia (child-sized)</label> | ||
<description>As one of the rulers of Equestria, Celestia has been through a lot; recently, though, she has never been happier.\n\nCarrying her makes you feel more in control of your emotions.</description> | ||
<graphicData> | ||
<texPath>Things/PonyPlush/PrincessCelestia</texPath> | ||
</graphicData> | ||
<equippedStatOffsets> | ||
<MentalBreakThreshold>-0.5</MentalBreakThreshold> | ||
</equippedStatOffsets> | ||
</ThingDef> | ||
</Defs> |
14 changes: 14 additions & 0 deletions
14
MyLittleRimPony/Biotech/Defs/ThingDef_PonyPlush/PonyPlush_PrincessLuna_Child.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<Defs> | ||
<ThingDef ParentName="PonyPlushChildBase"> | ||
<thingClass>Apparel</thingClass> | ||
<defName>PonyPlush_PrincessLuna_Child</defName> | ||
<label>Princess Luna (child-sized)</label> | ||
<description>As Princess of the night, Luna is responsible for keeping an eye on the dreams of slumbering ponies.\n\nCarrying her makes you feel as though she is watching over your dreams as well.</description> | ||
<graphicData> | ||
<texPath>Things/PonyPlush/PrincessLuna</texPath> | ||
</graphicData> | ||
<equippedStatOffsets> | ||
<RestRateMultiplier>1</RestRateMultiplier> | ||
</equippedStatOffsets> | ||
</ThingDef> | ||
</Defs> |
14 changes: 14 additions & 0 deletions
14
MyLittleRimPony/Biotech/Defs/ThingDef_PonyPlush/PonyPlush_SpoiledRich_Child.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<Defs> | ||
<ThingDef ParentName="PonyPlushChildBase"> | ||
<thingClass>Apparel</thingClass> | ||
<defName>PonyPlush_SpoiledRich_Child</defName> | ||
<label>Spoiled Rich (child-sized)</label> | ||
<description>Ponyville is widely regarded as being home to some of the friendliest ponies in Equestria. Spoiled Rich is not one of them.\n\nCarrying her makes you feel more resistant to toxic environments.</description> | ||
<graphicData> | ||
<texPath>Things/PonyPlush/SpoiledRich</texPath> | ||
</graphicData> | ||
<equippedStatOffsets> | ||
<ToxicEnvironmentResistance>-0.5</ToxicEnvironmentResistance> | ||
</equippedStatOffsets> | ||
</ThingDef> | ||
</Defs> |
12 changes: 1 addition & 11 deletions
12
...leRimPony/Biotech/Patches/Lancers Are 2 Bandwidth Again/ReduceSweetieBotMechBandwidth.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,5 @@ | ||
<Patch> | ||
|
||
<Operation Class="PatchOperationFindMod"> | ||
<mods> | ||
<li>Lancers Are 2 Bandwidth Again</li> | ||
</mods> | ||
<match Class="PatchOperationReplace"> | ||
<xpath>Defs/ThingDef[defName="MLRP_SweetieBotMech"]/statBases/BandwidthCost</xpath> | ||
<value> | ||
<BandwidthCost>2</BandwidthCost> | ||
</value> | ||
</match> | ||
</Operation> | ||
<!--Redundant file.--> | ||
|
||
</Patch> |
Binary file not shown.
Oops, something went wrong.