forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ONO RABOTAET * ReaperConfusionDone * blood mist working * bloodmist work * fixes * moved bloodmist params from reaperComp to action datafields * changed pulling method * i forgor * requested changes * fix
- Loading branch information
Showing
9 changed files
with
144 additions
and
6 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
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
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
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
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
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
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,30 @@ | ||
- type: entity | ||
parent: Smoke | ||
id: BloodMist | ||
name: blood mist | ||
categories: [ HideSpawnMenu ] | ||
components: | ||
- type: Sprite | ||
color: "#FF0000" | ||
sprite: Effects/chemsmoke.rsi | ||
state: chemsmoke | ||
- type: TimedDespawn | ||
lifetime: 15 | ||
|
||
- type: entity | ||
parent: Smoke | ||
id: BloodMistSpread | ||
name: blood mist | ||
categories: | ||
components: | ||
- type: Sprite | ||
color: "#FF0000" | ||
sprite: Effects/chemsmoke.rsi | ||
state: chemsmoke | ||
- type: TriggerOnSpawn | ||
- type: TimedDespawn | ||
lifetime: 15 | ||
- type: SmokeOnTrigger | ||
duration: 15 | ||
spreadAmount: 30 | ||
smokePrototype: BloodMist |
Binary file added
BIN
+480 Bytes
Resources/Textures/SS220/DemonRofler/dark_reaper.rsi/icon_bloodmist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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