-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SilverCore research for the silver golem (#94)
* Pretends to add the silver golems Don't do that. * 'unrelated' Co-authored-by: DEATHB4DEFEAT <[email protected]> Signed-off-by: Fluffiest Floofers <[email protected]> --------- Signed-off-by: Fluffiest Floofers <[email protected]> Co-authored-by: DEATHB4DEFEAT <[email protected]>
- Loading branch information
1 parent
ab14a5b
commit 8adc0a3
Showing
27 changed files
with
630 additions
and
14 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
Resources/Prototypes/Entities/Objects/Specific/Research/silvercore.yml
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,12 @@ | ||
- type: entity | ||
parent: BaseItem | ||
id: CoreSilver | ||
name: silver alloy core | ||
description: A synthetic alloy made of silver and other materials. | ||
components: | ||
- type: Sprite | ||
sprite: Objects/Misc/guardian_info.rsi | ||
state: guardian_info | ||
- type: Tag | ||
tags: | ||
- CoreSilver |
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
20 changes: 20 additions & 0 deletions
20
Resources/Prototypes/Nyanotrasen/Recipes/Construction/Graphs/structures/golem_silver.yml
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,20 @@ | ||
# - type: constructionGraph | ||
# id: GolemSilver | ||
# start: start | ||
# graph: | ||
# - node: start | ||
# edges: | ||
# - to: golem | ||
# steps: | ||
# - material: Plasteel | ||
# amount: 20 | ||
# - material: Uranium | ||
# amount: 10 | ||
# - tag: CoreSilver | ||
# icon: | ||
# sprite: Objects/Misc/guardian_info.rsi | ||
# state: guardian_info | ||
# name: a silver core | ||
# doAfter: 10 | ||
# - node: golem | ||
# entity: MobGolemSilver |
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 |
---|---|---|
|
@@ -4,5 +4,9 @@ | |
- type: Tag | ||
id: MagazineUniversalMagnum | ||
|
||
- type: Tag | ||
id: CoreSilver | ||
|
||
- type: Tag | ||
id: BluespaceCrystal | ||
|
Binary file added
BIN
+6.66 KB
Resources/Textures/Nyanotrasen/Mobs/Golem/cult.rsi/cultgolem_chest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.83 KB
Resources/Textures/Nyanotrasen/Mobs/Golem/cult.rsi/cultgolem_head.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.28 KB
Resources/Textures/Nyanotrasen/Mobs/Golem/cult.rsi/cultgolem_l_arm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+364 Bytes
Resources/Textures/Nyanotrasen/Mobs/Golem/cult.rsi/cultgolem_l_hand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+464 Bytes
Resources/Textures/Nyanotrasen/Mobs/Golem/cult.rsi/cultgolem_l_leg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.28 KB
Resources/Textures/Nyanotrasen/Mobs/Golem/cult.rsi/cultgolem_r_arm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+359 Bytes
Resources/Textures/Nyanotrasen/Mobs/Golem/cult.rsi/cultgolem_r_hand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+466 Bytes
Resources/Textures/Nyanotrasen/Mobs/Golem/cult.rsi/cultgolem_r_leg.png
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.
51 changes: 51 additions & 0 deletions
51
Resources/Textures/Nyanotrasen/Mobs/Golem/cult.rsi/meta.json
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,51 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from /tg/station and modified by Rane", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "cultgolem_head", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "cultgolem_chest", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "cultgolem_r_arm", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "cultgolem_l_arm", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "cultgolem_r_hand", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "cultgolem_l_hand", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "cultgolem_r_leg", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "cultgolem_l_leg", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "full", | ||
"directions": 1 | ||
}, | ||
{ | ||
"name": "lights", | ||
"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.
23 changes: 23 additions & 0 deletions
23
Resources/Textures/Nyanotrasen/Mobs/Golem/silver.rsi/meta.json
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,23 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "taken from /tg/ station at commit https://github.com/tgstation/tgstation/commit/02756c2bc2cf3000080d030955e994242bab39b5", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "silver_base", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "lights", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "full", | ||
"directions": 1 | ||
} | ||
] | ||
} |
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.
19 changes: 19 additions & 0 deletions
19
Resources/Textures/Nyanotrasen/Mobs/Golem/wood.rsi/meta.json
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,19 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from /tg/station and modified by Rane", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "head", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "lights", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions
15
Resources/Textures/Nyanotrasen/Objects/Devices/QSI.rsi/meta.json
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,15 @@ | ||
{ | ||
"copyright" : "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a", | ||
"license" : "CC-BY-SA-3.0", | ||
"size" : { | ||
"x" : 32, | ||
"y" : 32 | ||
}, | ||
"states" : [ | ||
{ | ||
"name" : "icon", | ||
"directions" : 1 | ||
} | ||
], | ||
"version" : 1 | ||
} |