Новая серия фиксиков (#3634)
This commit is contained in:
parent
ad3bcbcbb0
commit
1b16623482
9 changed files with 21 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
charger-examine = Заряжает [color={ $color }]{ $chargeRate }Вт[/color] в секунду.
|
||||
charger-component-charge-rate = скорость зарядки
|
||||
charger-content = Текущий заряд: [color=#5E7C16]{ $chargePercentage }[/color]%.
|
||||
charger-content = Текущий заряд: [color=#5E7C16]{$chargePercent}[/color]%.
|
||||
charger-empty = В зарядном устройстве ничего нет.
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
teg-generator-examine-power = Он генерирует [color=yellow]{ POWERWATTS($power) }[/color].
|
||||
teg-generator-examine-power-max-output = Это способно поддержать мощность [color=yellow]{ POWERWATTS($power) }[/color].
|
||||
teg-generator-examine-connection = Для функционирования [color=white]циркуляционные насосы[/color] должен быть подключены с обеих сторон.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
- !type:DepartmentTimeRequirement
|
||||
department: Engineering
|
||||
time: 5h
|
||||
inverted: true # stop playing intern if you're good at engineering!
|
||||
#inverted: true # stop playing intern if you're good at engineering! # Sunrise-edit
|
||||
startingGear: TechnicalAssistantGear
|
||||
icon: "JobIconTechnicalAssistant"
|
||||
supervisors: job-supervisors-engineering
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
- !type:DepartmentTimeRequirement
|
||||
department: Medical
|
||||
time: 5h
|
||||
inverted: true # stop playing intern if you're good at med!
|
||||
#inverted: true # stop playing intern if you're good at med! Sunrise-edit
|
||||
startingGear: MedicalInternGear
|
||||
icon: "JobIconMedicalIntern"
|
||||
supervisors: job-supervisors-medicine
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
- !type:DepartmentTimeRequirement
|
||||
department: Science
|
||||
time: 5h
|
||||
inverted: true # stop playing intern if you're good at science!
|
||||
#inverted: true # stop playing intern if you're good at science! Sunrise-edit
|
||||
startingGear: ResearchAssistantGear
|
||||
icon: "JobIconResearchAssistant"
|
||||
supervisors: job-supervisors-science
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
- !type:DepartmentTimeRequirement
|
||||
department: Security
|
||||
time: 5h
|
||||
inverted: true # stop playing intern if you're good at security!
|
||||
#inverted: true # stop playing intern if you're good at security! Sunrise-edit
|
||||
startingGear: SecurityCadetGear
|
||||
icon: "JobIconSecurityCadet"
|
||||
supervisors: job-supervisors-security
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
id: FoxTail
|
||||
bodyPart: Tail
|
||||
markingCategory: Tail
|
||||
speciesRestriction: [Felinid, Vulpkanin]
|
||||
speciesRestriction: [Human, Dwarf, Felinid, Vulpkanin]
|
||||
sponsorOnly: false # Sunrise
|
||||
sprites:
|
||||
- sprite: _Sunrise/Mobs/Customization/Vulpkanin/tail_markings.rsi
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
id: BigFoxTail
|
||||
bodyPart: Tail
|
||||
markingCategory: Tail
|
||||
speciesRestriction: [Felinid, Vulpkanin]
|
||||
speciesRestriction: [Human, Dwarf, Felinid, Vulpkanin]
|
||||
sponsorOnly: false # Sunrise
|
||||
coloring:
|
||||
default:
|
||||
|
|
@ -37,8 +37,20 @@
|
|||
id: SharkTail
|
||||
bodyPart: Tail
|
||||
markingCategory: Tail
|
||||
speciesRestriction: [Reptilian]
|
||||
speciesRestriction: [Human, Dwarf, Felinid, Vulpkanin]
|
||||
sponsorOnly: false # Sunrise
|
||||
sprites:
|
||||
- sprite: _Sunrise/Mobs/Customization/human_tails.rsi
|
||||
state: shark_tail
|
||||
|
||||
- type: marking
|
||||
id: LizardTail
|
||||
bodyPart: Tail
|
||||
markingCategory: Tail
|
||||
speciesRestriction: [Human, Dwarf, Felinid, Vulpkanin]
|
||||
sponsorOnly: false # Sunrise
|
||||
sprites:
|
||||
- sprite: _Sunrise/Mobs/Customization/human_tails.rsi
|
||||
state: lizard_tail_primary
|
||||
- sprite: _Sunrise/Mobs/Customization/human_tails.rsi
|
||||
state: lizard_tail_secondary
|
||||
|
|
|
|||
|
|
@ -61,7 +61,6 @@
|
|||
|
||||
- type: loadout
|
||||
id: BlueshieldAsh12
|
||||
sponsorOnly: true
|
||||
inhand:
|
||||
- ClothingBackpackDuffelWeaponRifleAsh12
|
||||
effects:
|
||||
|
|
|
|||
|
|
@ -84,7 +84,6 @@
|
|||
|
||||
- type: loadout
|
||||
id: NanoTrasenRepresentativeModsuit
|
||||
sponsorOnly: true
|
||||
equipment:
|
||||
back: ClothingModsuitNanoTrasenRepresentative
|
||||
effects:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue