Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Fansana/floofstation1
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepyScarecrow committed Jul 13, 2024
2 parents 2ce0bcb + b377e65 commit 8b3121c
Show file tree
Hide file tree
Showing 20 changed files with 123 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Resources/Changelog/Changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4051,7 +4051,7 @@ Entries:
- type: Add
message: >-
Glass/Crystal shards and floor tiles now deal damage and embed in
victims when colliding with them.
victims when colliding with them.
id: 6107
time: '2024-05-11T01:23:00.0000000+00:00'
- author: FoxxoTrystan
Expand Down Expand Up @@ -4262,7 +4262,7 @@ Entries:
- type: Fix
message: >-
Spent bullet casings now fly away from a shooter in a cinematic manner,
rather than fall at their feet.
rather than fall at their feet.
id: 6133
time: '2024-07-01T22:37:29.0000000+00:00'
- author: WarMechanic
Expand Down
7 changes: 7 additions & 0 deletions Resources/Changelog/Floof.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Name: Floof
Order: 1
Entries:
- author: FoxxoTrystan
changes:
- {message: 'Created the Floof Station changelog.', type: Add}
time: '2024-7-12T00:00:00.0000000+00:00'
6 changes: 4 additions & 2 deletions Resources/Locale/en-US/changelog/changelog-window.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ changelog-version-tag = version v{ $version }
changelog-button = Changelog
changelog-button-new-entries = Changelog (new!)
changelog-tab-title-Changelog = Floof Station
changelog-tab-title-Admin = Floof Station Admin
changelog-tab-title-Changelog = Einstein Engines
changelog-tab-title-Admin = Einstein Engines Admin
changelog-tab-title-Floof = Floof Station
1 change: 1 addition & 0 deletions Resources/Locale/en-US/flavors/flavor-profiles.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ flavor-complex-milk = like milk
flavor-complex-tea = like tea
flavor-complex-ice = like ice
flavor-complex-mopwata = like stagnant, dirty water
flavor-complex-nikkonectar = like creamy blueberries.
## Cocktails
flavor-complex-long-island = suspiciously like iced tea
Expand Down
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/reagents/floofstation/drinks.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
reagent-name-NNN = Nikko's Naughty Nectar
reagent-desc-NNN = A sticky, musky white liquid that tastes of blueberries.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
ClothingHandsGlovesColorOrange: 2
ClothingHandsGlovesColorPurple: 2
ClothingEyesGlassesCheapSunglasses: 3
ClothingUniformLoinCloth: 5 # FloofStation
contrabandInventory:
ClothingMaskNeckGaiter: 2
ClothingUniformJumpsuitTacticool: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: vendingMachineInventory
- type: vendingMachineInventory
id: SodaInventory
startingInventory:
DrinkColaCan: 3
Expand All @@ -7,6 +7,7 @@
DrinkIcedTeaCan: 3
DrinkLemonLimeCan: 3
DrinkFourteenLokoCan: 3
DrinkNNNCan: 3 #Floofstation
emaggedInventory:
DrinkNukieCan: 3
DrinkChangelingStingCan: 3
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Mobs/Species/human.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- SolCommon
understands:
- GalacticCommon
- SolCommon

- type: entity
parent: BaseSpeciesDummy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -499,3 +499,22 @@
sprite: Objects/Consumable/Drinks/wine_can.rsi
- type: Item
sprite: Objects/Consumable/Drinks/wine_can.rsi

#Floof
- type: entity
parent: DrinkCanBaseFull
id: DrinkNNNCan
name: Nikkos Naughty Nectar
description: A can of Nikko's Naughty Nectar! Best not to ask how it's made...
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: NikkosNaughtyNectar
Quantity: 30
- type: Sprite
sprite: Objects/Consumable/Drinks/nnn_can.rsi
- type: Item
sprite: Objects/Consumable/Drinks/nnn_can.rsi
14 changes: 14 additions & 0 deletions Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- type: entity
parent: ClothingUniformBase
id: ClothingUniformLoinCloth
name: loin cloth
description: A piece of cloth wrapped around the waist.
components:
- type: Item
size: Small
- type: Sprite
sprite: Floof/Clothing/Uniforms/loincloth.rsi
- type: Clothing
sprite: Floof/Clothing/Uniforms/loincloth.rsi
equipDelay: 0
unequipDelay: 0
7 changes: 7 additions & 0 deletions Resources/Prototypes/Floof/Loadouts/uniform.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- type: loadout
id: LoadoutUniformLoinCloth
category: Uniform
cost: 2
exclusive: true
items:
- ClothingUniformLoinCloth
4 changes: 4 additions & 0 deletions Resources/Prototypes/FloofStation/Flavors/flavors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- type: flavor
id: nikkonectar
flavorType: Complex
description: flavor-complex-nikkonectar
20 changes: 20 additions & 0 deletions Resources/Prototypes/FloofStation/Reagents/Drinks/drinks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
- type: reagent
id: NikkosNaughtyNectar
name: reagent-name-NNN
parent: BaseDrink
desc: reagent-desc-NNN
physicalDesc: reagent-physical-desc-creamy
flavor: nikkonectar
color: "#deebff"
recognizable: true
viscosity: 0.15
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
#TO-DO Lust+
footstepSound:
collection: FootstepSticky
params:
volume: 3
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions Resources/Textures/Floof/Clothing/Uniforms/loincloth.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/VOREStation/VOREStation",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions Resources/Textures/Objects/Consumable/Drinks/nnn_can.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Originally Rootbeer, Edited by Memeji",
"states": [
{
"name": "icon"
},
{
"name": "icon_open"
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
}
]
}

0 comments on commit 8b3121c

Please sign in to comment.