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

Firebot Resprite #32660

Open
wants to merge 3 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
7 changes: 6 additions & 1 deletion Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,12 @@
components:
- type: Sprite
sprite: Mobs/Silicon/Bots/firebot.rsi
state: firebot
layers:
- map: [ "enum.DamageStateVisualLayers.Base" ]
state: firebot
- map: [ "enum.DamageStateVisualLayers.BaseUnshaded" ]
state: glow
shader: unshaded
- type: Construction
graph: FireBot
node: bot
Expand Down
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.
12 changes: 8 additions & 4 deletions Resources/Textures/Mobs/Silicon/Bots/firebot.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/eba0d62005e7754dd8b1c88e45cd949c360774d5",
"copyright": "Modified from the original fire extinguisher sprite by RumiTiger",
"states": [
{
"name": "firebot",
"name": "firebot"
},
{
"name": "glow",
"delays": [
[
0.5,
0.2
2,
0.1,
0.1
]
]
}
Expand Down
Loading