Difference between revisions of "Nepeta"
Line 44: | Line 44: | ||
---- | ---- | ||
This item will be consumed on use. In doing so, the treat will have immediate permanent effects on the [[Captain_Steele|player character]], with up to three possible mutations total, or none at all. The changes will be completely random and will depend on what stats/anatomy are present upon consuming the item. | This item will be consumed on use. In doing so, the treat will have immediate permanent effects on the [[Captain_Steele|player character]], with up to three possible mutations total, or none at all. The changes will be completely random and will depend on what stats/anatomy are present upon consuming the item. | ||
+ | if (target.armType != GLOBAL.TYPE_FELINE && target.armTypeUnlocked(GLOBAL.TYPE_FELINE)) tfs.push(armTF); | ||
+ | else if(target.armType == GLOBAL.TYPE_FELINE && target.hasArmFlag(GLOBAL.FLAG_FURRED) && target.armTypeUnlocked(GLOBAL.TYPE_FELINE)) tfs.push(armTF); | ||
+ | |||
+ | {|class="wikitable sortable bordered" border="1" cellpadding="2" style="text-align:left" | ||
+ | |+ Transformations | ||
+ | !width="320px" class="unsortable" | Condition | ||
+ | !width="320px" class="unsortable" | Change | ||
+ | |- | ||
+ | | | ||
+ | * Either of the following | ||
+ | ** [[Arms|Arm] type not feline | ||
+ | ** Arms have '''furred''' flag | ||
+ | | | ||
+ | * [[Arms|Arm] type becomes feline | ||
+ | ** Lose all [[arms|arm]] flag | ||
+ | |- | ||
+ | | | ||
+ | * [[Ears|Ear]] type not feline | ||
+ | | | ||
+ | * [[Ears|Ear]] type becomes feline | ||
+ | |- | ||
+ | | | ||
+ | * [[Eyes|Eye]] type not feline | ||
+ | | | ||
+ | * [[Eyes|Eye]] type becomes feline | ||
+ | |- | ||
+ | | | ||
+ | * [[Skin]] type not regular skin | ||
+ | | | ||
+ | * [[Skin]] type becomes regular skin | ||
+ | |- | ||
+ | | | ||
+ | * No [[tail]] | ||
+ | | | ||
+ | * [[Tail]] count becomes 1 | ||
+ | * [[Tail]] type becomes feline | ||
+ | ** Remove all previous tail flags | ||
+ | ** Gain the following tail flags | ||
+ | *** Long | ||
+ | *** Furred | ||
+ | *** Prehensile | ||
+ | *** If PC has '''Fluffy''' skin | ||
+ | **** Gain '''Fluffy''' tail flag | ||
+ | |- | ||
+ | | | ||
+ | * [[Tail]] type not feline | ||
+ | | | ||
+ | * If [[tail]] count greater than 2 | ||
+ | ** [[Tail]] count becomes 2 | ||
+ | * [[Tail]] type becomes feline | ||
+ | ** Remove all previous tail flags | ||
+ | ** Gain the following tail flags | ||
+ | *** Long | ||
+ | *** Furred | ||
+ | *** Prehensile | ||
+ | *** If PC has '''Fluffy''' skin | ||
+ | **** Gain '''Fluffy''' tail flag | ||
+ | |- | ||
+ | | | ||
+ | * [[Tail]] type is feline | ||
+ | * [[Tail]] count is 1 | ||
+ | | | ||
+ | * [[Tail]] count becomes 2 | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | |||
+ | |||
{|class="wikitable sortable bordered" border="1" cellpadding="2" style="text-align:center" | {|class="wikitable sortable bordered" border="1" cellpadding="2" style="text-align:center" |
Revision as of 18:10, 1 March 2019
Nepeta
Nepeta | |
---|---|
Type | Drug, Pill |
Base Price | 500 |
Information | |
Usable | Yes |
Defensive Target | Self, Lerris |
These small bags of drugged-up treats were produced by Xenogen shortly after first contact with the cat-like kaithrit. When eaten, the treats release a potent cocktail of transformative nanomachines to re-work your body into a pleasingly feminine, feline form.
A Xenogen-brand product.
Acquisition
Can be purchased from Nevrie at the Xenogen Biotech Outpost on Myrellion.
Usage
This item will be consumed on use. In doing so, the treat will have immediate permanent effects on the player character, with up to three possible mutations total, or none at all. The changes will be completely random and will depend on what stats/anatomy are present upon consuming the item. if (target.armType != GLOBAL.TYPE_FELINE && target.armTypeUnlocked(GLOBAL.TYPE_FELINE)) tfs.push(armTF); else if(target.armType == GLOBAL.TYPE_FELINE && target.hasArmFlag(GLOBAL.FLAG_FURRED) && target.armTypeUnlocked(GLOBAL.TYPE_FELINE)) tfs.push(armTF);
Condition | Change |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
Condition | Change |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This item can also be used on Lerris.
Trivia
Nepeta is also the name of the genus of plants that most that most species of Catnip belong to.