Skip to content

Commit

Permalink
Immovable Rod Spawn Addition: Lizard Plushie (#32113)
Browse files Browse the repository at this point in the history
* a deadly weh

* Updated meteorswarms.yml

Updated probabilities to match exactly 1

* Updated immovable_rod.yml

Removed rotation

---------

Co-authored-by: august-sun <[email protected]>
  • Loading branch information
august-sun and august-sun authored Sep 16, 2024
1 parent f05498e commit b2dbad3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
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

0 comments on commit b2dbad3

Please sign in to comment.