mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 09:37:05 +01:00
lathe pr 2025 --------- Co-authored-by: silicons <2003111+silicons@users.noreply.github.com>
31 lines
910 B
Plaintext
31 lines
910 B
Plaintext
/datum/prototype/material/valhollide
|
|
name = MAT_VALHOLLIDE
|
|
id = MAT_VALHOLLIDE
|
|
stack_type = /obj/item/stack/material/valhollide
|
|
icon_base = 'icons/turf/walls/stone_wall.dmi'
|
|
door_icon_base = "stone"
|
|
icon_reinf = 'icons/turf/walls/reinforced_mesh.dmi'
|
|
icon_colour = "##FFF3B2"
|
|
negation = 2
|
|
spatial_instability = 30
|
|
stack_origin_tech = list(TECH_MATERIAL = 7, TECH_PHORON = 5, TECH_BLUESPACE = 5)
|
|
sheet_singular_name = "gem"
|
|
sheet_plural_name = "gems"
|
|
|
|
// somewhat brittle, but well-formed crystals
|
|
|
|
relative_integrity = 0.75
|
|
density = 8 * 0.5
|
|
relative_conductivity = 0
|
|
relative_permeability = 0
|
|
relative_reactivity = 0.05
|
|
hardness = MATERIAL_RESISTANCE_EXTREME
|
|
toughness = MATERIAL_RESISTANCE_MODERATE
|
|
refraction = MATERIAL_RESISTANCE_HIGH
|
|
absorption = MATERIAL_RESISTANCE_HIGH
|
|
nullification = MATERIAL_RESISTANCE_MODERATE
|
|
|
|
worth = 100
|
|
|
|
material_constraints = MATERIAL_CONSTRAINT_RIGID
|