forked from space-wizards/space-station-14
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from Gorox221/tsf
Пак ТСФ
- Loading branch information
Showing
64 changed files
with
500 additions
and
5 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
Resources/Locale/ru-RU/ganimed/entities/clothing/tsf_clothing.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
ent-ClothingUniformJumpsuitTSF = комбинезон флота | ||
.desc = Выглядит технологично. | ||
ent-ClothingUniformJumpsuitTSFCommander = комбинезон командира флота | ||
.desc = Выглядит технологично. | ||
ent-ClothingShoesBootsMagTSF = боевые магнитные ботинки | ||
.desc = Обычные тапочки для военных. | ||
ent-ClothingHeadsetTSF = гарнитура ТСФ | ||
.desc = Гарнитура, используемая ТСФ. | ||
ent-ClothingHeadHelmetHardsuitTSF = шлем скафандра ТСФ | ||
.desc = Бронированный шлем, используемый военными скафандрами ТСФ. | ||
ent-ClothingOuterHardsuitTSF = легкий скафандр ТСФ | ||
.desc = Скафандр, используемый флотом ТСФ. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58 changes: 58 additions & 0 deletions
58
Resources/Prototypes/Ganimed/Entities/Clothing/Shoes/tsf.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
#license: CLA | ||
#copyright: https://github.com/ss14-ganimed/ENT14-Master/blob/master/CLA.txt | ||
- type: entity | ||
parent: ClothingShoesBase | ||
id: ClothingShoesBootsMagTSF | ||
name: battle magboots | ||
description: Ordinary slippers for the military. | ||
components: | ||
- type: Sprite | ||
sprite: Ganimed/Clothing/Shoes/tsf_magboots.rsi | ||
state: icon | ||
- type: Clothing | ||
sprite: Ganimed/Clothing/Shoes/tsf_magboots.rsi | ||
- type: Magboots | ||
toggleAction: ActionToggleMagbootsTSF | ||
- type: ClothingSpeedModifier | ||
walkModifier: 0.85 | ||
sprintModifier: 0.8 | ||
enabled: false | ||
- type: GasTank | ||
outputPressure: 42.6 | ||
air: | ||
# 2 minutes of thrust | ||
volume: 0.75 | ||
temperature: 293.15 | ||
moles: | ||
- 0.153853429 # oxygen | ||
- 0.153853429 # nitrogen | ||
- type: ActivatableUI | ||
key: enum.SharedGasTankUiKey.Key | ||
- type: UserInterface | ||
interfaces: | ||
- key: enum.SharedGasTankUiKey.Key | ||
type: GasTankBoundUserInterface | ||
- type: Explosive | ||
explosionType: Default | ||
maxIntensity: 20 | ||
- type: Jetpack | ||
moleUsage: 0.00085 | ||
- type: CanMoveInAir | ||
- type: InputMover | ||
toParent: true | ||
- type: MovementSpeedModifier | ||
weightlessAcceleration: 1 | ||
weightlessFriction: 0.3 | ||
weightlessModifier: 1.2 | ||
- type: Tag | ||
tags: | ||
- WhitelistChameleon | ||
|
||
- type: entity | ||
id: ActionToggleMagbootsTSF | ||
parent: ActionBaseToggleMagboots | ||
noSpawn: true | ||
components: | ||
- type: InstantAction | ||
icon: { sprite: Ganimed/Clothing/Shoes/tsf_magboots.rsi, state: icon } | ||
iconOn: Ganimed/Clothing/Shoes/tsf_magboots.rsi/icon-on.png |
30 changes: 30 additions & 0 deletions
30
Resources/Prototypes/Ganimed/Entities/Clothing/Uniforms/tsf.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#license: CLA | ||
#copyright: https://github.com/ss14-ganimed/ENT14-Master/blob/master/CLA.txt | ||
|
||
- type: entity | ||
parent: ClothingUniformBase | ||
id: ClothingUniformJumpsuitTSF | ||
name: Fleet jumpsuit | ||
description: It looks technologically advanced. | ||
components: | ||
- type: Sprite | ||
sprite: Ganimed/Clothing/Uniforms/tsf/tsf.rsi | ||
- type: Clothing | ||
sprite: Ganimed/Clothing/Uniforms/tsf/tsf.rsi | ||
- type: Tag | ||
tags: | ||
- WhitelistChameleon | ||
|
||
- type: entity | ||
parent: ClothingUniformBase | ||
id: ClothingUniformJumpsuitTSFCommander | ||
name: Commander jumpsuit | ||
description: It looks technologically advanced. | ||
components: | ||
- type: Sprite | ||
sprite: Ganimed/Clothing/Uniforms/tsf/tsf_captain.rsi | ||
- type: Clothing | ||
sprite: Ganimed/Clothing/Uniforms/tsf/tsf_captain.rsi | ||
- type: Tag | ||
tags: | ||
- WhitelistChameleon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
- type: startingGear | ||
id: TSFHardsuitGear | ||
equipment: | ||
jumpsuit: ClothingUniformJumpsuitTSF | ||
back: ClothingMilitaryBackpack | ||
shoes: ClothingShoesBootsMagTSF | ||
eyes: ClothingEyesGlassesSunglasses | ||
gloves: ClothingHandsGlovesCombat | ||
outerClothing: ClothingOuterHardsuitTSF | ||
id: TSFPDA | ||
ears: ClothingHeadsetTSF | ||
belt: ClothingBeltMilitaryWebbing | ||
pocket1: WeaponPistolMk58Nonlethal | ||
pocket2: FlashlightSeclite | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+227 Bytes
Resources/Textures/Clothing/Ears/Headsets/tsf.rsi/equipped-EARS.png
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.
Oops, something went wrong.