-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
26 changed files
with
375 additions
and
4 deletions.
There are no files selected for viewing
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
15 changes: 15 additions & 0 deletions
15
Resources/Locale/en-US/_prototypes/_sunrise/entities/objects/weapons/guns/syringe_guns.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,15 @@ | ||
ent-LauncherSyringeMed = syringe gun | ||
.suffix = Standart | ||
.desc = Load full of poisoned syringes for optimal fun. | ||
ent-LauncherSyringePistol = syringe pistol | ||
.suffix = Compact | ||
.desc = { ent-LauncherSyringeMed.desc } | ||
ent-LauncherSyringePistolFilled = syringe pistol | ||
.suffix = Compact, Filled | ||
.desc = { ent-LauncherSyringeMed.desc } | ||
ent-LauncherSyringeRapid = Auto syringe gun | ||
.suffix = Auto | ||
.desc = { ent-LauncherSyringeMed.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
15 changes: 15 additions & 0 deletions
15
Resources/Locale/ru-RU/_prototypes/_sunrise/entities/objects/weapons/guns/syringe_guns.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,15 @@ | ||
ent-LauncherSyringeMed = шприцемёт | ||
.suffix = Стандартный | ||
.desc = Зарядите отравленными шприцами, чтобы получить максимальное удовольствие. | ||
ent-LauncherSyringePistol = Компактный шприцемёт | ||
.suffix = Компактный | ||
.desc = Зарядите отравленными шприцами, чтобы получить максимальное удовольствие. теперь в смешном размере. | ||
ent-LauncherSyringePistolFilled = Компактный шприцемёт | ||
.suffix = Компактный, Заполнен | ||
.desc = { ent-LauncherSyringePistol.desc } | ||
ent-LauncherSyringeRapid = Авто-прицемёт | ||
.suffix = Автоматический | ||
.desc = Зарядите в пациента до 8-ми шприцов с Ипекаком, чтобы получить максимальное удовольствие. |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/_strings/_sunrise/research/technologies.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
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
51 changes: 51 additions & 0 deletions
51
Resources/Prototypes/_Sunrise/Entities/Objects/Specific/Medical/chemistry.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,51 @@ | ||
- type: entity | ||
parent: MiniSyringe | ||
id: PrefilledMiniSyringe | ||
components: | ||
- type: Injector | ||
toggleState: Inject | ||
|
||
- type: entity | ||
suffix: MuteToxin, MiniSyringe | ||
parent: PrefilledMiniSyringe | ||
id: MiniSyringeMuteToxin | ||
components: | ||
- type: Label | ||
currentLabel: reagent-name-mute-toxin | ||
- type: SolutionContainerManager | ||
solutions: | ||
injector: | ||
maxVol: 15 | ||
reagents: | ||
- ReagentId: MuteToxin | ||
Quantity: 15 | ||
|
||
- type: entity | ||
suffix: Fresium, MiniSyringe | ||
parent: PrefilledMiniSyringe | ||
id: MiniSyringeFresium | ||
components: | ||
- type: Label | ||
currentLabel: reagent-name-fresium | ||
- type: SolutionContainerManager | ||
solutions: | ||
injector: | ||
maxVol: 15 | ||
reagents: | ||
- ReagentId: Fresium | ||
Quantity: 15 | ||
|
||
- type: entity | ||
suffix: CarpoToxin, MiniSyringe | ||
parent: PrefilledMiniSyringe | ||
id: MiniSyringeCarpoToxin | ||
components: | ||
- type: Label | ||
currentLabel: reagent-name-carpotoxin | ||
- type: SolutionContainerManager | ||
solutions: | ||
injector: | ||
maxVol: 15 | ||
reagents: | ||
- ReagentId: CarpoToxin | ||
Quantity: 15 |
95 changes: 95 additions & 0 deletions
95
Resources/Prototypes/_Sunrise/Entities/Objects/Weapons/Guns/Launchers/syringe_guns.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,95 @@ | ||
- type: entity | ||
name: syringe gun | ||
parent: [LauncherSyringe] | ||
id: LauncherSyringeMed | ||
suffix: Standart | ||
components: | ||
- type: Sprite | ||
sprite: Objects/Weapons/Guns/Cannons/syringe_gun.rsi | ||
layers: | ||
- state: syringe_gun | ||
- type: Storage | ||
maxItemSize: Small | ||
grid: | ||
- 0,0,2,0 | ||
- type: Gun | ||
fireRate: 0.8 | ||
- type: Item | ||
size: Normal | ||
shape: | ||
- 0,0,2,1 | ||
- 0,0,2,1 | ||
|
||
- type: entity | ||
name: syringe pistol | ||
parent: [LauncherSyringe] | ||
id: LauncherSyringePistol | ||
suffix: Compact | ||
components: | ||
- type: Sprite | ||
sprite: _Sunrise/Objects/Weapons/Guns/Launchers/syringe_pistol.rsi | ||
layers: | ||
- state: syringe_gun | ||
- type: Storage | ||
maxItemSize: Small | ||
grid: | ||
- 0,0,2,0 | ||
- type: Gun | ||
fireRate: 0.8 | ||
- type: Item | ||
size: Small | ||
shape: | ||
- 0,0,1,0 | ||
- 0,1,0,1 | ||
|
||
- type: entity | ||
name: syringe pistol | ||
parent: [LauncherSyringe] | ||
id: LauncherSyringePistolFilled | ||
suffix: Compact, Filled | ||
components: | ||
- type: Sprite | ||
sprite: _Sunrise/Objects/Weapons/Guns/Launchers/syringe_pistol.rsi | ||
layers: | ||
- state: syringe_gun | ||
- type: Storage | ||
maxItemSize: Small | ||
grid: | ||
- 0,0,2,0 | ||
- type: StorageFill | ||
contents: | ||
- id: MiniSyringeCarpoToxin | ||
- id: MiniSyringeMuteToxin | ||
- id: MiniSyringeFresium | ||
- type: Gun | ||
fireRate: 0.8 | ||
- type: Item | ||
size: Small | ||
shape: | ||
- 0,0,1,0 | ||
- 0,1,0,1 | ||
|
||
- type: entity | ||
name: Rapid syringe gun | ||
parent: [LauncherSyringe] | ||
id: LauncherSyringeRapid | ||
suffix: Auto | ||
components: | ||
- type: Sprite | ||
sprite: _Sunrise/Objects/Weapons/Guns/Launchers/syringe_rapidgun.rsi | ||
layers: | ||
- state: syringe_gun | ||
- type: Storage | ||
maxItemSize: Small | ||
grid: | ||
- 0,0,3,1 | ||
- type: Gun | ||
fireRate: 1.8 | ||
selectedMode: FullAuto | ||
availableModes: | ||
- FullAuto | ||
- type: Item | ||
size: Small | ||
shape: | ||
- 0,0,2,1 | ||
- 0,0,2,1 |
Oops, something went wrong.