The Supermatter Resizing: How a crystal can fit into hand (#87232)

## About The Pull Request
adds supermatter sword craft made out of:
20 adamantium
2 vortex cores
actual sm
6 minutes of crafting
announcement on fourth minute
shrinking wand

first of all, you need to craft adamantium pedestal (2 min)

![image](https://github.com/user-attachments/assets/3a24611d-ddce-4438-9b9f-7283458b0791)

then, you should combine it with shrink wand and sm (2 min)
(announcement once you craft it) (it has a gps signal)

![image2](https://github.com/user-attachments/assets/667a58d5-1b3b-49bc-a781-45f84cdaf2b7)


and the last one, small sm and 2 vortex cores (2 min) (dont forget about
gps signal)

![image1](https://github.com/user-attachments/assets/ae432269-af3d-4e14-ab80-f42f558e3d46)
![image3](https://github.com/user-attachments/assets/313033f1-f375-43d3-a8d5-f7307713e69e)


## Why It's Good For The Game
wiz needs more challenges and fun
craft is very hard and challenging, but the reward is powerfull as fuck
## Changelog
🆑 MelokGleb and KREKS
add: very hard wiz-only sm sword craft
sprite: sm sword resprite
/🆑
This commit is contained in:
MelokGleb
2024-10-25 02:30:51 +02:00
committed by GitHub
parent 7363db5fc7
commit 2f99af2330
5 changed files with 59 additions and 0 deletions
@@ -201,3 +201,15 @@
)
time = 8 SECONDS
category = CAT_WEAPON_MELEE
/datum/crafting_recipe/sm_sword
name = "Supermatter Sword"
result = /obj/item/melee/supermatter_sword
reqs = list(
/obj/item/assembly/signaler/anomaly/vortex = (MAX_CORES_VORTEX - 1),
)
machinery = list(
/obj/machinery/power/supermatter_crystal/small = CRAFTING_MACHINERY_CONSUME,
)
time = 120 SECONDS
category = CAT_WEAPON_MELEE
@@ -85,3 +85,26 @@
)
category = CAT_STRUCTURE
crafting_flags = CRAFT_CHECK_DENSITY
/datum/crafting_recipe/adam_pedestal
name = "Adamantine Pedestal"
result = /obj/item/adamantine_pedestal
reqs = list(
/obj/item/stack/sheet/mineral/adamantine = 20,
)
time = 120 SECONDS
category = CAT_STRUCTURE
/datum/crafting_recipe/sm_small
name = "Small Supermatter Crystal"
result = /obj/machinery/power/supermatter_crystal/small
reqs = list(
/obj/item/gun/magic/wand/shrink = 1,
/obj/item/adamantine_pedestal = 1,
)
machinery = list(
/obj/machinery/power/supermatter_crystal = CRAFTING_MACHINERY_CONSUME,
)
time = 120 SECONDS
category = CAT_STRUCTURE