-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Aftershock] Mastodon Mutation Line and Uplifted SWAT Profession (#37660
- Loading branch information
1 parent
acedd25
commit 62e99a7
Showing
17 changed files
with
1,001 additions
and
28 deletions.
There are no files selected for viewing
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
42 changes: 42 additions & 0 deletions
42
data/mods/Aftershock/items/crafting_scrap/biomaterial_scrap.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,42 @@ | ||
[ | ||
{ | ||
"type": "GENERIC", | ||
"id": "afs_biomaterial_1", | ||
"copy-from": "afs_scrap_1", | ||
"name": { "str": "monomeric slurry" }, | ||
"description": "A collection of the building blocks of polymers. With this and a whole lot of know how you can create proteins and other building blocks of life.", | ||
"looks_like": "scrap" | ||
}, | ||
{ | ||
"type": "GENERIC", | ||
"id": "afs_biomaterial_2", | ||
"copy-from": "afs_scrap_2", | ||
"name": { "str": "micellular growth medium" }, | ||
"description": "For the mixing of biomaterials that might otherwise be antithetical to one another.", | ||
"looks_like": "scrap" | ||
}, | ||
{ | ||
"type": "GENERIC", | ||
"id": "afs_biomaterial_3", | ||
"copy-from": "afs_scrap_1", | ||
"name": { "str": "artificial muscle fibers" }, | ||
"description": "Lab grown or bioprinted muscle fibers, much denser and with higher performance ratios than baseline human muscles.", | ||
"looks_like": "scrap" | ||
}, | ||
{ | ||
"type": "GENERIC", | ||
"id": "afs_biomaterial_4", | ||
"copy-from": "afs_scrap_4", | ||
"name": { "str": "self healing polymers" }, | ||
"description": "Materials capable of taking environmental chemicals and utilizing them for self repair, be careful you don't make grey goo.", | ||
"looks_like": "scrap" | ||
}, | ||
{ | ||
"type": "GENERIC", | ||
"id": "afs_biomaterial_5", | ||
"copy-from": "afs_scrap_5", | ||
"name": { "str": "autologous totipotent tissue culture" }, | ||
"description": "Uncontaminated pure cellular matter than with the right instructions can become just about anything.", | ||
"looks_like": "scrap" | ||
} | ||
] |
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
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
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
Oops, something went wrong.