-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds radscorpion and barkscorpion as enemies + wave enemies. + Radsco…
…rpion tail
- Loading branch information
Showing
18 changed files
with
154 additions
and
1 deletion.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
Resources/Prototypes/Nuclear14/Entities/Objects/Misc/craftingmaterials.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,10 @@ | ||
# Animal Parts | ||
- type: entity | ||
parent: BaseItem | ||
id: N14MaterialRadscorpionTail | ||
name: radscorpion tail | ||
description: it's the stinger from a radscorpion | ||
components: | ||
- type: Sprite | ||
sprite: Nuclear14/Objects/Misc/crafting_material.rsi | ||
state: radscorpiontail |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions
18
Resources/Textures/Nuclear14/Mobs/Insects/radscorpion.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,18 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-NC-SA 3.0", | ||
"copyright": "Taken from MS13 at commit https://github.com/Mojave-Sun/mojave-sun-13/commit/3c9fc470595d3106ca57e858239e8f0822630137", | ||
"size": { | ||
"x": 48, | ||
"y": 48 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "radscorpion", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "dead" | ||
} | ||
] | ||
} |
Binary file added
BIN
+4.75 KB
Resources/Textures/Nuclear14/Mobs/Insects/radscorpion.rsi/radscorpion.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
+1017 Bytes
Resources/Textures/Nuclear14/Mobs/Insects/radscorpionbark.rsi/dead.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions
18
Resources/Textures/Nuclear14/Mobs/Insects/radscorpionbark.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,18 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-NC-SA 3.0", | ||
"copyright": "Taken from MS13 at commit https://github.com/Mojave-Sun/mojave-sun-13/commit/3c9fc470595d3106ca57e858239e8f0822630137", | ||
"size": { | ||
"x": 48, | ||
"y": 48 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "radscorpion", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "dead" | ||
} | ||
] | ||
} |
Binary file added
BIN
+4.04 KB
Resources/Textures/Nuclear14/Mobs/Insects/radscorpionbark.rsi/radscorpion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
14 changes: 14 additions & 0 deletions
14
Resources/Textures/Nuclear14/Objects/Misc/crafting_material.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,14 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-NC-SA 3.0", | ||
"copyright": "Created by Peptide90 for Nuclear14", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "radscorpiontail" | ||
} | ||
] | ||
} |
Binary file added
BIN
+358 Bytes
...urces/Textures/Nuclear14/Objects/Misc/crafting_material.rsi/radscorpiontail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.