-
Notifications
You must be signed in to change notification settings - Fork 628
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Yet more playing card fixes. (#2863)
* Remove unused card sprites, make others consistent * card metadata cleanup * NT/Syndie boxes in rare loot pool * separate out base card prototypes, restore price
- Loading branch information
Showing
43 changed files
with
95 additions
and
161 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
79 changes: 79 additions & 0 deletions
79
Resources/Prototypes/EstacaoPirata/Entities/Objects/Misc/base.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,79 @@ | ||
- type: entity | ||
parent: [ BoxCardboard, BaseBagOpenClose ] | ||
id: CardBoxBase | ||
name: deck box | ||
categories: [ HideSpawnMenu ] | ||
components: | ||
- type: Item | ||
size: Small | ||
shape: | ||
- 0,0,1,1 | ||
- type: Sprite | ||
sprite: EstacaoPirata/Objects/Misc/cards.rsi | ||
layers: | ||
- state: black_box | ||
- state: black_box_open | ||
map: [ "openLayer" ] | ||
visible: false | ||
- type: Storage | ||
maxItemSize: Normal | ||
grid: | ||
- 0,0,1,1 | ||
whitelist: | ||
components: | ||
- CardDeck | ||
- type: OpenTriggeredStorageFill | ||
contents: | ||
- id: CardDeckBase | ||
amount: 1 | ||
- type: Appearance | ||
- type: StaticPrice # Frontier | ||
price: 200 # Frontier | ||
|
||
# Frontier: base stack for card stack component | ||
- type: entity | ||
parent: [BaseItem, RecyclableItemNoMats] # Frontier: added RecyclableItemNoMats | ||
id: CardStackBase | ||
name: stack of cards | ||
abstract: true | ||
components: | ||
- type: Item | ||
size: Small | ||
- type: CardStack | ||
- type: StripMenuHidden | ||
- type: ContainerContainer # Frontier | ||
containers: # Frontier | ||
cardstack-container: !type:Container # Frontier | ||
- type: StaticPrice # Frontier | ||
price: 0.01 # Frontier | ||
# End Frontier | ||
|
||
- type: entity | ||
parent: CardStackBase | ||
id: CardHandBase | ||
categories: [ HideSpawnMenu ] | ||
name: hand of cards | ||
components: | ||
- type: CardHand | ||
- type: Sprite | ||
sprite: EstacaoPirata/Objects/Misc/cards.rsi | ||
state: singlecard_down_black | ||
- type: UserInterface | ||
interfaces: | ||
enum.CardUiKey.Key: | ||
type: CardHandMenuBoundUserInterface | ||
# - type: ActivatableUI # Frontier | ||
# key: enum.CardUiKey.Key # Frontier | ||
|
||
- type: entity | ||
parent: CardStackBase | ||
id: CardDeckBase | ||
categories: [ HideSpawnMenu ] | ||
name: deck of cards | ||
components: | ||
- type: Sprite | ||
sprite: EstacaoPirata/Objects/Misc/cards.rsi | ||
state: deck_black_full | ||
- type: Item | ||
size: Normal | ||
- type: CardDeck |
77 changes: 0 additions & 77 deletions
77
Resources/Prototypes/EstacaoPirata/Entities/Objects/Misc/black_cards.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
Binary file removed
BIN
-257 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/black_hand1.png
Binary file not shown.
Binary file removed
BIN
-412 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/black_hand2.png
Binary file not shown.
Binary file removed
BIN
-444 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/black_hand3.png
Binary file not shown.
Binary file removed
BIN
-514 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/black_hand4.png
Binary file not shown.
Binary file removed
BIN
-563 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/black_hand5.png
Binary file not shown.
Binary file modified
BIN
-10 Bytes
(98%)
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/black_joker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-180 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/deck_black_empty.png
Binary file not shown.
Binary file removed
BIN
-216 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/deck_black_half.png
Binary file not shown.
Binary file removed
BIN
-204 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/deck_black_low.png
Binary file not shown.
Binary file removed
BIN
-185 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/deck_nanotrasen_empty.png
Binary file not shown.
Binary file removed
BIN
-237 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/deck_nanotrasen_half.png
Binary file not shown.
Binary file removed
BIN
-219 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/deck_nanotrasen_low.png
Binary file not shown.
Binary file removed
BIN
-185 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/deck_syndicate_empty.png
Binary file not shown.
Binary file removed
BIN
-222 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/deck_syndicate_half.png
Binary file not shown.
Binary file removed
BIN
-209 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/deck_syndicate_low.png
Binary file not shown.
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
Binary file removed
BIN
-268 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/nanotrasen_hand1.png
Binary file not shown.
Binary file removed
BIN
-431 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/nanotrasen_hand2.png
Binary file not shown.
Binary file removed
BIN
-457 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/nanotrasen_hand3.png
Binary file not shown.
Binary file removed
BIN
-528 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/nanotrasen_hand4.png
Binary file not shown.
Binary file removed
BIN
-550 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/nanotrasen_hand5.png
Binary file not shown.
Binary file modified
BIN
-19 Bytes
(91%)
...es/Textures/EstacaoPirata/Objects/Misc/cards.rsi/sc_10_of_Hearts_nanotrasen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-54 Bytes
(79%)
...ces/Textures/EstacaoPirata/Objects/Misc/cards.rsi/sc_2_of_Hearts_nanotrasen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-66 Bytes
(75%)
...rces/Textures/EstacaoPirata/Objects/Misc/cards.rsi/sc_3_of_Clubs_nanotrasen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-66 Bytes
(75%)
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/sc_3_of_Diamonds_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+13 Bytes
(110%)
...ces/Textures/EstacaoPirata/Objects/Misc/cards.rsi/sc_6_of_Hearts_nanotrasen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+13 Bytes
(110%)
...ces/Textures/EstacaoPirata/Objects/Misc/cards.rsi/sc_7_of_Hearts_nanotrasen.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(110%)
...ces/Textures/EstacaoPirata/Objects/Misc/cards.rsi/sc_8_of_Hearts_nanotrasen.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(110%)
...ces/Textures/EstacaoPirata/Objects/Misc/cards.rsi/sc_9_of_Hearts_nanotrasen.png
Oops, something went wrong.
Binary file modified
BIN
-62 Bytes
(76%)
.../Textures/EstacaoPirata/Objects/Misc/cards.rsi/sc_Ace_of_Diamonds_syndicate.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(110%)
...s/Textures/EstacaoPirata/Objects/Misc/cards.rsi/sc_Ace_of_Hearts_nanotrasen.png
Oops, something went wrong.
Binary file modified
BIN
-80 Bytes
(72%)
...es/Textures/EstacaoPirata/Objects/Misc/cards.rsi/sc_Ace_of_Spades_syndicate.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(110%)
.../Textures/EstacaoPirata/Objects/Misc/cards.rsi/sc_Jack_of_Hearts_nanotrasen.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(110%)
.../Textures/EstacaoPirata/Objects/Misc/cards.rsi/sc_King_of_Hearts_nanotrasen.png
Oops, something went wrong.
Binary file modified
BIN
+73 Bytes
(140%)
...Textures/EstacaoPirata/Objects/Misc/cards.rsi/sc_Queen_of_Hearts_nanotrasen.png
Oops, something went wrong.
Binary file removed
BIN
-261 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/syndicate_hand1.png
Diff not rendered.
Binary file removed
BIN
-433 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/syndicate_hand2.png
Diff not rendered.
Binary file removed
BIN
-457 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/syndicate_hand3.png
Diff not rendered.
Binary file removed
BIN
-528 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/syndicate_hand4.png
Diff not rendered.
Binary file removed
BIN
-551 Bytes
Resources/Textures/EstacaoPirata/Objects/Misc/cards.rsi/syndicate_hand5.png
Diff not rendered.