-
Notifications
You must be signed in to change notification settings - Fork 48
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
1 parent
5af5761
commit df2510c
Showing
5 changed files
with
151 additions
and
2 deletions.
There are no files selected for viewing
49 changes: 49 additions & 0 deletions
49
Resources/Prototypes/SimpleStation14/Catalog/Cargo/cargo_armory.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: 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 |
9 changes: 9 additions & 0 deletions
9
Resources/Prototypes/SimpleStation14/Catalog/Cargo/cargo_engineering.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,9 @@ | ||
- type: cargoProduct | ||
id: EngineeringPortableGenerator | ||
icon: | ||
sprite: Structures/Power/power.rsi | ||
state: generator | ||
product: CrateEngineeringPortableGenerator | ||
cost: 1000 | ||
category: Engineering | ||
group: market |
82 changes: 82 additions & 0 deletions
82
Resources/Prototypes/SimpleStation14/Catalog/Fills/Crates/armory.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,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 |
9 changes: 9 additions & 0 deletions
9
Resources/Prototypes/SimpleStation14/Catalog/Fills/Crates/engines.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,9 @@ | ||
- type: entity | ||
id: CrateEngineeringPortableGenerator | ||
parent: CrateEngineering | ||
name: Portable Generator Crate | ||
description: "A crate containing a portable generator" | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: GeneratorBasic |
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