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

Moff plushies Extended. Part 1. Attempt №2 #31923

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
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/Catalog/Cargo/cargo_fun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,16 @@
category: cargoproduct-category-name-fun
group: market

- type: cargoProduct
id: FunMoffPlushies
icon:
sprite: Objects/Fun/moff_plushie.rsi
state: moff
product: CrateFunMoffPlushieBulk
cost: 500
category: cargoproduct-category-name-fun
group: market

- type: cargoProduct
id: FunBoardGames
icon:
Expand Down
17 changes: 16 additions & 1 deletion Resources/Prototypes/Catalog/Fills/Crates/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,24 @@
- id: PlushieSharkBlue
prob: 0.01
orGroup: Plushies
- id: PlushieMoth
- id: PlushieMoff
prob: 0.01
orGroup: Plushies
- id: PlushieMoffRainbow
prob: 0.005
orGroup: Plushies
- id: PlushieMoffsician
prob: 0.005
orGroup: Plushies
- id: PlushieMoffBar
prob: 0.005
orGroup: Plushies
- id: PlushieMoffBluespace
prob: 0.005
orGroup: Plushies
- id: PlushieMoffrror
prob: 0.005
orGroup: Plushies
- id: PlushieArachind
prob: 0.01
orGroup: Plushies
Expand Down
81 changes: 80 additions & 1 deletion Resources/Prototypes/Catalog/Fills/Crates/fun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,76 @@
- id: PlushieDiona
- id: PlushieXeno
- id: PlushieHampter
- id: PlushieMoth
- !type:GroupSelector
children:
- id: PlushieMoff
- id: PlushieMoffMonarch
- id: PlushieMoffLuna
- id: PlushieMoffAtlas
- id: PlushieMoffRedish
- id: PlushieMoffRoyal
- id: PlushieMoffGothic
- id: PlushieMoffLovers
- id: PlushieMoffWhitefly
- id: PlushieMoffFirewatch
- id: PlushieMoffDeadhead
- id: PlushieMoffPoison
- id: PlushieMoffRagged
- id: PlushieMoffSnow
- id: PlushieMoffClockwork
- id: PlushieMoffMoonfly
- id: PlushieMoffWitchwing
- id: PlushieMoffPlasmafire
- id: PlushieMoffBrown
- id: PlushieMoffRosy
- id: PlushieMoffRainbow
weight: 0.5
- id: PlushieMoffsician
weight: 0.5
- id: PlushieMoffBar
weight: 0.5
- id: PlushieMoffBluespace
weight: 0.5
- id: PlushieMoffrror
weight: 0.25
- id: PlushieArachind
- id: PlushiePenguin

- type: entityTable
id: AllMoffsPlushieTable
table: !type:GroupSelector
children:
- id: PlushieMoff
- id: PlushieMoffMonarch
- id: PlushieMoffLuna
- id: PlushieMoffAtlas
- id: PlushieMoffRedish
- id: PlushieMoffRoyal
- id: PlushieMoffGothic
- id: PlushieMoffLovers
- id: PlushieMoffWhitefly
- id: PlushieMoffFirewatch
- id: PlushieMoffDeadhead
- id: PlushieMoffPoison
- id: PlushieMoffRagged
- id: PlushieMoffSnow
- id: PlushieMoffClockwork
- id: PlushieMoffMoonfly
- id: PlushieMoffWitchwing
- id: PlushieMoffPlasmafire
- id: PlushieMoffBrown
- id: PlushieMoffRosy
- !type:GroupSelector #Rare plush
weight: 3
children:
- id: PlushieMoffRainbow
- id: PlushieMoffsician
- id: PlushieMoffBar
- id: PlushieMoffBluespace
weight: 0.5
- id: PlushieMoffrror
weight: 0.25

- type: entity
id: CrateFunPlushie
parent: CrateGenericSteel
Expand All @@ -53,6 +119,19 @@
rolls: !type:ConstantNumberSelector
value: 10

- type: entity
id: CrateFunMoffPlushieBulk
parent: CratePlastic
name: bulk moff plushie crate
description: A buncha soft moff plushies. Throw them around, eat them, play with them! And then wonder how you're gonna explain this purchase to NT... *chitters!*
components:
- type: EntityTableContainerFill
containers:
entity_storage: !type:NestedSelector
tableId: AllMoffsPlushieTable
rolls: !type:ConstantNumberSelector
value: 7

- type: entity
id: CrateFunLizardPlushieBulk
parent: CrateGenericSteel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- PlushieAtmosian
- PlushieNuke
- PlushieLizard
- PlushieMoffRandom
- PlushieNar
- PlushieCarp
- PlushieSlime
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Objects/Decoration/present.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
orGroup: GiftPool
- id: PlushieArachind
orGroup: GiftPool
- id: PlushieMoffRandom #Squeaks!
orGroup: GiftPool
- id: ClothingNeckCloakMoth
orGroup: GiftPool
- id: ToyMouse
Expand Down
Loading
Loading