Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions Resources/Locale/en-US/_HL/Weapons/hi-power.ftl
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
cartridge-9x19mm-hi-power = Made of premium materials. Much more powerful.
cartridge-9x19mm-flechette = Made of premium materials. Topped with an armor-piercing plasteel dart; weak but doesn't care what you're wearing.
cartridge-45_ACP-hi-power = Made of premium materials. Much more powerful.
cartridge-45_ACP-flechette = Made of premium materials. Topped with an armor-piercing plasteel dart; weak but doesn't care what you're wearing.
cartridge-46x30mm-hi-power = Made of premium materials. Much more powerful.
cartridge-46x30mm-flechette = Made of premium materials. Topped with an armor-piercing plasteel dart; weak but doesn't care what you're wearing.
cartridge-45_magnum-hi-power = Made of premium materials. Much more powerful.
cartridge-45_magnum-flechette = Made of premium materials. Topped with an armor-piercing plasteel dart; weak but doesn't care what you're wearing.
cartridge-556x45mm-hi-power = Made of premium materials. Much more powerful.
cartridge-556x45mm-flechette = Made of premium materials. Topped with an armor-piercing plasteel dart; weak but doesn't care what you're wearing.
cartridge-57x28mm-hi-power = Made of premium materials. Much more powerful.
cartridge-57x28mm-flechette = Made of premium materials. Topped with an armor-piercing plasteel dart; weak but doesn't care what you're wearing.
cartridge-762x39mm-hi-power = Made of premium materials. Much more powerful.
cartridge-762x39mm-flechette = Made of premium materials. Topped with an armor-piercing plasteel dart; weak but doesn't care what you're wearing.
cartridge-762x51mm-hi-power = Made of premium materials. Much more powerful.
cartridge-762x51mm-flechette = Made of premium materials. Topped with an armor-piercing plasteel dart; weak but doesn't care what you're wearing.
cartridge-762x54mmR-hi-power = Made of premium materials. Much more powerful.
cartridge-762x54mmR-flechette = Made of premium materials. Topped with an armor-piercing plasteel dart; weak but doesn't care what you're wearing.
cartridge-8x65mmSKR-hi-power = Made of premium materials. Much more powerful.
cartridge-8x65mmSKR-flechette = Made of premium materials. Topped with an armor-piercing plasteel dart; weak but doesn't care what you're wearing.
9 changes: 9 additions & 0 deletions Resources/Locale/en-US/_HL/recipes/materials.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,13 @@ stack-Capital-Frame = capital ship weapon frame
stack-Capital-Servo = capital ship weapon servo
stack-Capital-Internal = capital ship weapon internal
stack-bullet-casing-9x19mm = brass casing (9x19mm)
stack-bullet-casing-45_ACP = brass casing (45 ACP)
stack-bullet-casing-46x30mm = brass casing (46x30mm)
stack-bullet-casing-45_magnum = brass casing (45 magnum)
stack-bullet-casing-556x45mm = brass casing (556x45mm)
stack-bullet-casing-57x28mm = brass casing (57x28mm)
stack-bullet-casing-762x39mm = brass casing (762x39mm)
stack-bullet-casing-762x51mm = brass casing (762x51mm)
stack-bullet-casing-762x54mmR = brass casing (762x54mmR)
stack-bullet-casing-8x65mmSKR = brass casing (8x65mm SKR)
stack-bullet-flechette = flechette(s)
9 changes: 9 additions & 0 deletions Resources/Locale/en-US/_HL/stack/stacks.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
stack-hi-power-gunpowder = triple-base gunpowder
stack-bullet-tip = bullet tip(s)
stack-bullet-casings-9x19mm = brass casing(s) (9x19mm)
stack-bullet-casings-45_ACP = brass casing(s) (45 ACP)
stack-bullet-casings-46x30mm = brass casing(s) (46x30mm)
stack-bullet-casings-45_magnum = brass casing(s) (45 magnum)
stack-bullet-casings-556x45mm = brass casing(s) (556x45mm)
stack-bullet-casings-57x28mm = brass casing(s) (57x28mm)
stack-bullet-casings-762x39mm = brass casing(s) (762x39mm)
stack-bullet-casings-762x51mm = brass casing(s) (762x51mm)
stack-bullet-casings-762x54mmR = brass casing(s) (762x54mmR)
stack-bullet-casings-8x65mmSKR = brass casing(s) (8x65mm SKR)
173 changes: 172 additions & 1 deletion Resources/Prototypes/_HL/Entities/Objects/Materials/Materials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,178 @@
Brass: 10
- type: Item
size: Tiny


