Skip to content

Commit

Permalink
Added 6 crates mostly armory
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelyLophi committed Oct 22, 2023
1 parent 5af5761 commit df2510c
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
- type: cargoProduct
id: ArmoryPv3Pistol
icon:
sprite: SimpleStation14/Objects/Weapons/Guns/Pistols/pv3mini.rsi
state: icon
product: CratePV3Pistol
cost: 6000
category: Armory
group: market

- type: cargoProduct
id: ArmoryPv3Smg
icon:
sprite: SimpleStation14/Objects/Weapons/Guns/SMGs/pv3compact.rsi
state: icon
product: CratePV3Smg
cost: 10000
category: Armory
group: market

- type: cargoProduct
id: ArmoryK12Pistol
icon:
sprite: SimpleStation14/Objects/Weapons/Guns/Pistols/k12mini.rsi
state: icon
product: CrateK12Pistol
cost: 4000
category: Armory
group: market

- type: cargoProduct
id: ArmoryK12Smg
icon:
sprite: SimpleStation14/Objects/Weapons/Guns/Smgs/k12compact.rsi
state: icon
product: CrateK12Smg
cost: 8000
category: Armory
group: market

- type: cargoProduct
id: ArmoryMilitia
icon:
sprite: Nyanotrasen/Objects/Weapons/Guns/Snipers/grand_rifle.rsi
state: base
product: CrateMilitia
cost: 6000
category: Armory
group: market
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: cargoProduct
id: EngineeringPortableGenerator
icon:
sprite: Structures/Power/power.rsi
state: generator
product: CrateEngineeringPortableGenerator
cost: 1000
category: Engineering
group: market
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
- type: entity
id: CratePV3Pistol
parent: CrateWeaponSecure
name: PV-3 Mini Crate
description: "A crate containing three PV-3 Mini energy Personal Defence Weapons"
components:
- type: StorageFill
contents:
- id: WeaponLaserPv3Mini
- id: WeaponLaserPv3Mini
- id: WeaponLaserPv3Mini

- type: entity
id: CratePV3Smg
parent: CrateWeaponSecure
name: PV-3 Compact Crate
description: "A crate containing three PV-3 Compact Energy Assault Weapons"
components:
- type: StorageFill
contents:
- id: WeaponLaserPv3Compact
- id: WeaponLaserPv3Compact
- id: WeaponLaserPv3Compact

- type: entity
id: CrateK12Pistol
parent: CrateWeaponSecure
name: K12 Mini Crate
description: "A crate containing two K12 Mini Ballistic Personal Defence Weapons"
components:
- type: StorageFill
contents:
- id: WeaponPistolK12Mini
- id: WeaponPistolK12Mini
- id: MagazinePistol
- id: MagazinePistol
- id: MagazinePistol
- id: MagazinePistol

- type: entity
id: CrateK12Smg
parent: CrateWeaponSecure
name: K12 Compact Crate
description: "A crate containing two K12 Compact Ballistic Assault Weapons"
components:
- type: StorageFill
contents:
- id: WeaponSubMachineGunK12Compact
- id: WeaponSubMachineGunK12Compact
- id: MagazinePistolSubMachineGun
- id: MagazinePistolSubMachineGun
- id: MagazinePistolSubMachineGun
- id: MagazinePistolSubMachineGun

- type: entity
id: CrateMilitia
parent: CrateWeaponSecure
name: Militia Crate
description: "A crate containing four Mark 1 rifles, four armor vests, four berets, and eight stripper clips of .30 rifle"
components:
- type: StorageFill
contents:
- id: WeaponSniperGrand
- id: WeaponSniperGrand
- id: WeaponSniperGrand
- id: WeaponSniperGrand
- id: SpeedLoaderLightRifle
- id: SpeedLoaderLightRifle
- id: SpeedLoaderLightRifle
- id: SpeedLoaderLightRifle
- id: SpeedLoaderLightRifle
- id: SpeedLoaderLightRifle
- id: SpeedLoaderLightRifle
- id: SpeedLoaderLightRifle
- id: ClothingHeadHatBeret
- id: ClothingHeadHatBeret
- id: ClothingHeadHatBeret
- id: ClothingHeadHatBeret
- id: ClothingOuterArmorBasic
- id: ClothingOuterArmorBasic
- id: ClothingOuterArmorBasic
- id: ClothingOuterArmorBasic
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: entity
id: CrateEngineeringPortableGenerator
parent: CrateEngineering
name: Portable Generator Crate
description: "A crate containing a portable generator"
components:
- type: StorageFill
contents:
- id: GeneratorBasic
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: pv3 compact
parent: BaseWeaponBattery
id: WeaponLaserPv3Compact
description: Standard issue Nyanotrasen laser SMG. Pew! Pew pew! Now we're talkin' scifi!
description: Standard issue Nanotrasen laser SMG. Pew! Pew pew! Now we're talkin' scifi!
components:
- type: Item
size: 28
Expand Down Expand Up @@ -39,7 +39,7 @@
name: pv3 mini
parent: BaseWeaponBatterySmall
id: WeaponLaserPv3Mini
description: Standard issue Nyanotrasen laser sidearm. This thing can bullseye a two metre target, it's not impossible!
description: Standard issue Nanotrasen laser sidearm. This thing can bullseye a two metre target, it's not impossible!
components:
- type: Sprite
sprite: SimpleStation14/Objects/Weapons/Guns/Pistols/pv3mini.rsi
Expand Down

0 comments on commit df2510c

Please sign in to comment.