Skip to content

Commit

Permalink
samurai duffelbag bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Leander-0 committed Sep 18, 2023
1 parent c7c8c17 commit ce230cf
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Resources/Locale/en-US/_Nyano/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ uplink-kanabou-desc = A weapon for those who wish to forgo subtlety. Particularl
uplink-rickenbacker4001-name = Rickenbacker 4001
uplink-rickenbacker4001-desc = When it comes down to it, there are very few people who will swing the bat.
uplink-samurai-crate-name = Syndicate samurai crate
uplink-samurai-crate-desc = A crate containing a modern replica of a full Tousei-Gusoku set.
uplink-samurai-bundle-name = Syndicate samurai armor bundle
uplink-samurai-bundle-desc = A bundle containing a modern replica of a full Tousei-Gusoku set.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
- type: entity
id: CrateSyndicateSamurai
parent: CrateSyndicate
id: ClothingBackpackDuffelSyndicateBundleSamurai
parent: ClothingBackpackDuffelSyndicateBundle
name: Samurai armor bundle
description: "A bundle containing a modern replica of a full Tousei-Gusoku set."
components:
- type: StorageFill
contents:
- id: ClothingOuterArmorTouseiGusoku
- id: ClothingHeadHelmetKabuto
- id: ClothingHeadHelmetKabuto
7 changes: 4 additions & 3 deletions Resources/Prototypes/_Nyano/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@

- type: listing
id: UplinkSamurai
name: uplink-samurai-crate-name
description: uplink-samurai-crate-desc
productEntity: CrateSyndicateSamurai
name: uplink-samurai-bundle-name
description: uplink-samurai-bundle-desc
icon: { sprite: Nyanotrasen/Clothing/OuterClothing/Armor/touseigusoku.rsi, state: icon }
productEntity: ClothingBackpackDuffelSyndicateBundleSamurai
cost:
Telecrystal: 6
categories:
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/_Nyano/Entities/Clothing/Head/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
sprite: Nyanotrasen/Clothing/Head/Helmets/kabuto.rsi
- type: Clothing
sprite: Nyanotrasen/Clothing/Head/Helmets/kabuto.rsi
- type: Item
size: 15
- type: Armor
modifiers:
coefficients:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
sprite: Nyanotrasen/Clothing/OuterClothing/Armor/touseigusoku.rsi
- type: Clothing
sprite: Nyanotrasen/Clothing/OuterClothing/Armor/touseigusoku.rsi
- type: Item
size: 50
- type: Armor
modifiers:
coefficients:
Expand Down

0 comments on commit ce230cf

Please sign in to comment.