-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add Explosives to Uplink * Fix NVD Icon * clean
- Loading branch information
1 parent
80090b0
commit 580ff8f
Showing
25 changed files
with
411 additions
and
76 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
Resources/Locale/en-US/_prototypes/_sunrise/catalog/fills/boxes/nanotrasen.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,16 @@ | ||
ent-BoxErtImplants = ERT death tracking implant box | ||
.desc = Six death tracking implants for the whole ERT squad. | ||
ent-BoxGrenadeIncendiary = GrenadeIncendiary box | ||
.desc = 'WARNING: These devices are extremely dangerous.' | ||
ent-BoxGrenadeShrapnel = GrenadeShrapnel Box | ||
.desc = 'WARNING: These devices are extremely dangerous.' | ||
ent-BoxGrenadeStinger = GrenadeStinger Box | ||
.desc = 'WARNING: These devices are extremely dangerous.' | ||
ent-BoxMetalFoamGrenade = MetalFoamGrenade Box | ||
.desc = 'WARNING: These devices are dangerous.' | ||
ent-BoxSmokeGrenade = SmokeGrenade Box | ||
.desc = 'WARNING: These devices are dangerous.' | ||
ent-BoxTearGasGrenade = TearGasGrenade box | ||
.desc = 'WARNING: These devices are extremely dangerous and can cause blindness or deafness in repeated use.' | ||
ent-BoxClusterBangFull = ClusterBang box | ||
.desc = 'WARNING: These devices are extremely dangerous and can cause blindness or deafness in repeated use.' |
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
16 changes: 16 additions & 0 deletions
16
Resources/Locale/ru-RU/_prototypes/_sunrise/catalog/fills/boxes/nanotrasen.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,16 @@ | ||
ent-BoxErtImplants = коробка имплантеров "Предсмертный трекер" | ||
.desc = Шесть имплантов "Предсмертный трекер" для всего отряда ЦК. | ||
ent-BoxGrenadeIncendiary = Коробка зажигательных гранат | ||
.desc = ВНИМАНИЕ: Эти устройства крайне опасны. | ||
ent-BoxGrenadeShrapnel = Коробка шрапнельных гранат | ||
.desc = ВНИМАНИЕ: Эти устройства крайне опасны. | ||
ent-BoxGrenadeStinger = Коробка травматических гранат | ||
.desc = ВНИМАНИЕ: Эти устройства крайне опасны. | ||
ent-BoxMetalFoamGrenade = Коробка металопенных гранат | ||
.desc = ВНИМАНИЕ: Эти устройства крайне опасны и могут вызвать удушение. | ||
ent-BoxSmokeGrenade = Коробка дымовых гранат | ||
.desc = ВНИМАНИЕ: Эти устройства крайне опасны и могут вызвать слепоту. | ||
ent-BoxTearGasGrenade = Коробка слезоточивых гранат | ||
.desc = ВНИМАНИЕ: Эти устройства крайне опасны и могут вызвать слепоту при многократном использовании. | ||
ent-BoxClusterBangFull = Коробка кластерных светошумовых гранат | ||
.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,7 @@ | |
- NTAmmo | ||
- NTMedicine | ||
- NTAdditional | ||
- NTexplosive | ||
- NTMechs | ||
- NTSanitary | ||
- NTEngineering | ||
|
123 changes: 123 additions & 0 deletions
123
Resources/Prototypes/_Sunrise/Catalog/Fills/Boxes/nanotrasen.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,123 @@ | ||
- type: entity | ||
name: ERT death tracking implant box | ||
parent: [BoxCardboard, BaseCentcommContraband] | ||
id: BoxErtImplants | ||
description: Six death tracking implants for the whole centcomm squad. | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: internals | ||
- state: syringe | ||
- type: Storage | ||
grid: | ||
- 0,0,5,3 | ||
- type: StorageFill | ||
contents: | ||
- id: TrackingImplanterERT | ||
amount: 6 | ||
|
||
- type: entity | ||
name: GrenadeIncendiary box | ||
parent: BoxCardboard | ||
id: BoxGrenadeIncendiary | ||
description: 'WARNING: These devices are extremely dangerous.' | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: GrenadeIncendiary | ||
amount: 4 | ||
- type: Sprite | ||
layers: | ||
- state: box_security | ||
- state: incendiary | ||
|
||
- type: entity | ||
name: GrenadeShrapnel box | ||
parent: BoxCardboard | ||
id: BoxGrenadeShrapnel | ||
description: 'WARNING: These devices are extremely dangerous.' | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: GrenadeShrapnel | ||
amount: 4 | ||
- type: Sprite | ||
layers: | ||
- state: box_security | ||
- state: shrapnel | ||
|
||
|
||
- type: entity | ||
name: GrenadeStinger box | ||
parent: BoxCardboard | ||
id: BoxGrenadeStinger | ||
description: 'WARNING: These devices are extremely dangerous.' | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: GrenadeStinger | ||
amount: 4 | ||
- type: Sprite | ||
layers: | ||
- state: box_security | ||
- state: stinger | ||
|
||
- type: entity | ||
name: MetalFoamGrenade box | ||
parent: BoxCardboard | ||
id: BoxMetalFoamGrenade | ||
description: 'WARNING: These devices are extremely dangerous.' | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: MetalFoamGrenade | ||
amount: 4 | ||
- type: Sprite | ||
layers: | ||
- state: box_security | ||
- state: flashbang | ||
|
||
- type: entity | ||
name: TearGasGrenade box | ||
parent: BoxCardboard | ||
id: BoxTearGasGrenade | ||
description: 'WARNING: These devices are extremely dangerous and can cause blindness or deafness in repeated use.' | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: TearGasGrenade | ||
amount: 4 | ||
- type: Sprite | ||
layers: | ||
- state: box_security | ||
- state: flashbang | ||
|
||
- type: entity | ||
name: SmokeGrenade box | ||
parent: BoxCardboard | ||
id: BoxSmokeGrenade | ||
description: 'WARNING: These devices are extremely dangerous.' | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: SmokeGrenade | ||
amount: 4 | ||
- type: Sprite | ||
layers: | ||
- state: box_security | ||
- state: flashbang | ||
|
||
- type: entity | ||
name: ClusterBangFull box | ||
parent: BoxCardboard | ||
id: BoxClusterBangFull | ||
description: 'WARNING: These devices are extremely dangerous and can cause blindness or deafness in repeated use.' | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: ClusterBangFull | ||
amount: 4 | ||
- type: Sprite | ||
layers: | ||
- state: box_security | ||
- state: flashbang |
Oops, something went wrong.