mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 18:06:36 +01:00
23 lines
585 B
Plaintext
23 lines
585 B
Plaintext
/datum/prototype/material/algae
|
|
id = "algae"
|
|
name = MAT_ALGAE
|
|
stack_type = /obj/item/stack/material/algae
|
|
icon_colour = "#557722"
|
|
shard_type = SHARD_STONE_PIECE
|
|
sheet_singular_name = "sheet"
|
|
sheet_plural_name = "sheets"
|
|
|
|
relative_integrity = 0.3
|
|
density = 8 * 0.2
|
|
weight_multiplier = 1
|
|
relative_conductivity = 0.8
|
|
relative_permeability = 0.8
|
|
relative_reactivity = 1
|
|
hardness = MATERIAL_RESISTANCE_NONE
|
|
toughness = MATERIAL_RESISTANCE_LOW
|
|
refraction = MATERIAL_RESISTANCE_NONE
|
|
absorption = MATERIAL_RESISTANCE_LOW
|
|
nullification = MATERIAL_RESISTANCE_NONE
|
|
|
|
worth = 10
|