-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create ratvar.yml * restore balance to the universe * scale issues mfw nar-sie is smaller * spawner + spawn anim a shitty spawn anim is better than no spawn anim * undenseify no longer as dense as a dying neutron star (cherry picked from commit 2458c87b625385fe4b339f1e4141443af28a5711)
- Loading branch information
1 parent
164c06f
commit 1a1c61d
Showing
8 changed files
with
169 additions
and
0 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
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ratvar-has-risen = RATVAR HAS AWOKEN | ||
ratvar-has-risen-sender = ??? |
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,94 @@ | ||
- type: entity | ||
abstract: true | ||
id: MobRatvarBase #can't have the clockwork justiciar be associated with his (im)mortal enemy | ||
name: Ratvar | ||
description: Your mind aches as it fails to understand the complex mechanics of what is before you. | ||
components: | ||
- type: Sprite | ||
sprite: Mobs/Demons/ratvar.rsi | ||
drawdepth: Ghosts | ||
scale: 1.15,1.15 | ||
layers: | ||
- state: ratvar | ||
shader: unshaded | ||
|
||
- type: entity | ||
parent: MobRatvarBase | ||
id: MobRatvarSpawn | ||
suffix: Spawn | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: spawn | ||
shader: unshaded | ||
- type: TimedDespawn | ||
lifetime: 3.5 | ||
- type: SpawnOnDespawn | ||
prototype: MobRatvar | ||
|
||
- type: entity | ||
parent: [MobRatvarBase, BaseMob] | ||
id: MobRatvar | ||
components: | ||
- type: AnnounceOnSpawn | ||
message: ratvar-has-risen | ||
sender: ratvar-has-risen-sender | ||
sound: | ||
path: /Audio/Misc/ratvar_reveal.ogg | ||
color: "#BE8700" | ||
- type: CargoSellBlacklist | ||
- type: ContentEye | ||
maxZoom: 2.0,2.0 | ||
- type: Fixtures | ||
fixtures: | ||
EventHorizonCollider: | ||
shape: | ||
!type:PhysShapeCircle | ||
radius: 5 | ||
hard: false | ||
restitution: 0.8 | ||
density: 1 | ||
mask: | ||
- AllMask | ||
layer: | ||
- AllMask | ||
EventHorizonConsumer: | ||
shape: | ||
!type:PhysShapeCircle | ||
radius: 5 | ||
hard: false | ||
mask: | ||
- AllMask | ||
layer: | ||
- AllMask | ||
- type: Input | ||
context: "ghost" | ||
- type: MovementIgnoreGravity | ||
- type: IntrinsicRadioReceiver | ||
- type: ActiveRadio | ||
channels: | ||
- Binary | ||
- Common | ||
- Command | ||
- CentCom | ||
- Engineering | ||
- Medical | ||
- Science | ||
- Security | ||
- Service | ||
- Supply | ||
- Syndicate | ||
globalReceive: true | ||
- type: Physics | ||
bodyType: Dynamic | ||
bodyStatus: InAir | ||
- type: CanMoveInAir | ||
- type: EventHorizon | ||
radius: 5 | ||
canBreachContainment: true | ||
- type: GravityWell | ||
baseRadialAcceleration: 6 | ||
maxRange: 8 | ||
- type: WarpPoint | ||
follow: true | ||
location: Ratvar |
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,63 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/blob/a28a7680cba9142ab80abc5ed480474ed0310462/icons/effects/512x512.dmi spawn animation kitbashed by MACMAN2003", | ||
"size": { | ||
"x": 512, | ||
"y": 512 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "ratvar", | ||
"delays": [ | ||
[ | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "spawn", | ||
"delays": [ | ||
[ | ||
0.3, | ||
0.3, | ||
0.25, | ||
0.25, | ||
1, | ||
|
||
0.3, | ||
0.3, | ||
0.2, | ||
0.1, | ||
0.05, | ||
|
||
0.05, | ||
0.05, | ||
0.05, | ||
0.05, | ||
0.05, | ||
|
||
0.05, | ||
0.05, | ||
0.05, | ||
0.05 | ||
] | ||
] | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.