Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rehydrateable Balance #324

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Resources/Prototypes/Entities/Objects/Misc/monkeycube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
- type: Sprite
sprite: Objects/Misc/monkeycube.rsi
state: box
- type: StaticPrice
price: 20
- type: VendPrice
price: 4500 # Yep, same price as the crate

- type: entity
parent: BaseItem
Expand All @@ -35,6 +39,8 @@
- type: Tag
tags:
- MonkeyCube
- type: StaticPrice
price: 460 # The same price as dead (-20)

- type: entity
parent: BoxCardboard
Expand All @@ -55,6 +61,8 @@
- type: Sprite
sprite: Objects/Misc/monkeycube.rsi
state: box
- type: StaticPrice
price: 0 # Syndicate

- type: entity
parent: BaseItem
Expand All @@ -74,3 +82,5 @@
- type: Tag
tags:
- MonkeyCube
- type: StaticPrice
price: 0 # Syndicate
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
hard: false
layer:
- LowImpassable
- type: StaticPrice
price: 460 # The same price as dead (-20)

- type: entity
parent: PlushieCarp
Expand Down Expand Up @@ -101,6 +103,8 @@
handle: false
sound:
path: /Audio/Effects/bite.ogg
- type: StaticPrice
price: 580 # The same price as dead (-20)

- type: entity
parent: BaseItem
Expand Down Expand Up @@ -160,3 +164,5 @@
hard: false
layer:
- LowImpassable
- type: StaticPrice
price: 0 # Syndicate
Loading