Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions Resources/Audio/_starcup/Effects/attributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,16 @@
license: "CC0-1.0"
copyright: '"Tree falls in a forest." by felix.blume of Freesound.org. Cropped and mixed from stereo to mono.'
source: "https://freesound.org/people/felix.blume/"

- files: ["hit_needle.ogg"]
license: "CC0-1.0"
copyright: 'Made by Psymbiote for starcup.'
source: "https://github.com/teamstarcup/starcup/"

- files:
- plant_rustle1.ogg
- plant_rustle2.ogg
- plant_rustle3.ogg
license: "CC0-1.0"
copyright: 'Cropped from "20 Rustles of dry leaves" by qubodup.'
source: "https://opengameart.org/content/20-rustles-dry-leaves"
Binary file added Resources/Audio/_starcup/Effects/hit_needle.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Clothing/Hands/gloves.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@
flatReductions:
Heat: 10
Caustic: 5
Piercing: 2 # starcup: added cacti that deal 1 and 1.5 piercing damage.

- type: entity
parent: ClothingHandsBase
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Objects/Decoration/flora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
offset: 0
- type: SolutionContainerManager
solutions:
pool:
vasculature:
maxVol: 50
reagents:
- ReagentId: Resin
Expand Down
105 changes: 105 additions & 0 deletions Resources/Prototypes/_starcup/Entities/Effects/puddle.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Footprints
- type: entity
name: footprint
id: Footprint
Expand Down Expand Up @@ -111,3 +112,107 @@
offset: *left
- state: footprint-right-bare-human
offset: *right

# Puddles
- type: entity
id: PuddleWater
parent: PuddleTemporary
suffix: Water (30u)
components:
- type: SolutionContainerManager
solutions:
puddle:
maxVol: 1000
reagents:
- ReagentId: Water
Quantity: 30

- type: entity
id: PuddleWaterLarge
parent: PuddleTemporary
suffix: Water (100u)
components:
- type: SolutionContainerManager
solutions:
puddle:
maxVol: 1000
reagents:
- ReagentId: Water
Quantity: 100

- type: entity
id: PuddleWaterVeryLarge
parent: PuddleTemporary
suffix: Water (200u)
components:
- type: SolutionContainerManager
solutions:
puddle:
maxVol: 1000
reagents:
- ReagentId: Water
Quantity: 200

- type: entity
id: PuddleCactusSmall
parent: PuddleTemporary
suffix: Cactus water (50u)
description: Contains sugar and water.
components:
- type: SolutionContainerManager
solutions:
puddle:
maxVol: 1000
reagents:
- ReagentId: Sugar
Quantity: 30
- ReagentId: Water
Quantity: 20

- type: entity
id: PuddleCactusMedium
parent: PuddleCactusSmall
suffix: Cactus water (100u)
components:
- type: SolutionContainerManager
solutions:
puddle:
maxVol: 1000
reagents:
- ReagentId: Sugar
Quantity: 60
- ReagentId: Water
Quantity: 40

- type: entity
id: PuddleCactusLarge
parent: PuddleCactusMedium
suffix: Cactus water (200u)
components:
- type: SolutionContainerManager
solutions:
puddle:
maxVol: 1000
reagents:
- ReagentId: Sugar
Quantity: 120
- ReagentId: Water
Quantity: 80

- type: entity
id: PuddleCactusBlood
parent: PuddleCactusLarge
suffix: Bloodthorne cactus water (200u)
description: Contains sugar, water, and blood.
components:
- type: SolutionContainerManager
solutions:
puddle:
maxVol: 1000
reagents:
- ReagentId: Sugar
Quantity: 120
- ReagentId: Water
Quantity: 40
- ReagentId: Blood
Quantity: 40
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- FloraTreeAspbirch
- FloraTreeDeadBrown
- FloraTreeDeadPurple
- FloraTreeDeadThick
- FloraTreeTeal
- FloraTreeLargeTeal
- FloraTreePink
Expand Down Expand Up @@ -48,6 +49,7 @@
- FloraTreeGulmorePine
- FloraTreeTamarack
- FloraTreeConiferDead
- FloraTreeConiferMS

- type: entity
id: RandomFloraTreePalm
Expand All @@ -58,13 +60,111 @@
layers:
- state: shadowpink
- state: pink
- sprite: _starcup/Structures/Nature/Flora/Trees/flora_palms.rsi
- sprite: _starcup/Structures/Nature/Flora/Trees/PalmTrees/flora_palms.rsi
state: palm1
- type: RandomSpawner
prototypes:
- FloraTreePalm
- FloraTreeLargePalm

