forked from SerbiaStrong-220/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More ammo recipies to lathes (SerbiaStrong-220#2173)
- Loading branch information
1 parent
c3c1aaa
commit 72dfa8b
Showing
7 changed files
with
164 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
...cale/ru-RU/ss220/prototypes/entities/objects/weapons/guns/ammunition/magazines/magnum.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,2 @@ | ||
ent-MagazineMagnumIncendiary = пистолетный магазин (.45 магнум зажигательные) | ||
.desc = { ent-BaseMagazineMagnum.desc } |
2 changes: 2 additions & 0 deletions
2
...cale/ru-RU/ss220/prototypes/entities/objects/weapons/guns/ammunition/magazines/pistol.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,2 @@ | ||
ent-MagazinePistolSubMachineGunIncendiary = магазин ПП (.35 авто зажигательные) | ||
.desc = { ent-BaseMagazinePistolSubMachineGun.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
14 changes: 14 additions & 0 deletions
14
Resources/Prototypes/SS220/Entities/Objects/Weapons/Guns/Ammunition/Magazines/magnum.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
14 changes: 14 additions & 0 deletions
14
Resources/Prototypes/SS220/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.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,14 @@ | ||
#Svarshik's missing mags | ||
- type: entity | ||
id: MagazinePistolSubMachineGunIncendiary | ||
name: SMG magazine (.35 auto incendiary) | ||
parent: BaseMagazinePistolSubMachineGun | ||
components: | ||
- type: BallisticAmmoProvider | ||
proto: CartridgePistolIncendiary | ||
- type: Sprite | ||
layers: | ||
- state: red | ||
map: ["enum.GunVisualLayers.Base"] | ||
- state: mag-1 | ||
map: ["enum.GunVisualLayers.Mag"] |
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