- type: entity
parent: MaterialBase
id: MaterialBulletCasing45_ACP
name: brass casing (45 ACP)
description: A high-quality brass bullet casing, for those who like to hand-pack their bullets. This one is 45 ACP.
components:
- type: Material
- type: Stack
stackType: BulletCasing45_ACP
count: 1
- type: Sprite
sprite: Objects/Weapons/Guns/Ammunition/Casings/ammo_casing.rsi
state: base-spent
- type: PhysicalComposition
materialComposition:
Brass: 10
- type: Item
size: Tiny

- type: entity
parent: MaterialBase
id: MaterialBulletCasing46x30mm
name: brass casing (46x30mm)
description: A high-quality brass bullet casing, for those who like to hand-pack their bullets. This one is 46x30mm.
components:
- type: Material
- type: Stack
stackType: BulletCasing46x30mm
count: 1
- type: Sprite
sprite: Objects/Weapons/Guns/Ammunition/Casings/ammo_casing.rsi
state: base-spent
- type: PhysicalComposition
materialComposition:
Brass: 10
- type: Item
size: Tiny

- type: entity
parent: MaterialBase
id: MaterialBulletCasing45_magnum
name: brass casing (45 magnum)
description: A high-quality brass bullet casing, for those who like to hand-pack their bullets. This one is 45 magnum.
components:
- type: Material
- type: Stack
stackType: BulletCasing45_magnum
count: 1
- type: Sprite
sprite: Objects/Weapons/Guns/Ammunition/Casings/ammo_casing.rsi
state: base-spent
- type: PhysicalComposition
materialComposition:
Brass: 30
- type: Item
size: Tiny

- type: entity
parent: MaterialBase
id: MaterialBulletCasing556x45mm
name: brass casing (556x45mm)
description: A high-quality brass bullet casing, for those who like to hand-pack their bullets. This one is 556x45mm.
components:
- type: Material
- type: Stack
stackType: BulletCasing556x45mm
count: 1
- type: Sprite
sprite: Objects/Weapons/Guns/Ammunition/Casings/ammo_casing.rsi
state: base-spent
- type: PhysicalComposition
materialComposition:
Brass: 10
- type: Item
size: Tiny

- type: entity
parent: MaterialBase
id: MaterialBulletCasing57x28mm
name: brass casing (57x28mm)
description: A high-quality brass bullet casing, for those who like to hand-pack their bullets. This one is 57x28mm.
components:
- type: Material
- type: Stack
stackType: BulletCasing57x28mm
count: 1
- type: Sprite
sprite: Objects/Weapons/Guns/Ammunition/Casings/ammo_casing.rsi
state: base-spent
- type: PhysicalComposition
materialComposition:
Brass: 10
- type: Item
size: Tiny

- type: entity
parent: MaterialBase
id: MaterialBulletCasing762x39mm
name: brass casing (762x39mm)
description: A high-quality brass bullet casing, for those who like to hand-pack their bullets. This one is 762x39mm.
components:
- type: Material
- type: Stack
stackType: BulletCasing762x39mm
count: 1
- type: Sprite
sprite: Objects/Weapons/Guns/Ammunition/Casings/ammo_casing.rsi
state: base-spent
- type: PhysicalComposition
materialComposition:
Brass: 20
- type: Item
size: Tiny

- type: entity
parent: MaterialBase
id: MaterialBulletCasing762x51mm
name: brass casing (762x51mm)
description: A high-quality brass bullet casing, for those who like to hand-pack their bullets. This one is 762x51mm.
components:
- type: Material
- type: Stack
stackType: BulletCasing762x51mm
count: 1
- type: Sprite
sprite: Objects/Weapons/Guns/Ammunition/Casings/ammo_casing.rsi
state: base-spent
- type: PhysicalComposition
materialComposition:
Brass: 20
- type: Item
size: Tiny

- type: entity
parent: MaterialBase
id: MaterialBulletCasing762x54mmR
name: brass casing (762x54mmR)
description: A high-quality brass bullet casing, for those who like to hand-pack their bullets. This one is 762x54mmR.
components:
- type: Material
- type: Stack
stackType: BulletCasing762x54mmR
count: 1
- type: Sprite
sprite: Objects/Weapons/Guns/Ammunition/Casings/ammo_casing.rsi
state: base-spent
- type: PhysicalComposition
materialComposition:
Brass: 30
- type: Item
size: Tiny

- type: entity
parent: MaterialBase
id: MaterialBulletCasing8x65mmSKR
name: brass casing (8x65mm SKR)
description: A high-quality brass bullet casing, for those who like to hand-pack their bullets. This one is 8x65mmSKR.
components:
- type: Material
- type: Stack
stackType: BulletCasing9x19mm
count: 1
- type: Sprite
sprite: Objects/Weapons/Guns/Ammunition/Casings/ammo_casing.rsi
state: base-spent
- type: PhysicalComposition
materialComposition:
Brass: 30
- type: Item
size: Tiny

- type: entity
parent: MaterialBase
id: MaterialBulletFlechette
Expand Down
Loading
Loading