- type: entity
id: RandomFloraCactus
name: random cactus spawner
parent: MarkerBaseStarcup
components:
- type: Sprite
layers:
- state: shadowpink
- state: pink
- sprite: _starcup/Structures/Nature/Flora/Cacti/flora_cactus.rsi
state: cactus01
- type: RandomSpawner
prototypes:
- FloraCactus
- FloraCactusBarrel
- FloraCactusBarrelGiant

- type: entity
id: RandomFloraCactusBloodthorn
name: bloodthorn cactus spawner
parent: MarkerBaseStarcup
components:
- type: Sprite
layers:
- state: shadowpink
- state: pink
- sprite: _starcup/Structures/Nature/Flora/Cacti/flora_giant_cactus_gr.rsi
state: cactus01
- type: RandomSpawner
prototypes:
- FloraCactusBloodthorn
- FloraCactusBloodthornGiant
chance: 0.9
rarePrototypes:
- FloraCactusChaosthorn
- FloraCactusChaosthornGiant
rareChance: 0.1

- type: entity
id: RandomFloraTreeAlien
name: random alien tree spawner
parent: MarkerBaseStarcup
components:
- type: Sprite
layers:
- state: shadowpink
- state: pink
- sprite: _starcup/Structures/Nature/Flora/Trees/AlienTrees/flora_sporal_trees.rsi
state: tree01
- type: RandomSpawner
prototypes:
- FloraTreeAlienReed
- FloraTreeSporal
- FloraTreeBruiseBonnet
chance: 0.75
rarePrototypes:
- FloraTreeSporalRobust
- FloraTreeBruiseBonnetRobust
rareChance: 0.05

- type: entity
id: RandomFloraTreeSporal
name: sporal tree spawner
parent: MarkerBaseStarcup
components:
- type: Sprite
layers:
- state: shadowpink
- state: pink
- sprite: _starcup/Structures/Nature/Flora/Trees/AlienTrees/flora_sporal_trees.rsi
state: tree01
- type: RandomSpawner
prototypes:
- FloraTreeSporal
chance: 0.95
rarePrototypes:
- FloraTreeSporalRobust
rareChance: 0.05

- type: entity
id: RandomFloraTreeBruiseBonnet
name: sporal tree spawner
parent: MarkerBaseStarcup
components:
- type: Sprite
layers:
- state: shadowpink
- state: pink
- sprite: _starcup/Structures/Nature/Flora/Trees/AlienTrees/flora_sporal_trees.rsi
state: tree01
- type: RandomSpawner
prototypes:
- FloraTreeBruiseBonnet
chance: 0.95
rarePrototypes:
- FloraTreeBruiseBonnetRobust
rareChance: 0.05

# Spawners by climate/biome
- type: entity
id: RandomFloraTreeJungle
Expand Down Expand Up @@ -105,6 +205,7 @@
- FloraTreeConifer
- FloraTreeSnow
- FloraTreeConiferDead
- FloraTreeConiferMSSnow
chance: 0.9
rarePrototypes:
- FloraTreeConiferNoSnow
Expand Down Expand Up @@ -134,6 +235,8 @@
- FloraTreeAutumn
- FloraTreePink
- FloraTreeJuniper
- FloraTreeConiferMS
- FloraTreeDeadThick
chance: 0.9
rarePrototypes:
- FloraTreeVerdant
Expand All @@ -160,6 +263,7 @@
- FloraTreeAutumn
- FloraTreeVerdant
- FloraTreeJuniper
- FloraTreeDeadThick
chance: 0.9
rarePrototypes:
- FloraTreeConiferDead
Expand Down Expand Up @@ -210,3 +314,6 @@
- FloraTreeLargeDark
- LightTree
rareChance: 0.25


# Spawners by climate/biome
8 changes: 4 additions & 4 deletions Resources/Prototypes/_starcup/Entities/Mobs/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
- ReagentId: Resin
Quantity: 30
- type: SolutionRegeneration
solution: pool
solution: vasculature
generated:
reagents:
- ReagentId: Resin
Quantity: 0.1
#- type: DrainableSolution # Left here in case we want to add taps to them later.
#solution: pool
#solution: vasculature
- type: DrawableSolution
solution: pool
solution: vasculature
- type: InjectableSolution
solution: pool
solution: vasculature
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
color: "#ecca87"
- type: SolutionContainerManager
solutions:
pool:
vasculature:
maxVol: 30
reagents:
- ReagentId: Honey
Quantity: 30
- type: SolutionRegeneration
solution: pool
solution: vasculature
generated:
reagents:
- ReagentId: Honey
Quantity: 0.1
Quantity: 0.02
Loading
Loading