forked from NebulaSS13/Nebula
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pruning unused anima types, renaming crystalline anima to potentia.
- Loading branch information
1 parent
3c4f971
commit 5a02957
Showing
8 changed files
with
59 additions
and
113 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
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
/obj/item/stack/material/potentia | ||
name = "blanks" | ||
desc = "A condensed, crystalline form of magical energy, cut into rough, unworked rounds and ready for etching." | ||
singular_name = "blank" | ||
plural_name = "blanks" | ||
icon_state = "anima" | ||
icon = 'mods/content/anima/icons/anima_blank.dmi' | ||
plural_icon_state = "anima-mult" | ||
max_icon_state = "anima-max" | ||
stack_merge_type = /obj/item/stack/material/potentia | ||
crafting_stack_type = /obj/item/stack/material/potentia | ||
material_alteration = MAT_FLAG_ALTERATION_COLOR | MAT_FLAG_ALTERATION_NAME | MAT_FLAG_ALTERATION_DESC | ||
max_amount = 5 | ||
|
||
/obj/item/stack/material/potentia/mapped/fire | ||
amount = 1 | ||
material = /decl/material/solid/potentia/fire | ||
is_spawnable_type = TRUE | ||
|
||
/obj/item/stack/material/potentia/mapped/fire/five | ||
name = "5 fire potentia blanks" | ||
amount = 5 | ||
|
||
/decl/stack_recipe/anima | ||
abstract_type = /decl/stack_recipe/anima | ||
craft_stack_types = /obj/item/stack/material/potentia | ||
required_material = /decl/material/solid/potentia | ||
|
||
/decl/stack_recipe/anima/runestone | ||
result_type = /obj/item/runestone |
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