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

Blukie Suit Resprite #2393

Open
wants to merge 10 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
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@
description: An advanced hardsuit helmet designed for work in special operations.
components:
- type: Sprite
sprite: Nyanotrasen/Clothing/Head/ReverseEngineering/syndicate.rsi
sprite: DeltaV/Clothing/Head/ReverseEngineering/syndicate.rsi
- type: Clothing
sprite: Nyanotrasen/Clothing/Head/ReverseEngineering/syndicate.rsi
sprite: DeltaV/Clothing/Head/ReverseEngineering/syndicate.rsi
- type: PointLight
color: aquamarine

- type: entity
parent: ClothingHeadHelmetHardsuitCybersun
Expand All @@ -35,9 +37,9 @@
description: An assault hardsuit helmet featuring a top-secret translucent polymer.
components:
- type: Sprite
sprite: Nyanotrasen/Clothing/Head/ReverseEngineering/juggernaut.rsi
sprite: DeltaV/Clothing/Head/ReverseEngineering/juggernaut.rsi
- type: Clothing
sprite: Nyanotrasen/Clothing/Head/ReverseEngineering/juggernaut.rsi
sprite: DeltaV/Clothing/Head/ReverseEngineering/juggernaut.rsi

- type: entity
parent: ClothingHeadHelmetHardsuitERTLeader
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
name: SA-122 combat hardsuit
components:
- type: Sprite
sprite: Nyanotrasen/Clothing/OuterClothing/ReverseEngineering/syndicate.rsi
sprite: DeltaV/Clothing/OuterClothing/ReverseEngineering/syndicate.rsi
- type: Clothing
sprite: Nyanotrasen/Clothing/OuterClothing/ReverseEngineering/syndicate.rsi
sprite: DeltaV/Clothing/OuterClothing/ReverseEngineering/syndicate.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitSyndieReverseEngineered
- type: ReverseEngineering
Expand All @@ -30,9 +30,9 @@
description: A suit made by the special acquisitions department of Nanotrasen to be hyper resilient.
components:
- type: Sprite
sprite: Nyanotrasen/Clothing/OuterClothing/ReverseEngineering/juggernaut.rsi
sprite: DeltaV/Clothing/OuterClothing/ReverseEngineering/juggernaut.rsi
- type: Clothing
sprite: Nyanotrasen/Clothing/OuterClothing/ReverseEngineering/juggernaut.rsi
sprite: DeltaV/Clothing/OuterClothing/ReverseEngineering/juggernaut.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitJuggernautReverseEngineered
- type: ReverseEngineering
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from Paradise SS13 at commit https://github.com/ParadiseSS13/Paradise/commit/a67c929b7394f78e7787114457ba42f4df6cc3a1 and modified by Hyenh, Edited by Stop-Sign",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e, Edited by Stop-Sign.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon-flash"
},
{
"name": "combat-equipped-HELMET",
"directions": 4
},
{
"name": "off-equipped-HELMET",
"directions": 4
},
{
"name": "on-equipped-HELMET",
"directions": 4
}
]
}
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.
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.
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by emisse for ss14, reverse engineered version modified by Hyenh, Edited by Stop-Sign",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
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.
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by emisse for ss14, reverse engineered version modified by Hyenh, Edited by Stop-Sign",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading