Skip to content

Commit

Permalink
SilverCore research for the silver golem (#94)
Browse files Browse the repository at this point in the history
* 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
FluffiestFloof and DEATHB4DEFEAT authored Oct 19, 2023
1 parent ab14a5b commit 8adc0a3
Show file tree
Hide file tree
Showing 27 changed files with 630 additions and 14 deletions.
461 changes: 461 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Species/golem.yml

Large diffs are not rendered by default.

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
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@
- WelderExperimental
- JawsOfLife
- ClothingEyesGlassesChemical
- CoreSilver # Nyanotrasen - Silver Golem core
- type: EmagLatheRecipes
emagDynamicRecipes:
- ExplosivePayload
Expand Down
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
14 changes: 13 additions & 1 deletion Resources/Prototypes/Nyanotrasen/Recipes/Lathes/bluespace.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- type: latheRecipe
id: CoreSilver
icon:
sprite: Objects/Misc/guardian_info.rsi
state: icon
result: CoreSilver
completetime: 10
materials:
Bluespace: 500
Silver: 1000
Plastic: 1000

- type: latheRecipe
id: BluespaceCrystal
icon:
Expand All @@ -7,4 +19,4 @@
applyMaterialDiscount: false
completetime: 4
materials:
Bluespace: 100
Bluespace: 100
24 changes: 11 additions & 13 deletions Resources/Prototypes/Nyanotrasen/Research/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@

# Tier 3

# - type: technology
# id: Teleportation
# name: research-technology-teleportation
# icon:
# sprite: Nyanotrasen/Objects/Devices/QSI.rsi
# state: icon
# discipline: Experimental
# tier: 3
# cost: 15000
# recipeUnlocks:
# - CoreSilver
# - HandTeleporter
# - QSI
- type: technology
id: Teleportation
name: research-technology-teleportation
icon:
sprite: Nyanotrasen/Objects/Devices/QSI.rsi
state: icon
discipline: Experimental
tier: 3
cost: 15000
recipeUnlocks:
- CoreSilver
4 changes: 4 additions & 0 deletions Resources/Prototypes/Nyanotrasen/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
- type: Tag
id: MagazineUniversalMagnum

- type: Tag
id: CoreSilver

- type: Tag
id: BluespaceCrystal

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.
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.
51 changes: 51 additions & 0 deletions Resources/Textures/Nyanotrasen/Mobs/Golem/cult.rsi/meta.json
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 Resources/Textures/Nyanotrasen/Mobs/Golem/silver.rsi/meta.json
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 Resources/Textures/Nyanotrasen/Mobs/Golem/wood.rsi/meta.json
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 Resources/Textures/Nyanotrasen/Objects/Devices/QSI.rsi/meta.json
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
}

0 comments on commit 8adc0a3

Please sign in to comment.