-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🆑 - add: Добавлена возможность печатать пистолетные обоймы для .45 калибра(ладно). - tweak: После полевых испытаний, лазерный револьвер "ОСЩ" немного облегчили позволив стрелять из одной руки.
- Loading branch information
Showing
23 changed files
with
144 additions
and
22 deletions.
There are no files selected for viewing
6 changes: 4 additions & 2 deletions
6
...ale/ru-RU/ADT/prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/magazines.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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
ent-ADTMagazineRifleBibis = магазин от страйкбольного автомата | ||
.desc = Магазин для страйкбольного автомата, с двумя сотнями маленьких шариков. | ||
.suffix = { "Страйкбол" } | ||
.desc = Магазин для страйкбольного автомата, с двумя сотнями маленьких шариков. | ||
.suffix = { "Страйкбол" } | ||
ent-ADTMagazineMagnumIncendiary = пистолетный магазин (.45 зажигательные) | ||
.desc = { ent-BaseMagazinePistol.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
13 changes: 13 additions & 0 deletions
13
Resources/Prototypes/ADT/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
- type: entity | ||
id: ADTMagazineMagnumIncendiary | ||
name: pistol magazine (.45 magnum uranium) | ||
parent: BaseMagazineMagnum | ||
components: | ||
- type: BallisticAmmoProvider | ||
proto: CartridgeMagnumIncendiary | ||
- type: Sprite | ||
layers: | ||
- state: incendiary | ||
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
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
- type: latheRecipe | ||
id: ADTMagazineMagnumEmpty | ||
result: MagazineMagnumEmpty | ||
category: Ammo | ||
completetime: 5 | ||
materials: | ||
Steel: 25 | ||
|
||
- type: latheRecipe | ||
id: ADTMagazineMagnum | ||
result: MagazineMagnum | ||
category: Ammo | ||
completetime: 5 | ||
materials: | ||
Steel: 170 | ||
|
||
- type: latheRecipe | ||
id: ADTMagazineMagnumIncendiary | ||
result: ADTMagazineMagnumIncendiary | ||
category: Ammo | ||
completetime: 5 | ||
materials: | ||
Steel: 25 | ||
Plastic: 145 | ||
|
||
- type: latheRecipe | ||
id: ADTMagazineMagnumUranium | ||
result: MagazineMagnumUranium | ||
category: Ammo | ||
completetime: 5 | ||
materials: | ||
Steel: 25 | ||
Plastic: 145 | ||
Uranium: 125 | ||
|
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
Binary file added
BIN
+247 Bytes
.../Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_magnum_mag.rsi/base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+288 Bytes
...ts/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_magnum_mag.rsi/incendiary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+139 Bytes
...Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_magnum_mag.rsi/mag-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+143 Bytes
...Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_magnum_mag.rsi/mag-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+145 Bytes
...Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_magnum_mag.rsi/mag-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+147 Bytes
...Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_magnum_mag.rsi/mag-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+149 Bytes
...Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_magnum_mag.rsi/mag-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions
50
...tures/ADT/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_magnum_mag.rsi/meta.json
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,50 @@ | ||
{ | ||
"version": 1, | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Made by discord:filokini", | ||
"states": [ | ||
{ | ||
"name": "base" | ||
}, | ||
{ | ||
"name": "practice" | ||
}, | ||
{ | ||
"name": "red" | ||
}, | ||
{ | ||
"name": "incendiary" | ||
}, | ||
{ | ||
"name": "red-icon" | ||
}, | ||
{ | ||
"name": "rubber" | ||
}, | ||
{ | ||
"name": "uranium" | ||
}, | ||
{ | ||
"name": "piercing" | ||
}, | ||
{ | ||
"name": "mag-1" | ||
}, | ||
{ | ||
"name": "mag-2" | ||
}, | ||
{ | ||
"name": "mag-3" | ||
}, | ||
{ | ||
"name": "mag-4" | ||
}, | ||
{ | ||
"name": "mag-5" | ||
} | ||
] | ||
} |
Binary file added
BIN
+263 Bytes
...ects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_magnum_mag.rsi/piercing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+296 Bytes
...ects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_magnum_mag.rsi/practice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+335 Bytes
...ects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_magnum_mag.rsi/red-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+291 Bytes
...T/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_magnum_mag.rsi/red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+302 Bytes
...bjects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_magnum_mag.rsi/rubber.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+297 Bytes
...jects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_magnum_mag.rsi/uranium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.