Skip to content

Commit

Permalink
Merge branch 'Fansana:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
fenndragon authored Aug 22, 2024
2 parents 1fa6aa5 + 280d3a8 commit 7c30f26
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 9 deletions.
12 changes: 12 additions & 0 deletions Resources/Changelog/Floof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -594,3 +594,15 @@ Entries:
message: Fixed the supermatter not spawning in Edge.
id: 81
time: '2024-08-21T16:43:40.0000000+00:00'
- author: neuPanda
changes:
- type: Fix
message: Fixed Rice Pudding
id: 82
time: '2024-08-22T00:06:58.0000000+00:00'
- author: ShatteredSwords
changes:
- type: Add
message: New Trait, Vampirism!
id: 83
time: '2024-08-22T00:07:07.0000000+00:00'
11 changes: 11 additions & 0 deletions Resources/Locale/en-US/Floof/traits/traits.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
trait-name-Vampirism = Vampirism
trait-description-Vampirism = Whether through implantation, genetic modification, or evolution, you have a pair of hollow, sharp fangs used to drink iron-based blood from the beings that contain it.
trait-name-CumProducer = Cock
trait-description-CumProducer = You have a schlong between your legs.
trait-name-MilkProducer = Boobs
trait-description-MilkProducer = You have a pair of large mammaries.
trait-name-SquirtProducer = Pussy
trait-description-SquirtProducer = You have a slit between your legs.
9 changes: 0 additions & 9 deletions Resources/Locale/en-US/traits/traits.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,6 @@ trait-name-LightStep = Light Step
trait-description-LightStep =
You move with a gentle step, making your footsteps quieter.
trait-name-CumProducer = Cock
trait-description-CumProducer = You have a schlong between your legs.
trait-name-MilkProducer = Boobs
trait-description-MilkProducer = You have a pair of large mammaries.
trait-name-SquirtProducer = Pussy
trait-description-SquirtProducer = You have a slit between your legs.
trait-name-Swashbuckler = Swashbuckler
trait-description-Swashbuckler =
You are an expert in swordsmanship, wielding swords, knives, and other blades with unrivaled finesse.
Expand Down
12 changes: 12 additions & 0 deletions Resources/Prototypes/Floof/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,15 @@
Ketchup: 15
solids:
IceCreamBowl: 1

- type: microwaveMealRecipe
id: RecipeRicePudding2
name: rice pudding recipe
result: FoodRicePudding
time: 15
reagents:
Rice: 15
Cream: 15
solids:
FoodBowlBig: 1

24 changes: 24 additions & 0 deletions Resources/Prototypes/Floof/Traits/physical.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
- type: trait
id: Vampirism # You may port this to EE, you have my permission!
category: Physical
points: -1
requirements:
- !type:CharacterJobRequirement
inverted: true
jobs:
- Borg
- MedicalBorg
- !type:CharacterSpeciesRequirement # This will be removed once you can edit organs with traits
inverted: true
species:
- Moth
- Oni
- Diona
- SlimePerson
- Human
components:
- type: BloodSucker
unitsToSucc: 10
injectWhenSucc: false
webRequired: false

0 comments on commit 7c30f26

Please sign in to comment.