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
8 changes: 3 additions & 5 deletions Resources/Prototypes/Species/skin_colorations.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Contains modifications made by Ronstation contributors, therefore this file is subject to MIT sublicensed with AGPL v3.0.
- type: skinColoration
id: Hues
strategy: !type:ClampedHsvColoration
Expand All @@ -23,7 +22,6 @@

- type: skinColoration
id: VulpkaninColors
strategy: !type:ClampedHsvColoration # Ronstation - modifications
hue: [0.02, 0.12] # Ronstation - modifications
saturation: [0, 0.8] # Ronstation - modifications
value: [0.2, 0.78] # Ronstation - modifications
strategy: !type:ClampedHslColoration
saturation: [0.0, 0.60]
lightness: [0.2, 0.9]
12 changes: 2 additions & 10 deletions Resources/Prototypes/Species/vulpkanin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Contains modifications made by Ronstation contributors, therefore this file is subject to MIT sublicensed with AGPL v3.0.
- type: species
id: Vulpkanin
name: species-name-vulpkanin
Expand All @@ -17,8 +16,8 @@
id: MobVulpkaninSprites
sprites:
Head: MobVulpkaninHead
Hair: MobVulpMarkingFollowSkin # Ronstation - modification
FacialHair: MobVulpMarkingFollowSkin # Ronstation - modification
Hair: MobHumanoidAnyMarking
FacialHair: MobHumanoidAnyMarking
Snout: MobHumanoidAnyMarking
SnoutCover: MobHumanoidAnyMarking
UndergarmentTop: MobHumanoidAnyMarking
Expand Down Expand Up @@ -78,13 +77,6 @@
points: 6
required: false

# start of modifications
- type: humanoidBaseSprite
id: MobVulpMarkingFollowSkin
markingsMatchSkin: true
layerAlpha: 0.9
# end of modifications

- type: humanoidBaseSprite
id: MobVulpkaninEyes
baseSprite:
Expand Down
6 changes: 2 additions & 4 deletions Resources/Prototypes/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Modified by Ronstation contributor(s), therefore this file is licensed as MIT sublicensed with AGPL-v3.0.

# species
- type: emoteSounds
id: MaleHuman
Expand Down Expand Up @@ -487,7 +485,7 @@
Sigh:
collection: MaleSigh
Scream:
collection: MaleScreams # Ronstation - Modification
collection: VulpkaninScreams
Growl:
collection: VulpkaninGrowls
Snarl:
Expand Down Expand Up @@ -519,7 +517,7 @@
Sigh:
collection: FemaleSigh
Scream:
collection: FemaleScreams
collection: VulpkaninScreams
Growl:
collection: VulpkaninGrowls
Snarl:
Expand Down
Loading