Skip to content

Commit

Permalink
Uncommented weapon protos and added missing locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin-Tel committed Sep 15, 2023
1 parent 00ff8cf commit e79ba65
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 20 deletions.
8 changes: 8 additions & 0 deletions Resources/Locale/en-US/deltav/catalog/cargo/cargo-armory.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ent-ArmoryGrand = { ent-CrateArmoryGrand }
.desc = { eng-CraeArmoryGrand.desc }
ent-ArmoryUniversal = { ent-CrateArmoryUniversal }
.desc = { ent-CrateArmoryUniversal.desc }
ent-ArmoryAdjutant = { ent-CrateArmoryAdjutant }
.desc = { ent-CrateArmoryAdjutant.desc }
Empty file.
40 changes: 20 additions & 20 deletions Resources/Prototypes/DeltaV/Catalog/Fills/Crates/armory.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
#- type: entity
# id: CrateArmoryGrand
# parent: CrateWeaponSecure
# components:
# - type: StorageFill
# contents:
# - id: WeaponSniperGrand
# amount: 2
# - id: BoxSpeedLoaderLightRifle
# amount: 1
- type: entity
id: CrateArmoryGrand
parent: CrateWeaponSecure
components:
- type: StorageFill
contents:
- id: WeaponSniperGrand
amount: 2
- id: BoxSpeedLoaderLightRifle
amount: 1

#- type: entity
# id: CrateArmoryUniversal
# parent: CrateWeaponSecure
# components:
# - type: StorageFill
# contents:
# - id: WeaponPistolUniversal
# amount: 2
# - id: MagazineUniversalCaselessRifle
# amount: 4
- type: entity
id: CrateArmoryUniversal
parent: CrateWeaponSecure
components:
- type: StorageFill
contents:
- id: WeaponPistolUniversal
amount: 2
- id: MagazineUniversalCaselessRifle
amount: 4

- type: entity
id: CrateArmoryAdjutant
Expand Down

0 comments on commit e79ba65

Please sign in to comment.