-
Notifications
You must be signed in to change notification settings - Fork 379
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meowstrogen (juice that makes you meow :3)
- Loading branch information
KyuPolaris
committed
Jun 30, 2024
1 parent
2e448a2
commit 3f550fd
Showing
7 changed files
with
65 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
reagent-name-meow = Meowstrogen | ||
reagent-desc-meow = Pure essence of being a cat. Can cause you to meow uncontrolably, unstable in high doses. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
- type: polymorph | ||
id: Meowstrogen | ||
configuration: | ||
entity: MobCat | ||
forced: true | ||
transferName: true | ||
transferHumanoidAppearance: true | ||
inventory: None | ||
revertOnDeath: true | ||
revertOnCrit: true | ||
duration: 20 |
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,30 @@ | ||
- type: reagent | ||
id: Meowstrogen | ||
name: reagent-name-meow | ||
group: Toxins | ||
desc: reagent-desc-meow | ||
physicalDesc: reagent-physical-desc-vibrant | ||
flavor: meowstrogen | ||
color: "#f599ff" | ||
metabolisms: | ||
Poison: | ||
metabolismRate: 0.25 | ||
effects: | ||
- !type:Emote | ||
emote: Meow | ||
showInChat: true | ||
probability: 0.5 | ||
- !type:Polymorph | ||
prototype: Meowstrogen # Does the same thing as the original YML I made for this reagent. | ||
conditions: | ||
- !type:OrganType | ||
type: Animal | ||
shouldHave: false | ||
- !type:ReagentThreshold | ||
min: 50 | ||
- !type:AdjustReagent | ||
reagent: Meowstrogen | ||
amount: -20 | ||
conditions: | ||
- !type:ReagentThreshold | ||
min: 50 |
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