-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
60 changed files
with
4,251 additions
and
3,958 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
33 changes: 33 additions & 0 deletions
33
...urces/Prototypes/_Backmen/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/grenade.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,33 @@ | ||
- type: entity | ||
id: GrenadeTearGas | ||
name: tear gas grenade | ||
parent: BaseGrenade | ||
components: | ||
- type: CartridgeAmmo | ||
proto: BulletGrenadeTearGas | ||
- type: Sprite | ||
sprite: Objects/Weapons/Guns/Ammunition/Explosives/explosives.rsi | ||
layers: | ||
- state: baton | ||
map: ["enum.AmmoVisualLayers.Base"] | ||
- type: Appearance | ||
- type: SpentAmmoVisuals | ||
state: baton | ||
suffix: false | ||
|
||
- type: entity | ||
id: GrenadeNonletal | ||
name: non letal grenade | ||
parent: BaseGrenade | ||
components: | ||
- type: CartridgeAmmo | ||
proto: BulletGrenadeNonletal | ||
- type: Sprite | ||
sprite: Objects/Weapons/Guns/Ammunition/Explosives/explosives.rsi | ||
layers: | ||
- state: flash | ||
map: ["enum.AmmoVisualLayers.Base"] | ||
- type: Appearance | ||
- type: SpentAmmoVisuals | ||
state: flash | ||
suffix: false |
36 changes: 36 additions & 0 deletions
36
Resources/Prototypes/_Backmen/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/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,36 @@ | ||
- type: entity | ||
id: BaseCartridgeMagnum345 | ||
name: cartridge (.345 magnum) | ||
parent: BaseCartridge | ||
abstract: true | ||
components: | ||
- type: Tag | ||
tags: | ||
- Cartridge | ||
- CartridgeMagnum345 | ||
- type: CartridgeAmmo | ||
proto: BulletMagnum | ||
- type: Sprite | ||
netsync: false | ||
sprite: Backmen/Objects/Weapons/Gunsx64/Ammunition/Casings/ammo_casing.rsi | ||
layers: | ||
- state: 45combat | ||
map: ["enum.AmmoVisualLayers.Base"] | ||
- type: Appearance | ||
- type: SpentAmmoVisuals | ||
- type: StaticPrice | ||
price: 10 | ||
|
||
- type: entity | ||
id: CartridgeMagnum345 | ||
name: cartridge (.345 magnum) | ||
parent: BaseCartridgeMagnum345 | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: 45fast #corvax-resprite | ||
map: ["enum.AmmoVisualLayers.Base"] | ||
- type: SpentAmmoVisuals | ||
state: 45fast | ||
- type: CartridgeAmmo | ||
proto: BulletMagnum345 |
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
49 changes: 49 additions & 0 deletions
49
...rces/Prototypes/_Backmen/Entities/Objects/Weapons/Guns/Ammunition/Clothings/Powerpack.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,49 @@ | ||
- type: entity | ||
id: BasePowerpackRifle | ||
name: "powerpack (5.56)" | ||
parent: BaseItem | ||
abstract: true | ||
components: | ||
- type: Tag | ||
tags: | ||
- PowerpackRifle | ||
- type: Item | ||
size: HeavyMachineGun | ||
- type: Clothing | ||
slots: BACK | ||
sprite: Backmen/Clothing/Back/Powerpacks/backpack.rsi | ||
equipDelay: 10 | ||
unequipDelay: 10 | ||
- type: BallisticAmmoProvider | ||
mayTransfer: true | ||
capacity: 5000 | ||
- type: ClothingSpeedModifier | ||
walkModifier: 0.6 | ||
sprintModifier: 0.6 | ||
- type: ContainerContainer | ||
containers: | ||
ballistic-ammo: !type:Container | ||
- type: Sprite | ||
sprite: Backmen/Clothing/Back/Powerpacks/backpack.rsi | ||
layers: | ||
- state: mag-0 | ||
map: ["enum.GunVisualLayers.Base"] | ||
- state: mag-1 | ||
map: ["enum.GunVisualLayers.Mag"] | ||
- type: MagazineVisuals | ||
magState: mag | ||
steps: 2 | ||
zeroVisible: false | ||
- type: Appearance | ||
|
||
# Fills | ||
- type: entity | ||
id: PowerpackRifle | ||
name: "powerpack (5.56)" | ||
parent: BasePowerpackRifle | ||
components: | ||
- type: BallisticAmmoProvider | ||
proto: CartridgeMinigun | ||
whitelist: | ||
tags: | ||
- CartridgeHeavyRifle |
Oops, something went wrong.