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

Immovable Rod Spawn Addition: Lizard Plushie #32113

Merged
merged 4 commits into from
Sep 16, 2024
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
13 changes: 12 additions & 1 deletion Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: entity
- type: entity
id: ImmovableRod
name: immovable rod
description: You can sense that it's hungry. That's usually a bad sign.
Expand Down Expand Up @@ -177,3 +177,14 @@
state: icon
rotation: 225
noRot: false

- type: entity
parent: ImmovableRodKeepTilesStill
id: ImmovableRodWeh
name: immovable weh
description: WEH!
components:
- type: Sprite
sprite: Objects/Fun/toys.rsi
state: plushie_lizard
noRot: false
19 changes: 11 additions & 8 deletions Resources/Prototypes/GameRules/meteorswarms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,26 +211,29 @@
- type: ImmovableRodRule
rodPrototypes:
- id: ImmovableRodKeepTilesStill
prob: 0.95
prob: 0.94
orGroup: rodProto
- id: ImmovableRodMop
prob: 0.0072
prob: 0.0075
orGroup: rodProto
- id: ImmovableRodShark
prob: 0.0072
prob: 0.0075
orGroup: rodProto
- id: ImmovableRodClown
prob: 0.0072
prob: 0.0075
orGroup: rodProto
- id: ImmovableRodBanana
prob: 0.0072
prob: 0.0075
orGroup: rodProto
- id: ImmovableRodHammer
prob: 0.0072
prob: 0.0075
orGroup: rodProto
- id: ImmovableRodThrongler
prob: 0.0072
prob: 0.0075
orGroup: rodProto
- id: ImmovableRodGibstick
prob: 0.0072
prob: 0.0075
orGroup: rodProto
- id: ImmovableRodWeh
prob: 0.0075
orGroup: rodProto
Loading