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
3 changes: 3 additions & 0 deletions Resources/Locale/ru-RU/_Erida/traits/traits.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ trait-roar-desc = Голос, не признающий полутонов.

trait-medieval-name = Средневековый акцент
trait-medieval-desc = Удивительно, что вы не скелет со щитом.

trait-vulpkanin-full-name = Пресет Вульпканина
trait-vulpkanin-full-desc = Добавляет персонажу звуки, действия и механики, характерные для вульпканинов
8 changes: 4 additions & 4 deletions Resources/Prototypes/Reagents/narcotics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
effects:
# Main effects
- !type:MovementSpeedModifier
walkSpeedModifier: 1.08 # Erida-edit 1.15 -> 1.08
sprintSpeedModifier: 1.08 # Erida-edit 1.15 -> 1.08
walkSpeedModifier: 1.1 # Erida-edit 1.15 -> 1.1
sprintSpeedModifier: 1.1 # Erida-edit 1.15 -> 1.1
- !type:ModifyStatusEffect
effectProto: StatusEffectStunned
time: 1
Expand Down Expand Up @@ -176,8 +176,8 @@
effects:
# Main effects
- !type:MovementSpeedModifier
walkSpeedModifier: 1.20 # Erida-edit 1.25 -> 1.20
sprintSpeedModifier: 1.20 # Erida-edit 1.25 -> 1.20
walkSpeedModifier: 1.25
sprintSpeedModifier: 1.25
- !type:ModifyStatusEffect
effectProto: StatusEffectStimulantsStamina # You are on meth. You keep going.
time: 3
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_Backmen/Research/engineering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
state: microreactor
discipline: Engineering
tier: 1
cost: 20000
cost: 25000
recipeUnlocks:
- PowerCellMicroreactor
technologyPrerequisites:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_Backmen/Research/scientific.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
state: icon
discipline: Scientific
tier: 1
cost: 12500
cost: 30000
recipeUnlocks:
- ClothingShoesBootsSpeed
technologyPrerequisites:
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_Erida/Reagents/gases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@
effects:
- !type:MovementSpeedModifier
conditions:
walkSpeedModifier: 1.15 # 1.35 -> 1.15
sprintSpeedModifier: 1.15 # 1.35 -> 1.15
walkSpeedModifier: 1.35
sprintSpeedModifier: 1.35
time: 0.07
- !type:HealthChange
conditions:
Expand Down
56 changes: 56 additions & 0 deletions Resources/Prototypes/_Erida/Traits/species.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
- type: trait
id: VulpkaninFull
name: trait-vulpkanin-full-name
description: trait-vulpkanin-full-desc
category: Species
conditions:
- !type:IsSpeciesCondition
species: Anthropomorph
effects:
- !type:AddCompsEffect
removeExisting: true
components:
- type: Vocal
sounds:
Male: MaleVulpkanin
Female: FemaleVulpkanin
Unsexed: MaleVulpkanin
- type: Speech
speechVerb: Vulpkanin
allowedEmotes: [ 'Bark', 'Snarl', 'Whine', 'Howl', 'Growl' ]
speechSounds: Vulpkanin
- type: LanguageKnowledge
speaks:
- TauCetiBasic
- Canilunzt
understands:
- TauCetiBasic
- Canilunzt
- type: LanguageSpeaker
currentLanguage: TauCetiBasic
- type: Temperature
specificHeat: 44
- type: TemperatureDamage
heatDamageThreshold: 320
coldDamageThreshold: 230
coldDamage:
types:
Cold: 0.05
heatDamage:
types:
Heat: 2.5
- type: TemperatureProtection
heatingCoefficient: 1.2
coolingCoefficient: 0.3
- type: JumpAbility
action: ActionVulpkaninGravityJump
canCollide: true
jumpDistance: 3
jumpSound:
path: /Audio/Weapons/punchmiss.ogg
params:
pitch: 1.33
volume: -5
variation: 0.05
- type: MessyDrinker
spillChance: 0.33
Loading