-
Notifications
You must be signed in to change notification settings - Fork 656
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
2 changed files
with
110 additions
and
82 deletions.
There are no files selected for viewing
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
98 changes: 98 additions & 0 deletions
98
Resources/Prototypes/_NF/Entities/Clothing/Wallet/leather.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,98 @@ | ||
- type: entity | ||
parent: NFBaseWallet | ||
id: NFWalletLeatherBrown | ||
name: leather wallet | ||
description: Surprisingly thick. Careful not to lose it, and don't sit on it. | ||
components: | ||
- type: Sprite | ||
sprite: _NF/Clothing/Wallet/leather.rsi | ||
layers: | ||
- state: closed | ||
map: ["closeLayer"] | ||
- state: open | ||
map: ["openLayer"] | ||
visible: false | ||
- state: closed-paper | ||
map: ["closed-paper"] # scuffed values to deal with ItemMapper complaining | ||
visible: false | ||
- state: closed-cash | ||
map: ["closed-cash"] | ||
visible: false | ||
- state: closed-coin | ||
map: ["closed-coin"] | ||
visible: false | ||
- type: Item | ||
sprite: _NF/Clothing/Wallet/leather.rsi | ||
- type: Butcherable | ||
butcheringType: Knife | ||
spawned: | ||
- id: MaterialCloth1 | ||
amount: 1 | ||
- type: Appearance | ||
- type: ItemMapper | ||
sprite: _NF/Clothing/Wallet/leather.rsi | ||
|
||
- type: entity | ||
parent: NFWalletLeatherBrown | ||
id: NFWalletLeatherBlack | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: closed-black | ||
map: ["closeLayer"] | ||
- state: open-black | ||
map: ["openLayer"] | ||
visible: false | ||
- state: closed-paper | ||
map: ["closed-paper"] | ||
visible: false | ||
- state: closed-cash | ||
map: ["closed-cash"] | ||
visible: false | ||
- state: closed-coin | ||
map: ["closed-coin"] | ||
visible: false | ||
|
||
- type: entity | ||
parent: NFWalletLeatherBrown | ||
id: NFWalletLeatherMail | ||
description: On the inside is an embroidered picture of a cat, a heart, and the word "CLIPPY". | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: closed-mail | ||
map: ["closeLayer"] | ||
- state: open-mail | ||
map: ["openLayer"] | ||
visible: false | ||
- state: closed-paper | ||
map: ["closed-paper"] | ||
visible: false | ||
- state: closed-cash | ||
map: ["closed-cash"] | ||
visible: false | ||
- state: closed-coin | ||
map: ["closed-coin"] | ||
visible: false | ||
|
||
- type: entity | ||
parent: NFWalletLeatherBrown | ||
id: NFWalletLeatherPirate | ||
description: There's an old picture of a cat with a beard inside. | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: closed-pirate | ||
map: ["closeLayer"] | ||
- state: open-pirate | ||
map: ["openLayer"] | ||
visible: false | ||
- state: closed-paper | ||
map: ["closed-paper"] | ||
visible: false | ||
- state: closed-cash | ||
map: ["closed-cash"] | ||
visible: false | ||
- state: closed-coin | ||
map: ["closed-coin"] | ||
visible: false |