此站点为镜像站,如有编辑wiki的意愿请前往主站进行编辑
加入Noita中文维基群获取更多wiki编辑上的帮助。
→加入游戏社区|Noita魔法群|Noita交流群|Noita贴吧|与更多玩家一起游玩Noita。
此站点为镜像站,如有编辑wiki的意愿请前往主站进行编辑。
加入Noita中文维基群获取更多wiki编辑上的帮助。
→加入游戏社区|Noita魔法群|
|Noita交流群|Noita贴吧|
与更多玩家一起游玩Noita。
模块:DataQuery/Materials
此模块的文档可以在模块:DataQuery/Materials/doc创建
--------------------------------------------------------------------------------------------------
-- 字段说明
-- herd:材料id
-- name:中文名 页面渲染所使用的名称 需要查询csv进行初始化
-- nameEn:英文名
-- nameOcn:官中名
-- image:简单的材料单图,貌似现在没什么用
-- durability:破坏等级
-- tags:材料标签
-- custpotion:自定义药水图,会造成不会自动判断是否存在并直接使用,此优先级比自定义袋子高,请优先定义这个
-- custpouch:自定义的袋子图,同上
-- burnable:可否点燃
-- hardness:材料血量
-- firehp:材料的燃烧血量(相当于燃烧时间)
-- lifetime:材料的存在时间
-- type:材料的nolla分类的类型
-- stainEffect:沾染状态(沾湿)
-- ingestEffect:摄取效果
-- biomes:生成的群系 废弃
-- OutBiomes:程序自动检索的生成的群系
-- breakInto:破坏为,即材料被破坏后变成的材料,比如怪异的肉被破坏后变成(id:blood)血液
-- hitInto:击中为,即击中后生成的材料(大概)
-- breaktobox2d:破坏变为的box2d,主要用于比如积雪深渊中冰被投射物击中的转换,本质上就是这个导致的
-- melts:熔化为(蒸发为),在炎热群系(如沙漠)的材料转化
-- freezes:冻结为,在寒冷群系(如积雪深渊)的材料转化
-- parent:继承自某材料
-- inheritsReactions:是否继承反应
-- link:材料页面链接
-- notes:材料备注,在材料页面中表格下方展示
-- onfire:是否始终燃烧
-- stickyness: 材料粘性,大概就是材料自然向下堆积的效率,比如蜂蜜堆成堆后很难像沙子堆那样快速散开的原因就是这个参数控制的
-- liquidGravity:材料重力
-- conductive:导电性
-- liquidSand:是否为沙子材料
-- liquidStatic:是否为静态材料(静止的,不会掉落的)
--------------------------------------------------------------------------------------------------
local all_materials = {
{
tags = "",
type = "fire",
durability = "",
wangColor = "ff000042",
hitInto = "",
nameEn = "air",
liquidSand = "0",
breaktobox2d = "",
herd = "air",
OutBiomes = "全世界",
melts = "",
liquidGravity = "",
stickyness = "",
image = "air.png",
onfire = "0",
lifetime = "",
nameOcn = "空气",
firehp = "",
notes = "真的只有这么多数据",
link = "空气",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "",
burnable = "0",
freezes = "",
biomes = "全世界",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_air",
},
{
tags = "fire,hot",
type = "fire",
durability = "",
cellType = "fire",
wangColor = "7fFF6060",
hitInto = "",
nameEn = "fire",
liquidSand = "0",
breaktobox2d = "",
herd = "fire",
OutBiomes = "积雪深渊,矿场",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "fire.png",
onfire = "1",
lifetime = "",
nameOcn = "火焰",
firehp = "",
notes = "",
link = "火焰",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_fire",
},
{
tags = "fire,hot",
type = "fire",
durability = "",
cellType = "fire",
wangColor = "7fFF6061",
hitInto = "",
nameEn = "fire",
liquidSand = "0",
breaktobox2d = "",
herd = "fire_blue",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "fire_blue.png",
onfire = "1",
lifetime = "",
nameOcn = "火焰",
firehp = "",
notes = "",
link = "火焰",
inheritsReactions = "1",
parent = "fire",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_fire_blue",
},
{
tags = "fire,hot",
type = "fire",
durability = "",
cellType = "fire",
wangColor = "7fce0f0f",
hitInto = "",
nameEn = "fire",
liquidSand = "0",
breaktobox2d = "",
herd = "flame",
melts = "",
liquidGravity = "5.0",
stickyness = "",
image = "flame.png",
onfire = "1",
lifetime = "5",
nameOcn = "火焰",
firehp = "",
notes = "存在时间极短的深红色火焰",
link = "火焰",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_flame",
},
{
tags = "fire,hot",
type = "fire",
durability = "",
cellType = "fire",
wangColor = "7fff6024",
hitInto = "",
nameEn = "spark",
liquidSand = "0",
breaktobox2d = "",
herd = "spark",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "spark.png",
onfire = "0",
lifetime = "",
nameOcn = "火花",
firehp = "",
notes = "",
link = "火花",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_spark",
},
{
tags = "fire,hot",
type = "fire",
durability = "",
cellType = "fire",
wangColor = "7f96FF46",
hitInto = "",
nameEn = "spark",
liquidSand = "0",
breaktobox2d = "",
herd = "spark_green",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "spark_green.png",
onfire = "0",
lifetime = "",
nameOcn = "火花",
firehp = "",
notes = "",
link = "火花",
inheritsReactions = "1",
parent = "spark",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_spark_green",
},
{
tags = "fire,hot",
type = "fire",
durability = "",
cellType = "fire",
wangColor = "7f96FF47",
hitInto = "",
nameEn = "spark",
liquidSand = "0",
breaktobox2d = "",
herd = "spark_green_bright",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "spark_green_bright.png",
onfire = "0",
lifetime = "",
nameOcn = "火花",
firehp = "",
notes = "",
link = "火花",
inheritsReactions = "1",
parent = "spark",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_spark_green",
},
{
tags = "fire,hot",
type = "fire",
durability = "",
cellType = "fire",
wangColor = "7f82DCFF",
hitInto = "",
nameEn = "spark",
liquidSand = "0",
breaktobox2d = "",
herd = "spark_blue",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "spark_blue.png",
onfire = "0",
lifetime = "",
nameOcn = "火花",
firehp = "",
notes = "",
link = "火花",
inheritsReactions = "1",
parent = "spark",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_spark_blue",
},
{
tags = "fire,hot",
type = "fire",
durability = "",
cellType = "fire",
wangColor = "7f205bfe",
hitInto = "",
nameEn = "spark",
liquidSand = "0",
breaktobox2d = "",
herd = "spark_blue_dark",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "spark_blue_dark.png",
onfire = "0",
lifetime = "",
nameOcn = "火花",
firehp = "",
notes = "",
link = "火花",
inheritsReactions = "1",
parent = "spark",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_spark_blue",
},
{
tags = "fire,hot",
type = "fire",
durability = "",
cellType = "fire",
wangColor = "7fFF2813",
hitInto = "",
nameEn = "spark",
liquidSand = "0",
breaktobox2d = "",
herd = "spark_red",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "spark_red.png",
onfire = "0",
lifetime = "",
nameOcn = "火花",
firehp = "",
notes = "",
link = "火花",
inheritsReactions = "1",
parent = "spark",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_spark_red",
},
{
tags = "fire,hot",
type = "fire",
durability = "",
cellType = "fire",
wangColor = "7fFF2814",
hitInto = "",
nameEn = "spark",
liquidSand = "0",
breaktobox2d = "",
herd = "spark_red_bright",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "spark_red_bright.png",
onfire = "0",
lifetime = "",
nameOcn = "火花",
firehp = "",
notes = "",
link = "火花",
inheritsReactions = "1",
parent = "spark",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_spark_red",
},
{
tags = "fire,hot",
type = "fire",
durability = "",
cellType = "fire",
wangColor = "ffFEFEFF",
hitInto = "",
nameEn = "spark",
liquidSand = "0",
breaktobox2d = "",
herd = "spark_white",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "spark_white.png",
onfire = "0",
lifetime = "",
nameOcn = "火花",
firehp = "",
notes = "",
link = "火花",
inheritsReactions = "1",
parent = "spark",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_spark_white",
},
{
tags = "fire,hot",
type = "fire",
durability = "",
cellType = "fire",
wangColor = "ffFEFEFD",
hitInto = "",
nameEn = "spark",
liquidSand = "0",
breaktobox2d = "",
herd = "spark_white_bright",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "spark_white_bright.png",
onfire = "0",
lifetime = "",
nameOcn = "火花",
firehp = "",
notes = "",
link = "火花",
inheritsReactions = "1",
parent = "spark",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_spark_white",
},
{
tags = "fire,hot",
type = "fire",
durability = "",
cellType = "fire",
wangColor = "ffFFF028",
hitInto = "",
nameEn = "spark",
liquidSand = "0",
breaktobox2d = "",
herd = "spark_yellow",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "spark_yellow.png",
onfire = "0",
lifetime = "",
nameOcn = "火花",
firehp = "",
notes = "",
link = "火花",
inheritsReactions = "1",
parent = "spark",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_spark_yellow",
},
{
tags = "fire,hot",
type = "fire",
durability = "",
cellType = "fire",
wangColor = "44B43C1F",
hitInto = "",
nameEn = "spark",
liquidSand = "0",
breaktobox2d = "",
herd = "spark_purple",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "spark_purple.png",
onfire = "0",
lifetime = "",
nameOcn = "火花",
firehp = "",
notes = "",
link = "火花",
inheritsReactions = "1",
parent = "spark",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_spark_purple",
},
{
tags = "fire,hot",
type = "fire",
durability = "",
cellType = "fire",
wangColor = "44B4323F",
hitInto = "",
nameEn = "spark",
liquidSand = "0",
breaktobox2d = "",
herd = "spark_purple_bright",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "spark_purple_bright.png",
onfire = "0",
lifetime = "",
nameOcn = "火花",
firehp = "",
notes = "",
link = "火花",
inheritsReactions = "1",
parent = "spark",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_spark_purple",
},
{
tags = "fire,hot",
type = "fire",
durability = "",
cellType = "fire",
wangColor = "ffFFF029",
hitInto = "",
nameEn = "spark",
liquidSand = "0",
breaktobox2d = "",
herd = "spark_player",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "spark_player.png",
onfire = "0",
lifetime = "",
nameOcn = "火花",
firehp = "",
notes = "",
link = "火花",
inheritsReactions = "1",
parent = "spark",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_spark_player",
},
{
tags = "fire,hot",
type = "fire",
durability = "",
cellType = "fire",
wangColor = "44A41C1F",
hitInto = "",
nameEn = "spark",
liquidSand = "0",
breaktobox2d = "",
herd = "spark_teal",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "spark_teal.png",
onfire = "0",
lifetime = "",
nameOcn = "火花",
firehp = "",
notes = "",
link = "火花",
inheritsReactions = "1",
parent = "spark",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_spark_teal",
},
{
tags = "fire,hot",
type = "fire",
durability = "",
cellType = "fire",
wangColor = "7f27b4f6",
hitInto = "",
nameEn = "electric spark",
liquidSand = "0",
breaktobox2d = "",
herd = "spark_electric",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "spark_electric.png",
onfire = "0",
lifetime = "",
nameOcn = "电火花",
firehp = "",
notes = "",
link = "电火花",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_spark_electric",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff524f2d",
hitInto = "",
nameEn = "ground",
liquidSand = "1",
breaktobox2d = "",
herd = "sand_static",
OutBiomes = "坍塌矿场,真菌洞穴,魔球房间,矿场,金字塔,艺之神殿,塔,废弃炼金实验室,沙漠,古代实验室,湖泊,王座室,伟大之作,遗忘洞穴",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "sand_static.png",
onfire = "0",
lifetime = "",
nameOcn = "地面",
firehp = "",
notes = "",
link = "地面",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "19000",
stainEffect = "",
nameKey = "mat_sand_static",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff524F00",
hitInto = "",
nameEn = "lush ground",
liquidSand = "1",
breaktobox2d = "",
herd = "sand_static_rainforest",
OutBiomes = "塔,地下丛林",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "sand_static_rainforest.png",
onfire = "0",
lifetime = "",
nameOcn = "葱郁地面",
firehp = "",
notes = "",
link = "葱郁地面",
inheritsReactions = "1",
parent = "sand_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "70000",
stainEffect = "",
nameKey = "mat_sand_static_rainforest",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff261f26",
hitInto = "",
nameEn = "lush ground",
liquidSand = "1",
breaktobox2d = "",
herd = "sand_static_rainforest_dark",
OutBiomes = "路奇巢穴",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "sand_static_rainforest_dark.png",
onfire = "0",
lifetime = "",
nameOcn = "葱郁地面",
firehp = "",
notes = "",
link = "葱郁地面",
inheritsReactions = "0",
parent = "sand_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "700000",
stainEffect = "",
nameKey = "mat_sand_static_rainforest",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff523F03",
hitInto = "",
nameEn = "bone wall",
liquidSand = "1",
breaktobox2d = "",
herd = "bone_static",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "bone_static.png",
onfire = "0",
lifetime = "",
nameOcn = "骨墙",
firehp = "",
notes = "",
link = "骨灰",
inheritsReactions = "1",
parent = "sand_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "20000",
stainEffect = "",
nameKey = "mat_bone_static",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ffee8F49",
hitInto = "",
nameEn = "rusted metal",
liquidSand = "1",
breaktobox2d = "",
herd = "rust_static",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "rust_static.png",
onfire = "0",
lifetime = "",
nameOcn = "锈蚀金属",
firehp = "",
notes = "",
link = "锈蚀金属",
inheritsReactions = "1",
parent = "sand_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_rust_static",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ffef8F49",
hitInto = "",
nameEn = "granite ground",
liquidSand = "1",
breaktobox2d = "",
herd = "sand_static_bright",
OutBiomes = "金字塔,沙漠",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "sand_static_bright.png",
onfire = "0",
lifetime = "",
nameOcn = "花岗岩地面",
firehp = "",
notes = "",
link = "地面",
inheritsReactions = "1",
parent = "sand_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "19000",
stainEffect = "",
nameKey = "mat_sand_static_bright",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ffff8F47",
hitInto = "",
nameEn = "rusty ground",
liquidSand = "1",
breaktobox2d = "",
herd = "sand_static_red",
OutBiomes = "砂之洞穴",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "sand_static_red.png",
onfire = "0",
lifetime = "",
nameOcn = "锈蚀地面",
firehp = "",
notes = "",
link = "地面",
inheritsReactions = "1",
parent = "sand_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "19000",
stainEffect = "",
nameKey = "mat_sand_static_red",
},
{
tags = "static,corrodible,burnable,alchemy,solid,earth",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "ffA83E29",
hitInto = "",
nameEn = "nest",
liquidSand = "1",
breaktobox2d = "",
herd = "nest_static",
melts = "",
liquidGravity = "0.6",
stickyness = "",
image = "nest_static.png",
onfire = "0",
lifetime = "",
nameOcn = "巢穴",
firehp = "",
notes = "",
link = "巢穴",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "5000",
stainEffect = "",
nameKey = "mat_nest_static",
},
{
tags = "static,corrodible,burnable,alchemy,solid,earth,fungus",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "ff435495",
hitInto = "",
nameEn = "blue fungus",
liquidSand = "1",
breaktobox2d = "",
herd = "bluefungi_static",
OutBiomes = "真菌洞穴,繁茂洞穴",
melts = "",
liquidGravity = "0.6",
stickyness = "",
image = "bluefungi_static.png",
onfire = "0",
lifetime = "",
nameOcn = "蓝色真菌",
firehp = "",
notes = "",
link = "真菌",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.1}}",
hardness = "20",
stainEffect = "",
nameKey = "mat_bluefungi_static",
},
{
tags = "static,corrodible,meltable_to_lava,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff353923",
hitInto = "",
nameEn = "rock",
liquidSand = "1",
breaktobox2d = "",
herd = "rock_static",
OutBiomes = "坍塌矿场,真菌洞穴,矿场,金字塔,塔,沙漠,古代实验室,湖泊,发电站,避难所",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "rock_static.png",
onfire = "0",
lifetime = "",
nameOcn = "岩石",
firehp = "",
notes = "",
link = "岩石",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "100000",
stainEffect = "",
nameKey = "mat_rock_static",
},
{
tags = "static,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff003344",
hitInto = "",
nameEn = "dense rock",
liquidSand = "1",
breaktobox2d = "",
herd = "rock_hard",
OutBiomes = "龙窟,魔球房间,席西基地,金字塔,艺之神殿,塔,废弃炼金实验室,砂之洞穴,王座室,伟大之作,遗忘洞穴",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "rock_hard.png",
onfire = "0",
lifetime = "",
nameOcn = "致密岩石",
firehp = "",
notes = "",
link = "致密岩石",
inheritsReactions = "1",
parent = "rock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200000",
stainEffect = "",
nameKey = "mat_rock_hard",
},
{
tags = "static,alchemy,solid,earth",
type = "static",
durability = "12",
cellType = "liquid",
wangColor = "ff104344",
hitInto = "",
nameEn = "extremely dense rock",
liquidSand = "1",
breaktobox2d = "",
herd = "rock_hard_border",
OutBiomes = "龙窟,席西基地",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "rock_hard_border.png",
onfire = "0",
lifetime = "",
nameOcn = "极度致密岩石",
firehp = "",
notes = "",
link = "致密岩石",
inheritsReactions = "1",
parent = "rock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200000",
stainEffect = "",
nameKey = "mat_rock_hard_border",
},
{
tags = "static,alchemy,solid,earth,matter_eater_ignore_list",
type = "static",
durability = "14",
cellType = "liquid",
wangColor = "ff3f4d3e",
hitInto = "",
nameEn = "Cursed rock",
liquidSand = "1",
breaktobox2d = "",
herd = "rock_static_cursed",
OutBiomes = "",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "rock_static_cursed.png",
onfire = "0",
lifetime = "",
nameOcn = "诅咒岩石",
firehp = "",
notes = "",
link = "诅咒岩石",
inheritsReactions = "1",
parent = "rock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "160000",
stainEffect = "",
nameKey = "mat_rock_static_cursed",
},
{
tags = "static,corrodible,meltable_to_lava,alchemy,solid,earth",
type = "static",
durability = "12",
cellType = "liquid",
wangColor = "ffab3347",
hitInto = "",
nameEn = "magic gate",
liquidSand = "1",
breaktobox2d = "",
herd = "rock_magic_gate",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "rock_magic_gate.png",
onfire = "0",
lifetime = "",
nameOcn = "魔法门",
firehp = "",
notes = "",
link = "魔法门",
inheritsReactions = "1",
parent = "rock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "400000",
stainEffect = "",
nameKey = "mat_rock_magic_gate",
},
{
tags = "static,corrodible,meltable_to_lava,alchemy,solid,earth",
type = "static",
durability = "12",
cellType = "liquid",
wangColor = "ffabb346",
hitInto = "",
nameEn = "magic wall",
liquidSand = "1",
breaktobox2d = "",
herd = "rock_magic_bottom",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "rock_magic_bottom.png",
onfire = "0",
lifetime = "",
nameOcn = "魔法墙",
firehp = "",
notes = "",
link = "魔法门",
inheritsReactions = "1",
parent = "rock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "400000",
stainEffect = "",
nameKey = "mat_rock_magic_bottom",
},
{
tags = "static,corrodible,meltable_to_lava,alchemy,solid,earth",
type = "static",
durability = "2",
cellType = "solid",
wangColor = "ffafb146",
hitInto = "",
nameEn = "eroding rock",
liquidSand = "1",
breaktobox2d = "",
herd = "rock_eroding",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "rock_eroding.png",
onfire = "0",
lifetime = "",
nameOcn = "侵蚀岩石",
firehp = "",
notes = "",
link = "侵蚀岩石",
inheritsReactions = "0",
parent = "rock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "100",
stainEffect = "",
nameKey = "mat_rock_eroding",
},
{
tags = "static,corrodible,meltable_to_lava,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff003349",
hitInto = "",
nameEn = "vault rock",
liquidSand = "1",
breaktobox2d = "",
herd = "rock_vault",
OutBiomes = "塔,避难所",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "rock_vault.png",
onfire = "0",
lifetime = "",
nameOcn = "拱顶石",
firehp = "",
notes = "",
link = "拱顶石",
inheritsReactions = "1",
parent = "rock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200000",
stainEffect = "",
nameKey = "mat_rock_vault",
},
{
tags = "static,corrodible,meltable_to_lava,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff103344",
hitInto = "",
nameEn = "damp rock",
liquidSand = "1",
breaktobox2d = "",
herd = "rock_static_wet",
OutBiomes = "坍塌矿场,矿场,塔",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "rock_static_wet.png",
onfire = "0",
lifetime = "",
nameOcn = "潮湿岩石",
firehp = "",
notes = "",
link = "潮湿岩石",
inheritsReactions = "1",
parent = "rock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200000",
stainEffect = "",
nameKey = "mat_rock_static_wet",
},
{
tags = "static,corrodible,meltable_to_lava,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff124444",
hitInto = "",
nameEn = "coal vein",
liquidSand = "1",
breaktobox2d = "",
herd = "coal_static",
OutBiomes = "塔,煤矿矿坑",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "coal_static.png",
onfire = "0",
lifetime = "",
nameOcn = "煤矿矿脉",
firehp = "",
notes = "",
link = "煤",
inheritsReactions = "1",
parent = "rock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "25000",
stainEffect = "",
nameKey = "mat_coal_static",
},
{
tags = "static,alchemy,solid,earth,fungus",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff00a244",
hitInto = "",
nameEn = "fungal soil",
liquidSand = "1",
breaktobox2d = "",
herd = "rock_static_fungal",
OutBiomes = "繁茂洞穴",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "rock_static_fungal.png",
onfire = "0",
lifetime = "",
nameOcn = "菌丝土",
firehp = "",
notes = "",
link = "菌丝土",
inheritsReactions = "1",
parent = "rock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "150000",
stainEffect = "",
nameKey = "mat_fungisoil",
},
{
tags = "static,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff0a3344",
hitInto = "",
nameEn = "rock",
liquidSand = "1",
breaktobox2d = "",
herd = "rock_static_intro",
OutBiomes = "坍塌矿场,矿场",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "rock_static_intro.png",
onfire = "0",
lifetime = "",
nameOcn = "岩石",
firehp = "",
notes = "",
link = "岩石",
inheritsReactions = "1",
parent = "rock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "160000",
stainEffect = "",
nameKey = "mat_rock_static_intro",
},
{
tags = "static,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff0abba4",
hitInto = "",
nameEn = "rock",
liquidSand = "1",
breaktobox2d = "",
herd = "rock_static_trip_secret",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "rock_static_trip_secret.png",
onfire = "0",
lifetime = "",
nameOcn = "岩石",
firehp = "",
notes = "",
link = "岩石",
inheritsReactions = "1",
parent = "rock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "160000",
stainEffect = "",
nameKey = "mat_rock_static",
},
{
tags = "static,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff0baab4",
hitInto = "",
nameEn = "rock",
liquidSand = "1",
breaktobox2d = "",
herd = "rock_static_trip_secret2",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "rock_static_trip_secret2.png",
onfire = "0",
lifetime = "",
nameOcn = "岩石",
firehp = "",
notes = "",
link = "岩石",
inheritsReactions = "1",
parent = "rock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "160000",
stainEffect = "",
nameKey = "mat_rock_static",
},
{
tags = "static,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff272224",
hitInto = "",
nameEn = "rock",
liquidSand = "1",
breaktobox2d = "",
herd = "rock_static_purple",
OutBiomes = "巫师巢穴",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "rock_static_purple.png",
onfire = "0",
lifetime = "",
nameOcn = "岩石",
firehp = "",
notes = "",
link = "岩石",
inheritsReactions = "1",
parent = "rock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "160000",
stainEffect = "",
nameKey = "mat_rock_static_intro",
},
{
tags = "static,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff003345",
hitInto = "",
nameEn = "rock",
liquidSand = "1",
breaktobox2d = "",
herd = "rock_static_noedge",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "rock_static_noedge.png",
onfire = "0",
lifetime = "",
nameOcn = "岩石",
firehp = "",
notes = "",
link = "岩石",
inheritsReactions = "1",
parent = "rock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200000",
stainEffect = "",
nameKey = "mat_rock_static_noedge",
},
{
tags = "static,alchemy,solid,earth",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "ff0a3355",
hitInto = "",
nameEn = "rock",
liquidSand = "1",
breaktobox2d = "rock_static_box2d",
herd = "rock_static_intro_breakable",
OutBiomes = "坍塌矿场,矿场",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "rock_static_intro_breakable.png",
onfire = "0",
lifetime = "",
nameOcn = "岩石",
firehp = "",
notes = "",
link = "岩石",
inheritsReactions = "0",
parent = "ice_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_rock_static_intro_breakable",
},
{
tags = "static,alchemy,solid,earth",
type = "static",
durability = "",
cellType = "solid",
wangColor = "ff1a43f4",
hitInto = "",
nameEn = "rock",
liquidSand = "0",
breaktobox2d = "",
herd = "waterrock",
melts = "",
liquidGravity = "",
stickyness = "",
image = "waterrock.png",
onfire = "0",
lifetime = "",
nameOcn = "岩石",
firehp = "",
notes = "",
link = "岩石",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_waterrock",
},
{
tags = "static,corrodible,meltable_to_lava,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff1244a4",
hitInto = "",
nameEn = "grey rock",
liquidSand = "1",
breaktobox2d = "",
herd = "rock_static_grey",
OutBiomes = "塔,发电站,煤矿矿坑",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "rock_static_grey.png",
onfire = "0",
lifetime = "",
nameOcn = "灰色岩石",
firehp = "",
notes = "",
link = "灰色岩石",
inheritsReactions = "1",
parent = "rock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "150000",
stainEffect = "",
nameKey = "mat_rock_static_grey",
},
{
tags = "static,alchemy,meltable_to_lava,corrodible,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff00f344",
hitInto = "",
nameEn = "toxic rock",
liquidSand = "1",
breaktobox2d = "",
herd = "rock_static_radioactive",
OutBiomes = "坍塌矿场,真菌洞穴,矿场,繁茂洞穴",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "rock_static_radioactive.png",
onfire = "0",
lifetime = "",
nameOcn = "附有毒液的岩石",
firehp = "",
notes = "",
link = "绿毒岩石",
inheritsReactions = "1",
parent = "rock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "20000",
stainEffect = "",
nameKey = "mat_rock_static_radioactive",
},
{
tags = "static,alchemy,meltable_to_lava,corrodible,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff659244",
hitInto = "",
nameEn = "Greed-cursed rock",
liquidSand = "1",
breaktobox2d = "",
herd = "rock_static_cursed_green",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "rock_static_cursed_green.png",
onfire = "0",
lifetime = "",
nameOcn = "贪婪诅咒的岩石",
firehp = "",
notes = "",
link = "诅咒岩石",
inheritsReactions = "1",
parent = "rock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "180000",
stainEffect = "",
nameKey = "mat_rock_static_cursed_green",
},
{
tags = "static,alchemy,meltable_to_lava,corrodible,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff00fa44",
hitInto = "",
nameEn = "poisonous rock",
liquidSand = "1",
breaktobox2d = "",
herd = "rock_static_poison",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "rock_static_poison.png",
onfire = "0",
lifetime = "",
nameOcn = "有毒岩石",
firehp = "",
notes = "",
link = "紫毒岩石",
inheritsReactions = "1",
parent = "rock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "20000",
stainEffect = "",
nameKey = "mat_rock_static_poison",
},
{
tags = "static,corrodible",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff7D0067",
hitInto = "",
nameEn = "corrupted rock",
liquidSand = "1",
breaktobox2d = "",
herd = "corruption_static",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "corruption_static.png",
onfire = "0",
lifetime = "",
nameOcn = "崩溃的岩石",
firehp = "",
notes = "",
link = "腐化岩石",
inheritsReactions = "1",
parent = "rock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "20000",
stainEffect = "",
nameKey = "mat_corruption_static",
},
{
tags = "static,alchemy,solid,earth",
type = "static",
durability = "12",
cellType = "liquid",
wangColor = "ff005345",
hitInto = "",
nameEn = "wood",
liquidSand = "1",
breaktobox2d = "",
herd = "wood_tree",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "wood_tree.png",
onfire = "0",
lifetime = "",
nameOcn = "木材",
firehp = "",
notes = "",
link = "木材",
inheritsReactions = "1",
parent = "rock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200000",
stainEffect = "",
nameKey = "mat_wood",
},
{
tags = "static",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "A02F554D",
hitInto = "",
nameEn = "Water",
liquidSand = "0",
breaktobox2d = "",
herd = "water_static",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "water_static.png",
onfire = "0",
lifetime = "",
nameOcn = "水",
firehp = "",
notes = "",
link = "水",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "1",
breakInto = "",
density = "4",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_water_static",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "14",
cellType = "liquid",
wangColor = "ff026C05",
hitInto = "",
nameEn = "hell rock",
liquidSand = "1",
breaktobox2d = "",
herd = "the_end",
OutBiomes = "塔,伟大之作",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "the_end.png",
onfire = "0",
lifetime = "",
nameOcn = "地狱岩",
firehp = "",
notes = "不是末地石(",
link = "地狱岩",
inheritsReactions = "1",
parent = "templebrick_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "100000",
stainEffect = "",
nameKey = "mat_the_end",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "14",
cellType = "liquid",
wangColor = "ff00a344",
hitInto = "",
nameEn = "hell rock",
liquidSand = "1",
breaktobox2d = "",
herd = "skullrock",
OutBiomes = "塔,伟大之作",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "skullrock.png",
onfire = "0",
lifetime = "",
nameOcn = "地狱岩",
firehp = "",
notes = "",
link = "地狱岩",
inheritsReactions = "1",
parent = "the_end",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200000",
stainEffect = "",
nameKey = "mat_skullrock",
},
{
tags = "static,alchemy,solid,earth",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "888BFF80",
hitInto = "",
nameEn = "hell slime",
liquidSand = "0",
breaktobox2d = "",
herd = "endslime_static",
melts = "",
liquidGravity = "1.0",
stickyness = "0.7",
image = "endslime_static.png",
onfire = "0",
lifetime = "",
nameOcn = "地狱粘液",
firehp = "",
notes = "",
link = "地狱黏液",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "1",
breakInto = "",
density = "4",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.1}}",
hardness = "",
stainEffect = "",
nameKey = "mat_endslime_static",
},
{
tags = "static,alchemy,solid,earth,food",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "88E8BD5C",
hitInto = "",
nameEn = "slime",
liquidSand = "0",
breaktobox2d = "",
herd = "slime_static",
melts = "",
liquidGravity = "1.0",
stickyness = "1.0",
image = "slime_static.png",
onfire = "0",
lifetime = "",
nameOcn = "粘液",
firehp = "",
notes = "",
link = "黏液",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "1",
breakInto = "",
density = "4",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.1}}",
hardness = "",
stainEffect = "",
nameKey = "mat_slime_static",
},
{
tags = "static,alchemy,solid,burnable,earth,fungus",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "ffE8BDCB",
hitInto = "",
nameEn = "blue fungus",
liquidSand = "0",
breaktobox2d = "",
herd = "spore_pod_stalk",
melts = "",
liquidGravity = "1.0",
stickyness = "0.5",
image = "spore_pod_stalk.png",
onfire = "0",
lifetime = "",
nameOcn = "蓝色真菌",
firehp = "",
notes = "",
link = "真菌",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "1",
breakInto = "",
density = "4",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.1}}",
hardness = "",
stainEffect = "",
nameKey = "mat_bluefungi_static",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "14",
cellType = "liquid",
wangColor = "ff6F5439",
hitInto = "",
nameEn = "brickwork",
liquidSand = "1",
breaktobox2d = "",
herd = "templerock_static",
OutBiomes = "坍塌矿场,矿场",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "templerock_static.png",
onfire = "0",
lifetime = "",
nameOcn = "砖块",
firehp = "",
notes = "",
link = "砖块",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_templerock_static",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "14",
cellType = "liquid",
wangColor = "ff786C42",
hitInto = "",
nameEn = "brickwork",
liquidSand = "1",
breaktobox2d = "",
herd = "templebrick_static",
OutBiomes = "坍塌矿场,矿场,金字塔,艺之神殿,神圣之山",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "templebrick_static.png",
onfire = "0",
lifetime = "",
nameOcn = "砖块",
firehp = "",
notes = "",
link = "砖块",
inheritsReactions = "1",
parent = "templerock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000000",
stainEffect = "",
nameKey = "mat_templebrick_static",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "9",
cellType = "liquid",
wangColor = "ff9e8438",
hitInto = "",
nameEn = "brickwork",
liquidSand = "1",
breaktobox2d = "",
herd = "templebrick_static_broken",
OutBiomes = "艺之神殿",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "templebrick_static_broken.png",
onfire = "0",
lifetime = "",
nameOcn = "砖块",
firehp = "",
notes = "",
link = "砖块",
inheritsReactions = "1",
parent = "templerock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "80000",
stainEffect = "",
nameKey = "mat_templebrick_static",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "11",
cellType = "liquid",
wangColor = "ffaf9f6a",
hitInto = "",
nameEn = "brickwork",
liquidSand = "1",
breaktobox2d = "",
herd = "templebrick_static_soft",
OutBiomes = "席西基地",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "templebrick_static_soft.png",
onfire = "0",
lifetime = "",
nameOcn = "砖块",
firehp = "",
notes = "",
link = "砖块",
inheritsReactions = "1",
parent = "templerock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "80000",
stainEffect = "",
nameKey = "mat_templebrick_static",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "14",
cellType = "liquid",
wangColor = "ff786C44",
hitInto = "",
nameEn = "brickwork",
liquidSand = "1",
breaktobox2d = "",
herd = "templebrick_noedge_static",
OutBiomes = "坍塌矿场,积雪深渊,矿场,煤矿矿坑",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "templebrick_noedge_static.png",
onfire = "0",
lifetime = "",
nameOcn = "砖块",
firehp = "",
notes = "",
link = "砖块",
inheritsReactions = "1",
parent = "templerock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000000",
stainEffect = "",
nameKey = "mat_templebrick_noedge_static",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff6A54A9",
hitInto = "",
nameEn = "brickwork",
liquidSand = "1",
breaktobox2d = "",
herd = "templerock_soft",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "templerock_soft.png",
onfire = "0",
lifetime = "",
nameOcn = "砖块",
firehp = "",
notes = "",
link = "砖块",
inheritsReactions = "1",
parent = "templerock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_templerock_static",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "14",
cellType = "liquid",
wangColor = "ff646C58",
hitInto = "",
nameEn = "brickwork",
liquidSand = "1",
breaktobox2d = "",
herd = "templebrick_thick_static",
OutBiomes = "金字塔,艺之神殿",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "templebrick_thick_static.png",
onfire = "0",
lifetime = "",
nameOcn = "砖块",
firehp = "",
notes = "",
link = "砖块",
inheritsReactions = "1",
parent = "templebrick_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "100000",
stainEffect = "",
nameKey = "mat_templebrick_thick_static",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "14",
cellType = "liquid",
wangColor = "ff606C5A",
hitInto = "",
nameEn = "brickwork",
liquidSand = "1",
breaktobox2d = "",
herd = "templebrick_thick_static_noedge",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "templebrick_thick_static_noedge.png",
onfire = "0",
lifetime = "",
nameOcn = "砖块",
firehp = "",
notes = "",
link = "砖块",
inheritsReactions = "1",
parent = "templebrick_thick_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "100000",
stainEffect = "",
nameKey = "mat_templebrick_thick_static",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff947059",
hitInto = "",
nameEn = "brickwork",
liquidSand = "1",
breaktobox2d = "",
herd = "templeslab_static",
OutBiomes = "亨克瓦神庙,魔法神殿,奇威神庙,不祥神庙,贫瘠神庙,瞭望塔",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "templeslab_static.png",
onfire = "0",
lifetime = "",
nameOcn = "砖块",
firehp = "",
notes = "",
link = "砖块",
inheritsReactions = "1",
parent = "templebrick_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "100000",
stainEffect = "",
nameKey = "mat_templeslab_static",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff846049",
hitInto = "",
nameEn = "brickwork",
liquidSand = "1",
breaktobox2d = "",
herd = "templeslab_crumbling_static",
OutBiomes = "亨克瓦神庙,魔法神殿,奇威神庙,不祥神庙,贫瘠神庙,瞭望塔",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "templeslab_crumbling_static.png",
onfire = "0",
lifetime = "",
nameOcn = "砖块",
firehp = "",
notes = "",
link = "砖块",
inheritsReactions = "1",
parent = "templeslab_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "100000",
stainEffect = "",
nameKey = "mat_templeslab_crumbling_static",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff5B5047",
hitInto = "",
nameEn = "brickwork",
liquidSand = "1",
breaktobox2d = "",
herd = "templebrickdark_static",
OutBiomes = "魔球房间,金字塔,艺之神殿,塔,废弃炼金实验室,王座室,伟大之作,遗忘洞穴",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "templebrickdark_static.png",
onfire = "0",
lifetime = "",
nameOcn = "砖块",
firehp = "",
notes = "",
link = "砖块",
inheritsReactions = "1",
parent = "templerock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200000",
stainEffect = "",
nameKey = "mat_templebrickdark_static",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "14",
cellType = "liquid",
wangColor = "ff78AC42",
hitInto = "",
nameEn = "brickwork",
liquidSand = "1",
breaktobox2d = "",
herd = "templebrick_red",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "templebrick_red.png",
onfire = "0",
lifetime = "",
nameOcn = "砖块",
firehp = "",
notes = "",
link = "砖块",
inheritsReactions = "1",
parent = "templerock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200000",
stainEffect = "",
nameKey = "mat_templebrick_red",
},
{
tags = "corrodible,burnable,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff41AF41",
hitInto = "",
nameEn = "brick wall",
liquidSand = "1",
breaktobox2d = "",
herd = "creepy_liquid_emitter",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "creepy_liquid_emitter.png",
onfire = "0",
lifetime = "",
nameOcn = "砖墙",
firehp = "10000",
notes = "",
link = "砖墙",
inheritsReactions = "1",
parent = "wood_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "11",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "2000",
stainEffect = "",
nameKey = "mat_creepy_liquid_emitter",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "14",
cellType = "liquid",
wangColor = "ff786C45",
hitInto = "",
nameEn = "mossy brickwork",
liquidSand = "1",
breaktobox2d = "",
herd = "templebrick_moss_static",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "templebrick_moss_static.png",
onfire = "0",
lifetime = "",
nameOcn = "苔砖块",
firehp = "",
notes = "",
link = "砖块",
inheritsReactions = "1",
parent = "templerock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_templebrick_moss_static",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "14",
cellType = "liquid",
wangColor = "ff5e9ab5",
hitInto = "",
nameEn = "Diamond brickwork",
liquidSand = "1",
breaktobox2d = "",
herd = "templebrick_diamond_static",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "templebrick_diamond_static.png",
onfire = "0",
lifetime = "",
nameOcn = "钻石砖块",
firehp = "",
notes = "",
link = "钻石砖块",
inheritsReactions = "1",
parent = "templerock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200000",
stainEffect = "",
nameKey = "mat_templebrick_diamond_static",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "14",
cellType = "liquid",
wangColor = "ff78cace",
hitInto = "",
nameEn = "Ruined brick wall",
liquidSand = "1",
breaktobox2d = "",
herd = "templebrick_static_ruined",
OutBiomes = "古代实验室",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "templebrick_static_ruined.png",
onfire = "0",
lifetime = "",
nameOcn = "残破砖墙",
firehp = "",
notes = "",
link = "残破砖块",
inheritsReactions = "1",
parent = "templerock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_templebrick_static_ruined",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "14",
cellType = "liquid",
wangColor = "ffAAF06E",
hitInto = "",
nameEn = "glowing stone",
liquidSand = "1",
breaktobox2d = "",
herd = "glowstone",
OutBiomes = "矿场",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "glowstone.png",
onfire = "0",
lifetime = "",
nameOcn = "发光石",
firehp = "",
notes = "",
link = "发光石",
inheritsReactions = "1",
parent = "templerock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "40000",
stainEffect = "",
nameKey = "mat_glowstone",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "14",
cellType = "liquid",
wangColor = "ffffc931",
hitInto = "",
nameEn = "glowing stone",
liquidSand = "1",
breaktobox2d = "",
herd = "glowstone_altar",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "glowstone_altar.png",
onfire = "0",
lifetime = "",
nameOcn = "发光石",
firehp = "",
notes = "",
link = "发光石",
inheritsReactions = "1",
parent = "templerock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "40000",
stainEffect = "",
nameKey = "mat_glowstone_altar",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "14",
cellType = "liquid",
wangColor = "ffffc932",
hitInto = "",
nameEn = "glowing stone",
liquidSand = "1",
breaktobox2d = "",
herd = "glowstone_altar_hdr",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "glowstone_altar_hdr.png",
onfire = "0",
lifetime = "",
nameOcn = "发光石",
firehp = "",
notes = "",
link = "发光石",
inheritsReactions = "1",
parent = "templerock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "40000",
stainEffect = "",
nameKey = "mat_glowstone_altar",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "14",
cellType = "liquid",
wangColor = "ffA3F06E",
hitInto = "",
nameEn = "glowing stone",
liquidSand = "1",
breaktobox2d = "",
herd = "glowstone_potion",
OutBiomes = "矿场",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "glowstone_potion.png",
onfire = "0",
lifetime = "",
nameOcn = "发光石",
firehp = "",
notes = "",
link = "发光石",
inheritsReactions = "1",
parent = "templerock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "40000",
stainEffect = "",
nameKey = "mat_glowstone_potion",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ffb07e13",
hitInto = "",
nameEn = "Fool's gold",
liquidSand = "1",
breaktobox2d = "",
herd = "templebrick_golden_static",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "templebrick_golden_static.png",
onfire = "0",
lifetime = "",
nameOcn = "愚人的黄金",
firehp = "",
notes = "",
link = "愚人的黄金",
inheritsReactions = "1",
parent = "templerock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200000",
stainEffect = "",
nameKey = "mat_templebrick_golden_static",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff4c4356",
hitInto = "",
nameEn = "Odd brickwork",
liquidSand = "1",
breaktobox2d = "",
herd = "wizardstone",
OutBiomes = "巫师巢穴",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "wizardstone.png",
onfire = "0",
lifetime = "",
nameOcn = "奇特的砖块",
firehp = "",
notes = "",
link = "砖块",
inheritsReactions = "1",
parent = "templerock_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "120000",
stainEffect = "",
nameKey = "mat_wizardstone",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "ff5F2621",
hitInto = "lavasand",
nameEn = "volcanic rock",
liquidSand = "1",
breaktobox2d = "",
herd = "lavarock_static",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "lavarock_static.png",
onfire = "0",
lifetime = "",
nameOcn = "火山岩",
firehp = "",
notes = "因为一些未知的原因,击中为不会生效",
link = "火山岩",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "90000",
stainEffect = "",
nameKey = "mat_lavarock_static",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "ff1D1010",
hitInto = "",
nameEn = "meteorite",
liquidSand = "1",
breaktobox2d = "",
herd = "meteorite_static",
OutBiomes = "坍塌矿场,矿场",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "meteorite_static.png",
onfire = "0",
lifetime = "",
nameOcn = "陨石",
firehp = "",
notes = "",
link = "陨石(材料)",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_meteorite_static",
},
{
tags = "static,corrodible,rust,alchemy,meltable_metal_generic,solid,earth",
type = "static",
durability = "12",
cellType = "liquid",
wangColor = "ff404041",
hitInto = "",
nameEn = "steel",
liquidSand = "1",
breaktobox2d = "",
herd = "steel_static",
OutBiomes = "坍塌矿场,真菌洞穴,积雪深渊,矿场,席西基地",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "steel_static.png",
onfire = "0",
lifetime = "",
nameOcn = "钢",
firehp = "",
notes = "",
link = "钢",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "130000",
stainEffect = "",
nameKey = "mat_steel_static",
},
{
tags = "static,corrodible,rust,alchemy,meltable_metal_generic,solid,earth",
type = "static",
durability = "11",
cellType = "liquid",
wangColor = "ff787A55",
hitInto = "",
nameEn = "rusted steel",
liquidSand = "1",
breaktobox2d = "",
herd = "steelmoss_static",
OutBiomes = "矿场,地下丛林,避难所,路奇巢穴",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "steelmoss_static.png",
onfire = "0",
lifetime = "",
nameOcn = "锈蚀的钢",
firehp = "",
notes = "也许是nolla打错了,这个应该叫苔钢才对",
link = "锈蚀的钢",
inheritsReactions = "1",
parent = "steel_static",
nameFi = "",
conductive = "1",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "130000",
stainEffect = "",
nameKey = "mat_steelrusted",
},
{
tags = "static,corrodible,rust,alchemy,meltable_metal_generic,solid,earth",
type = "static",
durability = "11",
cellType = "liquid",
wangColor = "ff904F3A",
hitInto = "",
nameEn = "rusted steel",
liquidSand = "1",
breaktobox2d = "",
herd = "steel_rusted_no_holes",
OutBiomes = "矿场,避难所",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "steel_rusted_no_holes.png",
onfire = "0",
lifetime = "",
nameOcn = "锈蚀的钢",
firehp = "",
notes = "",
link = "锈蚀的钢",
inheritsReactions = "1",
parent = "steelmoss_static",
nameFi = "",
conductive = "1",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "130000",
stainEffect = "",
nameKey = "mat_steelrusted",
},
{
tags = "static,corrodible,rust,alchemy,meltable_metal_generic,solid,earth",
type = "static",
durability = "13",
cellType = "liquid",
wangColor = "ff9B4A3F",
hitInto = "",
nameEn = "dense steel",
liquidSand = "1",
breaktobox2d = "",
herd = "steel_grey_static",
OutBiomes = "发电站",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "steel_grey_static.png",
onfire = "0",
lifetime = "",
nameOcn = "高密度钢",
firehp = "",
notes = "",
link = "高密度钢",
inheritsReactions = "1",
parent = "steelmoss_static",
nameFi = "",
conductive = "1",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "900000",
stainEffect = "",
nameKey = "mat_steel_static_strong",
},
{
tags = "static,corrodible,rust,alchemy,meltable_metal_generic,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff787B34",
hitInto = "",
nameEn = "Frozen steel",
liquidSand = "1",
breaktobox2d = "",
herd = "steelfrost_static",
OutBiomes = "冻结避难所",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "steelfrost_static.png",
onfire = "0",
lifetime = "",
nameOcn = "冻结的钢",
firehp = "",
notes = "",
link = "冻结的钢",
inheritsReactions = "1",
parent = "steel_static",
nameFi = "",
conductive = "1",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "130000",
stainEffect = "",
nameKey = "mat_steelfrost_static",
},
{
tags = "static,corrodible,rust,alchemy,meltable_metal_generic,solid,earth",
type = "static",
durability = "12",
cellType = "liquid",
wangColor = "ff787A85",
hitInto = "",
nameEn = "mossy steel",
liquidSand = "1",
breaktobox2d = "",
herd = "steelmoss_slanted",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "steelmoss_slanted.png",
onfire = "0",
lifetime = "",
nameOcn = "苔钢",
firehp = "",
notes = "",
link = "苔钢",
inheritsReactions = "1",
parent = "steel_static",
nameFi = "",
conductive = "1",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "130000",
stainEffect = "",
nameKey = "mat_steelmoss_slanted",
},
{
tags = "static,corrodible,rust,alchemy,meltable_metal_generic,solid,earth",
type = "static",
durability = "12",
cellType = "liquid",
wangColor = "ff646455",
hitInto = "",
nameEn = "smoking steel",
liquidSand = "1",
breaktobox2d = "",
herd = "steelsmoke_static",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "steelsmoke_static.png",
onfire = "0",
lifetime = "",
nameOcn = "冒烟的钢",
firehp = "",
notes = "",
link = "冒烟的钢",
inheritsReactions = "1",
parent = "steel_static",
nameFi = "",
conductive = "1",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "130000",
stainEffect = "",
nameKey = "mat_steelsmoke_static",
},
{
tags = "static,corrodible,rust,alchemy,meltable_metal_generic,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff64c455",
hitInto = "",
nameEn = "metal pipe",
liquidSand = "1",
breaktobox2d = "",
herd = "steelpipe_static",
OutBiomes = "冻结避难所,避难所",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "steelpipe_static.png",
onfire = "0",
lifetime = "",
nameOcn = "钢管",
firehp = "",
notes = "",
link = "钢管",
inheritsReactions = "1",
parent = "steel_static",
nameFi = "",
conductive = "1",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "90000",
stainEffect = "",
nameKey = "mat_steelpipe_static",
},
{
tags = "static,alchemy,solid,earth",
type = "static",
durability = "12",
cellType = "liquid",
wangColor = "ff404a41",
hitInto = "",
nameEn = "dense steel",
liquidSand = "1",
breaktobox2d = "",
herd = "steel_static_strong",
OutBiomes = "席西基地,避难所",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "steel_static_strong.png",
onfire = "0",
lifetime = "",
nameOcn = "高密度钢",
firehp = "",
notes = "不是灰色的,好奇怪(",
link = "高密度钢",
inheritsReactions = "1",
parent = "steel_static",
nameFi = "",
conductive = "1",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "130000",
stainEffect = "",
nameKey = "mat_steel_static_strong",
},
{
tags = "static,alchemy,corrodible,solid,earth",
type = "static",
durability = "12",
cellType = "liquid",
wangColor = "ff404F50",
hitInto = "",
nameEn = "hardened steel",
liquidSand = "1",
breaktobox2d = "",
herd = "steel_static_unmeltable",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "steel_static_unmeltable.png",
onfire = "0",
lifetime = "",
nameOcn = "硬化钢",
firehp = "",
notes = "",
link = "硬化钢",
inheritsReactions = "1",
parent = "steel_static",
nameFi = "",
conductive = "1",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "130000",
stainEffect = "",
nameKey = "mat_steel_static_unmeltable",
},
{
tags = "static,corrodible,meltable_to_lava,alchemy,solid,earth",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "ff145014",
hitInto = "",
nameEn = "glowing matter",
liquidSand = "1",
breaktobox2d = "",
herd = "rock_static_glow",
OutBiomes = "矿场",
melts = "",
liquidGravity = "",
stickyness = "",
image = "rock_static_glow.png",
onfire = "0",
lifetime = "",
nameOcn = "发光物质",
firehp = "",
notes = "",
link = "发光物质",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "60000",
stainEffect = "",
nameKey = "mat_rock_static_glow",
},
{
tags = "static,corrodible,frozen,meltable_to_water,alchemy,solid",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "ffEBEBEC",
hitInto = "",
nameEn = "packed snow",
liquidSand = "1",
breaktobox2d = "",
herd = "snow_static",
OutBiomes = "积雪深渊,席西基地,冻结避难所,塔,积雪峡谷,落雪荒原",
melts = "water",
liquidGravity = "0.5",
stickyness = "",
image = "snow_static.png",
onfire = "0",
lifetime = "",
nameOcn = "压实的雪",
firehp = "",
notes = "",
link = "雪",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_snow_static",
},
{
tags = "static,corrodible,frozen,meltable_to_water,alchemy,solid",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "ffCFF7C8",
hitInto = "",
nameEn = "ice",
liquidSand = "1",
breaktobox2d = "ice_glass",
herd = "ice_static",
OutBiomes = "积雪深渊,席西基地,冻结避难所,塔,积雪峡谷,贫瘠神庙",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "ice_static.png",
onfire = "0",
lifetime = "",
nameOcn = "寒冰",
firehp = "",
notes = "",
link = "冰",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_ice_static",
},
{
tags = "static,alchemy,meltable_to_blood,solid",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "ffcb7070",
hitInto = "",
nameEn = "frozen blood",
liquidSand = "1",
breaktobox2d = "ice_blood_glass",
herd = "ice_blood_static",
melts = "blood",
liquidGravity = "0.5",
stickyness = "",
image = "ice_blood_static.png",
onfire = "0",
lifetime = "",
nameOcn = "冻结的血",
firehp = "",
notes = "",
link = "血液",
inheritsReactions = "0",
parent = "ice_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "20000",
stainEffect = "",
nameKey = "mat_ice_blood_static",
},
{
tags = "static,alchemy,meltable_to_slime,solid",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "ffcba270",
hitInto = "",
nameEn = "Frozen slime",
liquidSand = "1",
breaktobox2d = "ice_slime_glass",
herd = "ice_slime_static",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "ice_slime_static.png",
onfire = "0",
lifetime = "",
nameOcn = "冻结的粘液",
firehp = "",
notes = "",
link = "黏液",
inheritsReactions = "0",
parent = "ice_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "20000",
stainEffect = "",
nameKey = "mat_ice_slime_static",
},
{
tags = "static,corrodible,frozen,meltable_to_acid,alchemy,solid",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "ffCFFFC8",
hitInto = "",
nameEn = "frozen acid",
liquidSand = "1",
breaktobox2d = "ice_acid_glass",
herd = "ice_acid_static",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "ice_acid_static.png",
onfire = "0",
lifetime = "",
nameOcn = "冻结的酸液",
firehp = "",
notes = "",
link = "酸液",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_ice_acid_static",
},
{
tags = "static,corrodible,frozen,meltable_to_cold,alchemy,solid",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "ffAFFFC8",
hitInto = "",
nameEn = "ice",
liquidSand = "1",
breaktobox2d = "ice_cold_glass",
herd = "ice_cold_static",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "ice_cold_static.png",
onfire = "0",
lifetime = "",
nameOcn = "寒冰",
firehp = "",
notes = "",
link = "冰冻液体",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_ice_cold_static",
},
{
tags = "static,corrodible,frozen,meltable_to_radioactive,alchemy,solid",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "ffBFFFC8",
hitInto = "",
nameEn = "toxic ice",
liquidSand = "1",
breaktobox2d = "ice_radioactive_glass",
herd = "ice_radioactive_static",
OutBiomes = "冻结避难所",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "ice_radioactive_static.png",
onfire = "0",
lifetime = "",
nameOcn = "毒冰",
firehp = "",
notes = "",
link = "毒性淤泥",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_ice_radioactive_static",
},
{
tags = "static,corrodible,frozen,meltable_to_poison,alchemy,solid",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "ffba2de0",
hitInto = "",
nameEn = "Frozen poison",
liquidSand = "1",
breaktobox2d = "ice_poison_glass",
herd = "ice_poison_static",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "ice_poison_static.png",
onfire = "0",
lifetime = "",
nameOcn = "冻结的毒液",
firehp = "",
notes = "",
link = "紫色毒液",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_ice_poison_static",
},
{
tags = "static,corrodible,frozen,meltable_to_lava,alchemy,solid,earth",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "ffCF1FC8",
hitInto = "",
nameEn = "ice",
liquidSand = "1",
breaktobox2d = "meteorite_crackable",
herd = "ice_meteor_static",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "ice_meteor_static.png",
onfire = "0",
lifetime = "",
nameOcn = "寒冰",
firehp = "",
notes = "",
link = "陨石(材料)",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_ice_meteor_static",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "ffCFF7C5",
hitInto = "",
nameEn = "neon tube",
liquidSand = "1",
breaktobox2d = "tube_physics",
herd = "tubematerial",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "tubematerial.png",
onfire = "0",
lifetime = "",
nameOcn = "霓虹灯",
firehp = "",
notes = "",
link = "霓虹灯",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_tubematerial",
},
{
tags = "static,alchemy,solid,earth",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "ffa16065",
hitInto = "",
nameEn = "glass",
liquidSand = "1",
breaktobox2d = "glass_brittle",
herd = "glass_static",
OutBiomes = "席西基地,避难所",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "glass_static.png",
onfire = "0",
lifetime = "",
nameOcn = "玻璃",
firehp = "",
notes = "",
link = "玻璃",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_glass_static",
},
{
tags = "box2d,static,meltable_to_water,alchemy,solid,cold",
type = "static",
durability = "",
cellType = "solid",
wangColor = "ffaedde3",
hitInto = "ice_static",
nameEn = "ice",
liquidSand = "0",
breaktobox2d = "",
herd = "ice_glass",
melts = "water",
liquidGravity = "",
stickyness = "",
image = "ice_glass.png",
onfire = "0",
lifetime = "",
nameOcn = "寒冰",
firehp = "",
notes = "",
link = "冰",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_ice_glass",
},
{
tags = "box2d,static,meltable_to_lava,alchemy,solid,earth",
type = "static",
durability = "",
cellType = "solid",
wangColor = "ff413F42",
hitInto = "ice_static",
nameEn = "neon tube",
liquidSand = "0",
breaktobox2d = "",
herd = "tube_physics",
melts = "water",
liquidGravity = "",
stickyness = "",
image = "tube_physics.png",
onfire = "0",
lifetime = "",
nameOcn = "霓虹灯",
firehp = "",
notes = "",
link = "霓虹灯",
inheritsReactions = "1",
parent = "ice_glass",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_tube_physics",
},
{
tags = "static,meltable_to_acid,alchemy,solid,cold",
type = "static",
durability = "",
cellType = "solid",
wangColor = "ff41FF42",
hitInto = "ice_acid_static",
nameEn = "frozen acid",
liquidSand = "0",
breaktobox2d = "",
herd = "ice_acid_glass",
melts = "water",
liquidGravity = "",
stickyness = "",
image = "ice_acid_glass.png",
onfire = "0",
lifetime = "",
nameOcn = "冻结的酸液",
firehp = "",
notes = "",
link = "酸液",
inheritsReactions = "1",
parent = "ice_glass",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_ice_acid_glass",
},
{
tags = "static,meltable_to_cold,alchemy,solid,cold",
type = "static",
durability = "",
cellType = "solid",
wangColor = "ffA1FF42",
hitInto = "ice_cold_static",
nameEn = "ice",
liquidSand = "0",
breaktobox2d = "",
herd = "ice_cold_glass",
melts = "water",
liquidGravity = "",
stickyness = "",
image = "ice_cold_glass.png",
onfire = "0",
lifetime = "",
nameOcn = "寒冰",
firehp = "",
notes = "",
link = "冰冻液体",
inheritsReactions = "1",
parent = "ice_glass",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_ice_cold_glass",
},
{
tags = "static,meltable_to_radioactive,alchemy,solid,cold",
type = "static",
durability = "",
cellType = "solid",
wangColor = "ffB1FF42",
hitInto = "ice_radioactive_static",
nameEn = "toxic ice",
liquidSand = "0",
breaktobox2d = "",
herd = "ice_radioactive_glass",
melts = "water",
liquidGravity = "",
stickyness = "",
image = "ice_radioactive_glass.png",
onfire = "0",
lifetime = "",
nameOcn = "毒冰",
firehp = "",
notes = "",
link = "毒性淤泥",
inheritsReactions = "1",
parent = "ice_glass",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_ice_radioactive_glass",
},
{
tags = "static,meltable_to_poison,alchemy,solid,cold",
type = "static",
durability = "",
cellType = "solid",
wangColor = "ffbc3ae0",
hitInto = "ice_poison_static",
nameEn = "Frozen poison",
liquidSand = "0",
breaktobox2d = "",
herd = "ice_poison_glass",
melts = "water",
liquidGravity = "",
stickyness = "",
image = "ice_poison_glass.png",
onfire = "0",
lifetime = "",
nameOcn = "冻结的毒液",
firehp = "",
notes = "",
link = "紫色毒液",
inheritsReactions = "1",
parent = "ice_glass",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_ice_poison_glass",
},
{
tags = "static,meltable_to_blood,alchemy,solid,cold",
type = "static",
durability = "",
cellType = "solid",
wangColor = "ffbc40e2",
hitInto = "ice_blood_static",
nameEn = "Frozen blood",
liquidSand = "0",
breaktobox2d = "",
herd = "ice_blood_glass",
melts = "blood",
liquidGravity = "",
stickyness = "",
image = "ice_blood_glass.png",
onfire = "0",
lifetime = "",
nameOcn = "冻结的血",
firehp = "",
notes = "",
link = "血液",
inheritsReactions = "1",
parent = "ice_glass",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_ice_blood_glass",
},
{
tags = "static,meltable_to_slime,alchemy,solid,cold",
type = "static",
durability = "",
cellType = "solid",
wangColor = "ffbc10e2",
hitInto = "ice_slime_static",
nameEn = "Frozen slime",
liquidSand = "0",
breaktobox2d = "",
herd = "ice_slime_glass",
melts = "slime",
liquidGravity = "",
stickyness = "",
image = "ice_slime_glass.png",
onfire = "0",
lifetime = "",
nameOcn = "冻结的粘液",
firehp = "",
notes = "",
link = "黏液",
inheritsReactions = "1",
parent = "ice_glass",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "ice_slime_static",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_ice_slime_glass",
},
{
tags = "static,meltable_to_water,alchemy,solid,cold",
type = "static",
durability = "",
cellType = "solid",
wangColor = "ffaedde5",
hitInto = "ice_static",
nameEn = "ice",
liquidSand = "0",
breaktobox2d = "ice_static",
herd = "ice_glass_b2",
melts = "water",
liquidGravity = "",
stickyness = "",
image = "ice_glass_b2.png",
onfire = "0",
lifetime = "",
nameOcn = "寒冰",
firehp = "",
notes = "",
link = "冰",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_ice_glass_b2",
},
{
tags = "static,alchemy,solid,earth",
type = "static",
durability = "",
cellType = "solid",
wangColor = "ffaeddd3",
hitInto = "glass_static",
nameEn = "brittle glass",
liquidSand = "0",
breaktobox2d = "",
herd = "glass_brittle",
melts = "",
liquidGravity = "",
stickyness = "",
image = "glass_brittle.png",
onfire = "0",
lifetime = "",
nameOcn = "易碎玻璃",
firehp = "",
notes = "",
link = "玻璃",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_glass_brittle",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "ffDBDBDC",
hitInto = "",
nameEn = "frozen rock",
liquidSand = "1",
breaktobox2d = "",
herd = "snowrock_static",
OutBiomes = "积雪深渊,席西基地,冻结避难所,塔,积雪峡谷,落雪荒原",
melts = "",
liquidGravity = "",
stickyness = "",
image = "snowrock_static.png",
onfire = "0",
lifetime = "",
nameOcn = "冻结岩石",
firehp = "",
notes = "",
link = "冻结岩石",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "70000",
stainEffect = "",
nameKey = "mat_snowrock_static",
},
{
tags = "static,corrodible,meltable_to_lava,alchemy,solid,earth",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "ff767677",
hitInto = "",
nameEn = "concrete",
liquidSand = "1",
breaktobox2d = "",
herd = "concrete_static",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "concrete_static.png",
onfire = "0",
lifetime = "",
nameOcn = "混凝土",
firehp = "",
notes = "",
link = "水泥",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_concrete_static",
},
{
tags = "corrodible,burnable,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff413F24",
hitInto = "",
nameEn = "wood",
liquidSand = "1",
breaktobox2d = "",
herd = "wood_static",
OutBiomes = "坍塌矿场,真菌洞穴,积雪深渊,矿场,席西基地,艺之神殿,地下丛林,巫师巢穴,煤矿矿坑",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "wood_static.png",
onfire = "0",
lifetime = "",
nameOcn = "木材",
firehp = "600",
notes = "",
link = "木材",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "11",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "2000",
stainEffect = "",
nameKey = "mat_wood_static",
},
{
tags = "corrodible,burnable,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff413F3A",
hitInto = "",
nameEn = "wood",
liquidSand = "1",
breaktobox2d = "",
herd = "wood_static_vertical",
OutBiomes = "坍塌矿场,矿场,煤矿矿坑",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "wood_static_vertical.png",
onfire = "0",
lifetime = "",
nameOcn = "木材",
firehp = "600",
notes = "",
link = "木材",
inheritsReactions = "1",
parent = "wood_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "11",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "2000",
stainEffect = "",
nameKey = "mat_wood_static_vertical",
},
{
tags = "corrodible,burnable,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff413F43",
hitInto = "",
nameEn = "wood",
liquidSand = "1",
breaktobox2d = "",
herd = "wood_burns_forever",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "wood_burns_forever.png",
onfire = "0",
lifetime = "",
nameOcn = "木材",
firehp = "99999999",
notes = "",
link = "木材",
inheritsReactions = "1",
parent = "wood_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "11",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "2000",
stainEffect = "",
nameKey = "mat_wood_static",
},
{
tags = "corrodible,burnable,alchemy,solid,earth",
type = "static",
durability = "4",
cellType = "liquid",
wangColor = "ff412D41",
hitInto = "",
nameEn = "vine",
liquidSand = "1",
breaktobox2d = "",
herd = "root_growth",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "root_growth.png",
onfire = "0",
lifetime = "",
nameOcn = "藤蔓",
firehp = "50",
notes = "",
link = "藤蔓",
inheritsReactions = "1",
parent = "wood_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "11",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "100",
stainEffect = "",
nameKey = "mat_root",
},
{
tags = "corrodible,burnable,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff413F41",
hitInto = "",
nameEn = "damp wood",
liquidSand = "1",
breaktobox2d = "",
herd = "wood_static_wet",
OutBiomes = "积雪深渊,矿场,地下丛林",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "wood_static_wet.png",
onfire = "0",
lifetime = "",
nameOcn = "潮湿木材",
firehp = "12000",
notes = "",
link = "潮湿木材",
inheritsReactions = "1",
parent = "wood_static",
nameFi = "",
conductive = "1",
liquidStatic = "1",
breakInto = "",
density = "11",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "2000",
stainEffect = "",
nameKey = "mat_wood_static_wet",
},
{
tags = "corrodible,burnable,alchemy,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff414F41",
hitInto = "",
nameEn = "pressurized wood",
liquidSand = "1",
breaktobox2d = "",
herd = "wood_static_gas",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "wood_static_gas.png",
onfire = "0",
lifetime = "",
nameOcn = "耐压木材",
firehp = "300",
notes = "",
link = "耐压木材",
inheritsReactions = "1",
parent = "wood_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "11",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "2000",
stainEffect = "",
nameKey = "mat_wood_static_gas",
},
{
tags = "static,corrodible,meltable_to_lava,alchemy,solid,earth",
type = "static",
durability = "5",
cellType = "liquid",
wangColor = "ffF3CD67",
hitInto = "",
nameEn = "cheese",
liquidSand = "1",
breaktobox2d = "",
herd = "cheese_static",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "cheese_static.png",
onfire = "0",
lifetime = "",
nameOcn = "奶酪",
firehp = "",
notes = "",
link = "奶酪",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "5",
burnable = "0",
freezes = "",
biomes = "奶酪月,暗月",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_cheese_static",
},
{
tags = "corrodible,alchemy,gold,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff4AAF41",
hitInto = "",
nameEn = "gold vein",
liquidSand = "1",
breaktobox2d = "",
herd = "gold_static",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "gold_static.png",
onfire = "0",
lifetime = "",
nameOcn = "金矿矿脉",
firehp = "10000",
notes = "",
link = "金矿矿脉",
inheritsReactions = "1",
parent = "wood_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "11",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "2000",
stainEffect = "",
nameKey = "mat_gold_static",
},
{
tags = "corrodible,alchemy,gold,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff4AAF45",
hitInto = "",
nameEn = "toxic gold",
liquidSand = "1",
breaktobox2d = "",
herd = "gold_static_radioactive",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "gold_static_radioactive.png",
onfire = "0",
lifetime = "",
nameOcn = "淬毒黄金",
firehp = "10000",
notes = "",
link = "淬毒黄金",
inheritsReactions = "1",
parent = "wood_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "11",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "2000",
stainEffect = "{{status|toxic}}",
nameKey = "mat_gold_radioactive",
},
{
tags = "corrodible,alchemy,gold,solid,earth",
type = "static",
durability = "10",
cellType = "liquid",
wangColor = "ff4ACF41",
hitInto = "",
nameEn = "vibrant gold vein",
liquidSand = "1",
breaktobox2d = "",
herd = "gold_static_dark",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "gold_static_dark.png",
onfire = "0",
lifetime = "",
nameOcn = "醒目的金矿矿脉",
firehp = "10000",
notes = "",
link = "金矿矿脉",
inheritsReactions = "1",
parent = "wood_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "11",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "2000",
stainEffect = "",
nameKey = "mat_gold_static_dark",
},
{
tags = "corrodible,meltable_to_lava,alchemy,impure,solid,earth",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ff808081",
hitInto = "",
nameEn = "cement",
liquidSand = "0",
breaktobox2d = "",
herd = "cement",
OutBiomes = "矿场",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "cement.png",
onfire = "0",
lifetime = "",
nameOcn = "水泥",
firehp = "",
notes = "",
link = "水泥",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_cement",
},
{
tags = "corrodible,meltable_to_lava,alchemy",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ff808082",
hitInto = "",
nameEn = "concrete",
liquidSand = "1",
breaktobox2d = "",
herd = "concrete_sand",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "concrete_sand.png",
onfire = "0",
lifetime = "",
nameOcn = "混凝土",
firehp = "",
notes = "",
link = "水泥",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "15000",
stainEffect = "",
nameKey = "mat_concrete_sand",
},
{
tags = "sand_ground,corrodible,meltable_to_lava_fast,alchemy,chaotic_transmutation",
type = "sand",
durability = "4",
cellType = "liquid",
wangColor = "ffebcd00",
hitInto = "",
nameEn = "sand",
liquidSand = "1",
breaktobox2d = "",
herd = "sand",
OutBiomes = "矿场,亨克瓦神庙,金字塔,艺之神殿,砂之洞穴,发电站,巫师巢穴",
melts = "",
liquidGravity = "0.9",
stickyness = "",
image = "sand.png",
onfire = "0",
lifetime = "",
nameOcn = "砂",
firehp = "",
notes = "",
link = "砂",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "800",
stainEffect = "",
nameKey = "mat_sand",
},
{
tags = "sand_ground,corrodible,meltable_to_lava_fast,alchemy,chaotic_transmutation",
type = "sand",
durability = "4",
cellType = "liquid",
wangColor = "ff008240",
hitInto = "",
nameEn = "blue sand",
liquidSand = "1",
breaktobox2d = "",
herd = "sand_blue",
OutBiomes = "繁茂洞穴",
melts = "",
liquidGravity = "0.9",
stickyness = "",
image = "sand_blue.png",
onfire = "0",
lifetime = "",
nameOcn = "蓝砂",
firehp = "",
notes = "",
link = "砂",
inheritsReactions = "1",
parent = "sand",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "800",
stainEffect = "",
nameKey = "mat_sand_blue",
},
{
tags = "sand_ground,corrodible,meltable_to_lava_fast,alchemy,chaotic_transmutation",
type = "sand",
durability = "4",
cellType = "liquid",
wangColor = "ff009242",
hitInto = "",
nameEn = "sand",
liquidSand = "1",
breaktobox2d = "",
herd = "sand_surface",
OutBiomes = "金字塔,沙漠,瞭望塔",
melts = "",
liquidGravity = "0.9",
stickyness = "",
image = "sand_surface.png",
onfire = "0",
lifetime = "",
nameOcn = "砂",
firehp = "",
notes = "",
link = "砂",
inheritsReactions = "1",
parent = "sand",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "800",
stainEffect = "",
nameKey = "mat_sand",
},
{
tags = "sand_ground,corrodible,meltable_to_lava_fast,alchemy,chaotic_transmutation",
type = "sand",
durability = "4",
cellType = "liquid",
wangColor = "ff0A8240",
hitInto = "",
nameEn = "volcanic sand",
liquidSand = "1",
breaktobox2d = "",
herd = "lavasand",
melts = "",
liquidGravity = "0.9",
stickyness = "",
image = "lavasand.png",
onfire = "0",
lifetime = "",
nameOcn = "火山砂",
firehp = "",
notes = "",
link = "砂",
inheritsReactions = "1",
parent = "sand",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "800",
stainEffect = "",
nameKey = "mat_lavasand",
},
{
tags = "sand_ground,corrodible,meltable_to_lava_fast,alchemy,chaotic_transmutation",
type = "sand",
durability = "4",
cellType = "liquid",
wangColor = "ff433454",
hitInto = "",
nameEn = "sand",
liquidSand = "1",
breaktobox2d = "",
herd = "sand_petrify",
melts = "",
liquidGravity = "0.9",
stickyness = "",
image = "sand_petrify.png",
onfire = "0",
lifetime = "",
nameOcn = "砂",
firehp = "",
notes = "",
link = "砂",
inheritsReactions = "1",
parent = "sand",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "400",
stainEffect = "",
nameKey = "mat_sand",
},
{
tags = "sand_ground,corrodible,meltable_to_lava,alchemy,chaotic_transmutation",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ffE6E6FF",
hitInto = "",
nameEn = "bone dust",
liquidSand = "1",
breaktobox2d = "",
herd = "bone",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "bone.png",
onfire = "0",
lifetime = "",
nameOcn = "骨灰",
firehp = "",
notes = "",
link = "骨灰",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_bone",
},
{
tags = "sand_ground,corrodible,grows_grass,meltable_to_lava,alchemy,solid",
type = "sand",
durability = "10",
cellType = "liquid",
wangColor = "ff36311e",
hitInto = "",
nameEn = "soil",
liquidSand = "1",
breaktobox2d = "",
herd = "soil",
OutBiomes = "坍塌矿场,矿场,席西基地,塔,古代实验室,地下丛林,砂之洞穴,发电站,避难所,巫师巢穴",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "soil.png",
onfire = "0",
lifetime = "",
nameOcn = "泥土",
firehp = "",
notes = "",
link = "泥土",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "2000",
stainEffect = "",
nameKey = "mat_soil",
},
{
tags = "sand_ground,corrodible,grows_grass,meltable_to_lava,alchemy,solid",
type = "sand",
durability = "10",
cellType = "liquid",
wangColor = "ff008040",
hitInto = "",
nameEn = "soil",
liquidSand = "1",
breaktobox2d = "",
herd = "soil_lush",
OutBiomes = "塔,地下丛林",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "soil_lush.png",
onfire = "0",
lifetime = "",
nameOcn = "泥土",
firehp = "15",
notes = "",
link = "泥土",
inheritsReactions = "1",
parent = "soil",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "10",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "2000",
stainEffect = "",
nameKey = "mat_soil_lush",
},
{
tags = "sand_ground,corrodible,grows_grass,meltable_to_lava,alchemy,solid",
type = "sand",
durability = "10",
cellType = "liquid",
wangColor = "ff40323d",
hitInto = "",
nameEn = "soil",
liquidSand = "1",
breaktobox2d = "",
herd = "soil_lush_dark",
OutBiomes = "路奇巢穴",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "soil_lush_dark.png",
onfire = "0",
lifetime = "",
nameOcn = "泥土",
firehp = "200",
notes = "",
link = "泥土",
inheritsReactions = "1",
parent = "soil",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "10",
burnable = "1",
freezes = "",
biomes = "路奇巢穴",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_soil_lush",
},
{
tags = "sand_ground,corrodible,grows_grass,meltable_to_lava,alchemy,solid",
type = "sand",
durability = "10",
cellType = "liquid",
wangColor = "ff708040",
hitInto = "",
nameEn = "barren soil",
liquidSand = "1",
breaktobox2d = "",
herd = "soil_dead",
OutBiomes = "地下丛林,路奇巢穴",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "soil_dead.png",
onfire = "0",
lifetime = "",
nameOcn = "贫瘠泥土",
firehp = "100",
notes = "",
link = "泥土",
inheritsReactions = "1",
parent = "soil",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "10",
burnable = "1",
freezes = "",
biomes = "地下丛林",
ingestEffect = "",
hardness = "2000",
stainEffect = "",
nameKey = "mat_soil_dead",
},
{
tags = "sand_ground,corrodible,grows_grass,meltable_to_lava,alchemy,solid",
type = "sand",
durability = "10",
cellType = "liquid",
wangColor = "ffaf8040",
hitInto = "",
nameEn = "barren soil",
liquidSand = "1",
breaktobox2d = "",
herd = "soil_dark",
OutBiomes = "路奇巢穴",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "soil_dark.png",
onfire = "0",
lifetime = "",
nameOcn = "贫瘠泥土",
firehp = "1000",
notes = "",
link = "泥土",
inheritsReactions = "1",
parent = "soil",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "10",
burnable = "1",
freezes = "",
biomes = "路奇巢穴",
ingestEffect = "",
hardness = "2000",
stainEffect = "",
nameKey = "mat_soil_dead",
},
{
tags = "sand_ground,corrodible,meltable_to_lava,alchemy,solid,earth",
type = "sand",
durability = "4",
cellType = "liquid",
wangColor = "ff90fe40",
hitInto = "",
nameEn = "sandstone",
liquidSand = "1",
breaktobox2d = "",
herd = "sandstone",
OutBiomes = "艺之神殿,砂之洞穴",
melts = "",
liquidGravity = "0.9",
stickyness = "",
image = "sandstone.png",
onfire = "0",
lifetime = "",
nameOcn = "砂岩",
firehp = "",
notes = "",
link = "砂岩",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "9000",
stainEffect = "",
nameKey = "mat_sandstone",
},
{
tags = "sand_ground,corrodible,meltable_to_lava,alchemy,solid,earth",
type = "sand",
durability = "4",
cellType = "liquid",
wangColor = "ff90fe4a",
hitInto = "",
nameEn = "sandstone",
liquidSand = "1",
breaktobox2d = "",
herd = "sandstone_surface",
OutBiomes = "金字塔,沙漠",
melts = "",
liquidGravity = "0.9",
stickyness = "",
image = "sandstone_surface.png",
onfire = "0",
lifetime = "",
nameOcn = "砂岩",
firehp = "",
notes = "",
link = "砂岩",
inheritsReactions = "1",
parent = "sandstone",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "9000",
stainEffect = "",
nameKey = "mat_sandstone",
},
{
tags = "sand_ground,corrodible,grows_fungus,meltable_to_lava,alchemy,solid,earth,fungus",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ff36312e",
hitInto = "",
nameEn = "fungal soil",
liquidSand = "1",
breaktobox2d = "",
herd = "fungisoil",
OutBiomes = "真菌洞穴,塔,繁茂洞穴",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "fungisoil.png",
onfire = "0",
lifetime = "",
nameOcn = "菌丝土",
firehp = "",
notes = "",
link = "菌丝土",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_fungisoil",
},
{
tags = "corrodible,meltable_to_lava_fast,alchemy,meltable_by_fire,chaotic_transmutation",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "55E8BD5A",
hitInto = "",
nameEn = "honey",
liquidSand = "1",
breaktobox2d = "",
herd = "honey",
OutBiomes = "真菌洞穴,矿场",
melts = "",
liquidGravity = "0.2",
stickyness = "1.0",
image = "honey.png",
onfire = "0",
lifetime = "",
nameOcn = "蜂蜜",
firehp = "",
notes = "",
link = "蜂蜜",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_honey",
},
{
tags = "liquid,burnable,alchemy,impure",
type = "sand",
durability = "4",
cellType = "liquid",
wangColor = "fff6fce3",
hitInto = "",
nameEn = "Glue",
liquidSand = "1",
breaktobox2d = "",
herd = "glue",
melts = "",
liquidGravity = "0.2",
stickyness = "1.0",
image = "glue.png",
onfire = "0",
lifetime = "",
nameOcn = "粘胶",
firehp = "50",
notes = "",
link = "粘胶",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect =
"{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.2}}{{Infobox_material/Status|status_trip_00|Effect_trip.png|0.3}}",
hardness = "100",
stainEffect = "",
nameKey = "mat_glue",
},
{
tags = "corrodible,meltable_to_lava,alchemy,slime,liquid_common,food,chaotic_transmutation",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "88E8BD5A",
hitInto = "",
nameEn = "slime",
liquidSand = "0",
breaktobox2d = "",
herd = "slime",
OutBiomes = "矿场",
melts = "",
liquidGravity = "0.1",
stickyness = "0.0",
image = "slime.png",
onfire = "0",
lifetime = "",
nameOcn = "粘液",
firehp = "",
notes = "",
link = "黏液",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5",
burnable = "0",
freezes = "ice_slime_static",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.2}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_slimy|Effect_slimy.png}}",
nameKey = "mat_slime_pink",
},
{
tags = "corrodible,meltable_to_lava,alchemy,slime,liquid_common,food,chaotic_transmutation",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "8880FF80",
hitInto = "",
nameEn = "slime",
liquidSand = "0",
breaktobox2d = "",
herd = "slime_green",
OutBiomes = "矿场",
melts = "",
liquidGravity = "0.1",
stickyness = "0.0",
image = "slime_green.png",
onfire = "0",
lifetime = "",
nameOcn = "粘液",
firehp = "",
notes = "",
link = "黏液",
inheritsReactions = "0",
parent = "slime",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5",
burnable = "0",
freezes = "ice_slime_static",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.2}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_slimy|Effect_slimy.png}}",
nameKey = "mat_slime_green",
},
{
tags = "corrodible,meltable_to_lava,alchemy,slime,liquid_common,food",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "889cb32b",
hitInto = "",
nameEn = "slime",
liquidSand = "0",
breaktobox2d = "",
herd = "slime_yellow",
melts = "",
liquidGravity = "0.1",
stickyness = "0.0",
image = "slime_yellow.png",
onfire = "0",
lifetime = "",
nameOcn = "粘液",
firehp = "",
notes = "",
link = "黏液",
inheritsReactions = "0",
parent = "slime",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5",
burnable = "0",
freezes = "ice_slime_static",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.2}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_slimy|Effect_slimy.png}}",
nameKey = "mat_slime_static",
},
{
tags = "corrodible,meltable_to_water,alchemy,snow,chaotic_transmutation",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "90b5ceff",
hitInto = "",
nameEn = "Slush",
liquidSand = "0",
breaktobox2d = "",
herd = "slush",
melts = "",
liquidGravity = "0.5",
stickyness = "0.9",
image = "slush.png",
onfire = "0",
lifetime = "",
nameOcn = "烂泥",
firehp = "",
notes = "",
link = "雪",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_slush",
},
{
tags = "corrodible,meltable_to_lava,alchemy,slime,liquid_common,food,chaotic_transmutation",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "8880FF82",
hitInto = "",
nameEn = "pea soup",
liquidSand = "0",
breaktobox2d = "",
herd = "pea_soup",
melts = "",
liquidGravity = "0.1",
stickyness = "0.0",
image = "pea_soup.png",
onfire = "0",
lifetime = "",
nameOcn = "豌豆汤",
firehp = "",
notes = "",
link = "豌豆汤",
inheritsReactions = "0",
parent = "slime_green",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5",
burnable = "0",
freezes = "ice_slime_static",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_farts|Effect_farts.png|0.3}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_slimy|Effect_slimy.png}}",
nameKey = "mat_pea_soup",
},
{
tags = "food",
type = "sand",
durability = "",
wangColor = "88E8BD5B",
hitInto = "",
nameEn = "Vomit",
liquidSand = "0",
breaktobox2d = "",
herd = "vomit",
melts = "",
liquidGravity = "0.1",
stickyness = "0.0",
image = "vomit.png",
onfire = "0",
lifetime = "",
nameOcn = "呕吐物",
firehp = "",
notes = "",
link = "呕吐物",
inheritsReactions = "0",
parent = "slime_green",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "5",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.1}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_vomit",
},
{
tags = "static,corrodible,alchemy,slime,chaotic_transmutation",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "888AFF80",
hitInto = "",
nameEn = "hell slime",
liquidSand = "1",
breaktobox2d = "",
herd = "endslime",
OutBiomes = "塔",
melts = "",
liquidGravity = "0.5",
stickyness = "0.0",
image = "endslime.png",
onfire = "0",
lifetime = "",
nameOcn = "地狱粘液",
firehp = "",
notes = "",
link = "地狱黏液",
inheritsReactions = "0",
parent = "slime",
nameFi = "",
conductive = "1",
liquidStatic = "1",
breakInto = "",
density = "5",
burnable = "0",
freezes = "ice_slime_static",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.3}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_slimy|Effect_slimy.png}}",
nameKey = "mat_endslime",
},
{
tags = "static,corrodible,slime",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "888CFF80",
hitInto = "",
nameEn = "hell slime",
liquidSand = "1",
breaktobox2d = "",
herd = "endslime_blood",
melts = "",
liquidGravity = "0.5",
stickyness = "0.0",
image = "endslime_blood.png",
onfire = "0",
lifetime = "",
nameOcn = "地狱粘液",
firehp = "",
notes = "",
link = "地狱黏液",
inheritsReactions = "1",
parent = "slime",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5",
burnable = "0",
freezes = "ice_slime_static",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.3}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_slimy|Effect_slimy.png}}",
nameKey = "mat_endslime_blood",
},
{
tags = "sand_ground,corrodible",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ff36311f",
hitInto = "",
nameEn = "dirt",
liquidSand = "1",
breaktobox2d = "",
herd = "explosion_dirt",
melts = "",
liquidGravity = "1.1",
stickyness = "",
image = "explosion_dirt.png",
onfire = "0",
lifetime = "",
nameOcn = "尘土",
firehp = "",
notes = "",
link = "尘土",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_explosion_dirt",
},
{
tags = "static,sand_ground,corrodible,burnable,alchemy",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ff526F40",
hitInto = "",
nameEn = "vine",
liquidSand = "1",
breaktobox2d = "",
herd = "vine",
melts = "",
liquidGravity = "",
stickyness = "",
image = "vine.png",
onfire = "0",
lifetime = "",
nameOcn = "藤蔓",
firehp = "",
notes = "",
link = "藤蔓",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10",
stainEffect = "",
nameKey = "mat_vine",
},
{
tags = "static,sand_ground,corrodible,burnable,alchemy,solid,earth",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ff2A724A",
hitInto = "",
nameEn = "vine",
liquidSand = "1",
breaktobox2d = "",
herd = "root",
OutBiomes = "真菌洞穴",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "root.png",
onfire = "0",
lifetime = "",
nameOcn = "藤蔓",
firehp = "",
notes = "",
link = "藤蔓",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "5",
stainEffect = "",
nameKey = "mat_root",
},
{
tags = "static,sand_ground,corrodible,frozen,meltable_to_water,alchemy,chaotic_transmutation",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ffF4F4F3",
hitInto = "",
nameEn = "snow",
liquidSand = "1",
breaktobox2d = "",
herd = "snow",
OutBiomes = "积雪深渊,席西基地,冻结避难所,积雪峡谷,贫瘠神庙,伟大之作",
melts = "water",
liquidGravity = "0.6",
stickyness = "",
image = "snow.png",
onfire = "0",
lifetime = "",
nameOcn = "雪",
firehp = "",
notes = "",
link = "雪",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_ingestion_freezing|Effect_ingestion_freezing.png|0.05}}",
hardness = "1000",
stainEffect = "",
nameKey = "mat_snow",
},
{
tags = "sand_ground,corrodible,frozen,meltable_to_water,alchemy",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ffeeeeed",
hitInto = "",
nameEn = "snow",
liquidSand = "1",
breaktobox2d = "",
herd = "snow_sticky",
OutBiomes = "积雪深渊,席西基地,冻结避难所,塔",
melts = "water",
liquidGravity = "0.6",
stickyness = "",
image = "snow_sticky.png",
onfire = "0",
lifetime = "",
nameOcn = "雪",
firehp = "",
notes = "",
link = "雪",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_ingestion_freezing|Effect_ingestion_freezing.png|0.05}}",
hardness = "1000",
stainEffect = "",
nameKey = "mat_snow",
},
{
tags = "sand_ground,corrodible,meltable_to_lava,alchemy,meat,food",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ffebcdd0",
hitInto = "",
nameEn = "rotten meat",
liquidSand = "1",
breaktobox2d = "",
herd = "rotten_meat",
OutBiomes = "肉类王国",
melts = "",
liquidGravity = "1.0",
stickyness = "",
image = "rotten_meat.png",
onfire = "0",
lifetime = "",
nameOcn = "腐肉",
firehp = "800",
notes = "",
link = "腐肉",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "blood",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect =
"{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.1}}{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.5}}",
hardness = "5000",
stainEffect = "",
nameKey = "mat_rotten_meat",
},
{
tags = "box2d,corrodible,meltable_to_lava,alchemy,meat,solid,earth,food",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "fff2ddb3",
hitInto = "slime",
nameEn = "slimy meat",
liquidSand = "0",
breaktobox2d = "",
herd = "meat_slime",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat_slime.png",
onfire = "0",
lifetime = "",
nameOcn = "发黏的肉",
firehp = "600",
notes = "",
link = "发黏的肉",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "slime",
density = "3",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.3}}",
hardness = "10000",
stainEffect = "",
nameKey = "mat_meat_slime",
},
{
tags = "sand_ground,corrodible,meltable_to_lava,alchemy,meat,slime,food",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ffed4c4c",
hitInto = "slime",
nameEn = "slimy meat",
liquidSand = "1",
breaktobox2d = "",
herd = "meat_slime_sand",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "meat_slime_sand.png",
onfire = "0",
lifetime = "",
nameOcn = "发黏的肉",
firehp = "800",
notes = "",
link = "发黏的肉",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "slime",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect =
"{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.2}}{{Infobox_material/Status|status_farts|Effect_farts.png|0.2}}",
hardness = "5000",
stainEffect = "",
nameKey = "mat_meat_slime_sand",
},
{
tags = "box2d,corrodible,meltable_to_lava,alchemy,meat,solid,earth,food",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ffed4d4c",
hitInto = "slime_green",
nameEn = "green slimy meat",
liquidSand = "0",
breaktobox2d = "",
herd = "meat_slime_green",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat_slime_green.png",
onfire = "0",
lifetime = "",
nameOcn = "绿涩发黏的肉",
firehp = "600",
notes = "",
link = "发黏的肉",
inheritsReactions = "0",
parent = "meat_slime",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "slime_green",
density = "3",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.3}}",
hardness = "10000",
stainEffect = "",
nameKey = "mat_meat_slime_green",
},
{
tags = "box2d,corrodible,meltable_to_lava,alchemy,meat,solid,earth,food",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "fffeaf2c",
hitInto = "endslime_blood",
nameEn = "slimy meat",
liquidSand = "0",
breaktobox2d = "",
herd = "meat_slime_orange",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat_slime_orange.png",
onfire = "0",
lifetime = "",
nameOcn = "发黏的肉",
firehp = "600",
notes = "",
link = "发黏的肉",
inheritsReactions = "0",
parent = "meat_slime",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "endslime_blood",
density = "3",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.1}}",
hardness = "10000",
stainEffect = "",
nameKey = "mat_meat_slime_orange",
},
{
tags = "sand_ground,corrodible,meltable_to_lava,alchemy,meat,solid,earth,food",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "4400FF53",
hitInto = "",
nameEn = "toxic meat",
liquidSand = "1",
breaktobox2d = "",
herd = "rotten_meat_radioactive",
melts = "",
liquidGravity = "1.0",
stickyness = "",
image = "rotten_meat_radioactive.png",
onfire = "0",
lifetime = "",
nameOcn = "有毒的肉",
firehp = "",
notes = "",
link = "肉",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.2}}",
hardness = "5000",
stainEffect = "",
nameKey = "mat_rotten_meat_radioactive",
},
{
tags = "box2d,corrodible,alchemy,meat,solid,earth,food",
type = "sand",
durability = "",
cellType = "solid",
wangColor = "fff2ddb2",
hitInto = "",
nameEn = "meat",
liquidSand = "0",
breaktobox2d = "",
herd = "meat",
OutBiomes = "席西基地",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat.png",
onfire = "0",
lifetime = "",
nameOcn = "肉",
firehp = "600",
notes = "",
link = "肉",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "blood",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_meat",
custpotion = "Prop Sosig.png",
},
{
tags = "box2d,corrodible,alchemy,meat,solid,earth,food",
type = "sand",
durability = "",
cellType = "solid",
wangColor = "ffebcda1",
hitInto = "blood_worm",
nameEn = "worm meat",
liquidSand = "0",
breaktobox2d = "",
herd = "meat_worm",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat_worm.png",
onfire = "0",
lifetime = "",
nameOcn = "蠕虫的肉",
firehp = "600",
notes = "",
link = "蠕虫肉",
inheritsReactions = "0",
parent = "meat",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "blood_worm",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_meat_worm",
},
{
tags = "box2d,corrodible,alchemy,meat,solid,earth,food",
type = "sand",
durability = "",
cellType = "solid",
wangColor = "ffe3c3a2",
hitInto = "blood",
nameEn = "Meat of an innocent creature",
liquidSand = "0",
breaktobox2d = "",
herd = "meat_helpless",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat_helpless.png",
onfire = "0",
lifetime = "",
nameOcn = "无辜生命的肉",
firehp = "600",
notes = "",
link = "无辜生命的肉",
inheritsReactions = "0",
parent = "meat",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "blood",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_worm_attractor|Effect_worm_attractor.png|0.2}}",
hardness = "1000",
stainEffect = "",
nameKey = "mat_meat_helpless",
},
{
tags = "box2d,corrodible,alchemy,meat,solid,earth,food",
type = "sand",
durability = "",
cellType = "solid",
wangColor = "ffe2c2a4",
hitInto = "blood",
nameEn = "Weird meat",
liquidSand = "0",
breaktobox2d = "",
herd = "meat_trippy",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat_trippy.png",
onfire = "0",
lifetime = "",
nameOcn = "怪异的肉",
firehp = "600",
notes = "",
link = "蛙肉",
inheritsReactions = "0",
parent = "meat",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "blood",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_trip_00|Effect_trip.png|0.3}}",
hardness = "1000",
stainEffect = "",
nameKey = "mat_meat_trippy",
},
{
tags = "box2d,corrodible,alchemy,meat,solid,earth,food",
type = "sand",
durability = "",
cellType = "solid",
wangColor = "ffe2c2a5",
hitInto = "blood",
nameEn = "frog meat",
liquidSand = "0",
breaktobox2d = "",
herd = "meat_frog",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat_frog.png",
onfire = "0",
lifetime = "",
nameOcn = "蛙肉",
firehp = "600",
notes = "",
link = "蛙肉",
inheritsReactions = "0",
parent = "meat_trippy",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "blood",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_trip_00|Effect_trip.png|0.6}}",
hardness = "1000",
stainEffect = "",
nameKey = "mat_meat_frog",
},
{
tags = "box2d,corrodible,alchemy,meat,solid,earth,food",
type = "sand",
durability = "",
cellType = "solid",
wangColor = "ffe3c1a1",
hitInto = "blood",
nameEn = "Cursed meat",
liquidSand = "0",
breaktobox2d = "",
herd = "meat_cursed",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat_cursed.png",
onfire = "0",
lifetime = "",
nameOcn = "诅咒肉块",
firehp = "600",
notes = "",
link = "诅咒的肉",
inheritsReactions = "0",
parent = "meat",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "blood",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_curse_cloud_00|Effect_curse_cloud.png|0.2}}",
hardness = "1000",
stainEffect = "",
nameKey = "mat_meat_cursed",
},
{
tags = "box2d,corrodible,alchemy,meat,solid,earth,food",
type = "sand",
durability = "",
cellType = "solid",
wangColor = "ffe3c1a4",
hitInto = "bone",
nameEn = "Cursed meat",
liquidSand = "0",
breaktobox2d = "",
herd = "meat_cursed_dry",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat_cursed_dry.png",
onfire = "0",
lifetime = "",
nameOcn = "诅咒肉块",
firehp = "600",
notes = "",
link = "诅咒的肉",
inheritsReactions = "0",
parent = "meat_cursed",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "bone",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_curse_cloud_00|Effect_curse_cloud.png|0.4}}",
hardness = "1000",
stainEffect = "",
nameKey = "mat_meat_cursed",
},
{
tags = "box2d,corrodible,meltable_to_lava,alchemy,meat,solid,earth,food",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ffe2cbb0",
hitInto = "slime",
nameEn = "Slimy cursed meat",
liquidSand = "0",
breaktobox2d = "",
herd = "meat_slime_cursed",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat_slime_cursed.png",
onfire = "0",
lifetime = "",
nameOcn = "发黏的诅咒肉块",
firehp = "600",
notes = "",
link = "诅咒的肉",
inheritsReactions = "0",
parent = "meat_slime",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "slime",
density = "3",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.1}}",
hardness = "10000",
stainEffect = "",
nameKey = "mat_meat_slime_cursed",
},
{
tags = "box2d,corrodible,alchemy,meat,solid,earth,food",
type = "sand",
durability = "",
cellType = "solid",
wangColor = "ffbbc1a1",
hitInto = "blood",
nameEn = "Ethereal meat",
liquidSand = "0",
breaktobox2d = "",
herd = "meat_teleport",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat_teleport.png",
onfire = "0",
lifetime = "",
nameOcn = "虚无的肉",
firehp = "600",
notes = "",
link = "虚无的肉",
inheritsReactions = "0",
parent = "meat",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "blood",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_teleportation|Effect_teleportation.png|0.4}}",
hardness = "1000",
stainEffect = "",
nameKey = "mat_meat_teleport",
},
{
tags = "box2d,corrodible,alchemy,meat,solid,earth,food",
type = "sand",
durability = "",
cellType = "solid",
wangColor = "ffbbf111",
hitInto = "blood",
nameEn = "Wobbly meat",
liquidSand = "0",
breaktobox2d = "",
herd = "meat_fast",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat_fast.png",
onfire = "0",
lifetime = "",
nameOcn = "长毛的肉",
firehp = "600",
notes = "",
link = "长毛的肉",
inheritsReactions = "0",
parent = "meat",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "blood",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_movement_faster|Effect_movement_faster.png|0.4}}",
hardness = "1000",
stainEffect = "",
nameKey = "mat_meat_fast",
},
{
tags = "box2d,corrodible,alchemy,meat,solid,earth,food",
type = "sand",
durability = "",
cellType = "solid",
wangColor = "ffb3a181",
hitInto = "blood",
nameEn = "Unstable meat",
liquidSand = "0",
breaktobox2d = "",
herd = "meat_polymorph",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat_polymorph.png",
onfire = "0",
lifetime = "",
nameOcn = "不稳肉块",
firehp = "600",
notes = "",
link = "肉",
inheritsReactions = "0",
parent = "meat",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "blood",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_polymorph_random|Effect_polymorph_random.png|0.1}}",
hardness = "1000",
stainEffect = "",
nameKey = "mat_meat_polymorph",
},
{
tags = "box2d,corrodible,alchemy,meat,solid,earth,food",
type = "sand",
durability = "",
cellType = "solid",
wangColor = "ffb4a282",
hitInto = "blood",
nameEn = "Stinky meat",
liquidSand = "0",
breaktobox2d = "",
herd = "meat_polymorph_protection",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat_polymorph_protection.png",
onfire = "0",
lifetime = "",
nameOcn = "发臭的肉",
firehp = "600",
notes = "",
link = "发臭的肉",
inheritsReactions = "0",
parent = "meat",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "blood",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_protection_polymorph|Effect_protection_polymorph.png|2}}",
hardness = "1000",
stainEffect = "",
nameKey = "mat_meat_polymorph_protection",
},
{
tags = "box2d,corrodible,alchemy,meat,solid,earth,food",
type = "sand",
durability = "",
cellType = "solid",
wangColor = "ffb3a070",
hitInto = "blood",
nameEn = "Ambiguous meat",
liquidSand = "0",
breaktobox2d = "",
herd = "meat_confusion",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat_confusion.png",
onfire = "0",
lifetime = "",
nameOcn = "暧昧肉块",
firehp = "600",
notes = "",
link = "肉",
inheritsReactions = "0",
parent = "meat",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "blood",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_confusion|Effect_confusion.png|0.4}}",
hardness = "1000",
stainEffect = "",
nameKey = "mat_meat_confusion",
},
{
tags = "sand_ground,corrodible,frozen,meltable_to_water,alchemy,solid",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ffCFCFF0",
hitInto = "",
nameEn = "ice",
liquidSand = "1",
breaktobox2d = "",
herd = "ice",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "ice.png",
onfire = "0",
lifetime = "",
nameOcn = "寒冰",
firehp = "",
notes = "",
link = "冰",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "5000",
stainEffect = "",
nameKey = "mat_ice",
},
{
tags = "corrodible,evaporable_custom,burnable,alchemy",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "aa8300a0",
hitInto = "",
nameEn = "herb",
liquidSand = "1",
breaktobox2d = "",
herd = "sand_herb",
melts = "",
liquidGravity = "1.0",
stickyness = "",
image = "sand_herb.png",
onfire = "0",
lifetime = "",
nameOcn = "药草",
firehp = "400",
notes = "",
link = "药草",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "3",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_sand_herb",
},
{
tags = "burnable,corrodible,meltable,alchemy,solid,earth",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ffEAAAAB",
hitInto = "",
nameEn = "wax",
liquidSand = "1",
breaktobox2d = "",
herd = "wax",
melts = "",
liquidGravity = "3",
stickyness = "",
image = "wax.png",
onfire = "0",
lifetime = "",
nameOcn = "蜡",
firehp = "",
notes = "",
link = "蜡",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_farts|Effect_farts.png|0.2}}",
hardness = "8000",
stainEffect = "",
nameKey = "mat_wax",
},
{
tags = "sand_metal,corrodible,meltable_metal,alchemy,gold,solid,earth",
type = "sand",
durability = "12",
cellType = "liquid",
wangColor = "ffebcd01",
hitInto = "",
nameEn = "gold",
liquidSand = "1",
breaktobox2d = "",
herd = "gold",
OutBiomes = "坍塌矿场,金矿,真菌洞穴,矿场,席西基地,塔,繁茂洞穴,古代实验室,肉类王国,地下丛林,发电站,避难所,路奇巢穴,巫师巢穴,煤矿矿坑",
melts = "",
liquidGravity = "3",
stickyness = "",
image = "gold.png",
onfire = "0",
lifetime = "",
nameOcn = "黄金",
firehp = "",
notes = "",
link = "黄金",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "9",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "8000",
stainEffect = "",
nameKey = "mat_gold",
},
{
tags = "sand_metal,corrodible,meltable_metal_generic,alchemy,gold,solid,earth",
type = "sand",
durability = "12",
cellType = "liquid",
wangColor = "fffbf451",
hitInto = "",
nameEn = "toxic gold",
liquidSand = "1",
breaktobox2d = "",
herd = "gold_radioactive",
melts = "",
liquidGravity = "3",
stickyness = "",
image = "gold_radioactive.png",
onfire = "0",
lifetime = "",
nameOcn = "淬毒黄金",
firehp = "",
notes = "",
link = "淬毒黄金",
inheritsReactions = "0",
parent = "gold",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "9",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "8000",
stainEffect = "{{status|toxic}}",
nameKey = "mat_gold_radioactive",
},
{
tags = "sand_metal,corrodible,meltable_metal,alchemy,solid,earth",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ff4e5262",
hitInto = "",
nameEn = "silver",
liquidSand = "1",
breaktobox2d = "",
herd = "silver",
OutBiomes = "砂之洞穴",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "silver.png",
onfire = "0",
lifetime = "",
nameOcn = "银",
firehp = "",
notes = "",
link = "银",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "8000",
stainEffect = "",
nameKey = "mat_silver",
},
{
tags = "sand_metal,corrodible,alchemy",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ffebf4a1",
hitInto = "",
nameEn = "steel",
liquidSand = "1",
breaktobox2d = "",
herd = "steel_sand",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "steel_sand.png",
onfire = "0",
lifetime = "",
nameOcn = "钢",
firehp = "",
notes = "",
link = "钢",
inheritsReactions = "0",
parent = "silver",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "8000",
stainEffect = "",
nameKey = "mat_steel_sand",
},
{
tags = "sand_metal,corrodible,alchemy,meltable_metal",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ffe4f4b0",
hitInto = "",
nameEn = "Metal dust",
liquidSand = "1",
breaktobox2d = "",
herd = "metal_sand",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "metal_sand.png",
onfire = "0",
lifetime = "",
nameOcn = "金属尘埃",
firehp = "",
notes = "",
link = "金属尘埃",
inheritsReactions = "0",
parent = "silver",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "8000",
stainEffect = "",
nameKey = "mat_metal_sand",
},
{
tags = "sand_metal,corrodible,meltable_metal,alchemy,solid,earth",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ff4e5265",
hitInto = "",
nameEn = "copper",
liquidSand = "1",
breaktobox2d = "",
herd = "copper",
OutBiomes = "坍塌矿场,龙窟,矿场,席西基地,金字塔,塔,沙漠,古代实验室,积雪峡谷,落雪荒原,巫师巢穴",
melts = "",
liquidGravity = "2.5",
stickyness = "",
image = "copper.png",
onfire = "0",
lifetime = "",
nameOcn = "铜",
firehp = "",
notes = "",
link = "铜",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "8000",
stainEffect = "",
nameKey = "mat_copper",
},
{
tags = "sand_metal,corrodible,meltable_metal,alchemy,solid,earth",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ff4e5267",
hitInto = "",
nameEn = "brass",
liquidSand = "1",
breaktobox2d = "",
herd = "brass",
OutBiomes = "发电站",
melts = "",
liquidGravity = "1.8",
stickyness = "",
image = "brass.png",
onfire = "0",
lifetime = "",
nameOcn = "黄铜",
firehp = "",
notes = "虽然是金属,但是不能导电",
link = "黄铜",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "8000",
stainEffect = "",
nameKey = "mat_brass",
},
{
tags = "sand_metal,alchemy,solid,earth",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ff82DBE2",
hitInto = "",
nameEn = "diamond",
liquidSand = "1",
breaktobox2d = "",
herd = "diamond",
OutBiomes = "魔球房间,亨克瓦神庙,金字塔,艺之神殿,魔法神殿,奇威神庙,塔,废弃炼金实验室,不祥神庙,贫瘠神庙,王座室,伟大之作,瞭望塔,遗忘洞穴,煤矿矿坑",
melts = "",
liquidGravity = "2.4",
stickyness = "",
image = "diamond.png",
onfire = "0",
lifetime = "",
nameOcn = "钻石",
firehp = "",
notes = "",
link = "钻石",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200000",
stainEffect = "",
nameKey = "mat_diamond",
},
{
tags = "sand_other,corrodible,burnable,alchemy,chaotic_transmutation",
type = "sand",
durability = "8",
cellType = "liquid",
wangColor = "ff505052",
hitInto = "",
nameEn = "coal",
liquidSand = "1",
breaktobox2d = "",
herd = "coal",
OutBiomes = "坍塌矿场,龙窟,矿场,席西基地,塔,古代实验室,积雪峡谷,落雪荒原,伟大之作,巫师巢穴,煤矿矿坑",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "coal.png",
onfire = "0",
lifetime = "",
nameOcn = "煤",
firehp = "1000",
notes = "",
link = "煤",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_coal",
},
{
tags = "sand_other,corrodible,alchemy",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ff141415",
hitInto = "",
nameEn = "sulphur",
liquidSand = "1",
breaktobox2d = "",
herd = "sulphur",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "sulphur.png",
onfire = "0",
lifetime = "",
nameOcn = "硫磺",
firehp = "",
notes = "",
link = "硫磺",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_sulphur",
},
{
tags = "sand_other,corrodible,alchemy,chaotic_transmutation",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ffe1e1e2",
hitInto = "",
nameEn = "salt",
liquidSand = "1",
breaktobox2d = "",
herd = "salt",
OutBiomes = "矿场",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "salt.png",
onfire = "0",
lifetime = "",
nameOcn = "盐",
firehp = "",
notes = "",
link = "盐",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_salt",
},
{
tags = "sand_other,corrodible,alchemy,chaotic_transmutation",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ff410F24",
hitInto = "",
nameEn = "sodium",
liquidSand = "1",
breaktobox2d = "",
herd = "sodium",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "sodium.png",
onfire = "0",
lifetime = "",
nameOcn = "钠",
firehp = "",
notes = "",
link = "钠",
inheritsReactions = "0",
parent = "salt",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_sodium",
},
{
tags = "sand_other,corrodible,alchemy,chaotic_transmutation",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ffb6d5d8",
hitInto = "",
nameEn = "Purifying powder",
liquidSand = "1",
breaktobox2d = "",
herd = "purifying_powder",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "purifying_powder.png",
onfire = "0",
lifetime = "",
nameOcn = "净化粉末",
firehp = "",
notes = "",
link = "净化粉末",
inheritsReactions = "0",
parent = "salt",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_purifying_powder",
},
{
tags = "sand_other,corrodible,alchemy,chaotic_transmutation",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ffa10F24",
hitInto = "",
nameEn = "burning powder",
liquidSand = "1",
breaktobox2d = "",
herd = "burning_powder",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "burning_powder.png",
onfire = "0",
lifetime = "",
nameOcn = "燃烧粉末",
firehp = "100",
notes = "",
link = "燃烧粉末",
inheritsReactions = "0",
parent = "salt",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_burning_powder",
},
{
tags = "sand_other,corrodible,alchemy",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ff411F24",
hitInto = "",
nameEn = "wet sodium",
liquidSand = "1",
breaktobox2d = "",
herd = "sodium_unstable",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "sodium_unstable.png",
onfire = "1",
lifetime = "",
nameOcn = "湿钠",
firehp = "9000",
notes = "",
link = "钠",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "2",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_sodium_unstable",
},
{
tags = "sand_other,corrodible,alchemy,chaotic_transmutation",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ff232324",
hitInto = "",
nameEn = "gunpowder",
liquidSand = "1",
breaktobox2d = "",
herd = "gunpowder",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "gunpowder.png",
onfire = "0",
lifetime = "",
nameOcn = "火药",
firehp = "",
notes = "",
link = "火药",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "7",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_gunpowder",
},
{
tags = "sand_other,corrodible,alchemy,chaotic_transmutation",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ffF7BB43",
hitInto = "",
nameEn = "gunpowder",
liquidSand = "1",
breaktobox2d = "",
herd = "gunpowder_explosive",
OutBiomes = "坍塌矿场,矿场,古代实验室",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "gunpowder_explosive.png",
onfire = "0",
lifetime = "",
nameOcn = "火药",
firehp = "",
notes = "",
link = "火药",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "7",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_gunpowder_explosive",
},
{
tags = "sand_other,corrodible,alchemy",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ffF7BF43",
hitInto = "",
nameEn = "gunpowder",
liquidSand = "1",
breaktobox2d = "",
herd = "gunpowder_tnt",
OutBiomes = "席西基地,煤矿矿坑",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "gunpowder_tnt.png",
onfire = "0",
lifetime = "",
nameOcn = "火药",
firehp = "200",
notes = "",
link = "火药",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "7",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_gunpowder_tnt",
},
{
tags = "sand_other,corrodible,burnable,alchemy,chaotic_transmutation",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ff232373",
hitInto = "",
nameEn = "gunpowder",
liquidSand = "1",
breaktobox2d = "",
herd = "gunpowder_unstable",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "gunpowder_unstable.png",
onfire = "1",
lifetime = "",
nameOcn = "火药",
firehp = "300",
notes = "",
link = "火药",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "7",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect =
"{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.15}}{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.05}}",
hardness = "1000",
stainEffect = "",
nameKey = "mat_gunpowder_unstable",
},
{
tags = "sand_other,corrodible,burnable,alchemy",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ff230f73",
hitInto = "",
nameEn = "gunpowder",
liquidSand = "1",
breaktobox2d = "",
herd = "gunpowder_unstable_big",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "gunpowder_unstable_big.png",
onfire = "1",
lifetime = "",
nameOcn = "火药",
firehp = "300",
notes = "",
link = "火药",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "7",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect =
"{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.15}}{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.05}}",
hardness = "1000",
stainEffect = "",
nameKey = "mat_gunpowder_unstable",
},
{
tags = "sand_other,corrodible,burnable,alchemy",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ff200073",
hitInto = "",
nameEn = "Monstrous powder",
liquidSand = "1",
breaktobox2d = "",
herd = "monster_powder_test",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "monster_powder_test.png",
onfire = "1",
lifetime = "",
nameOcn = "怪异粉尘",
firehp = "300",
notes = "",
link = "怪物粉末",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "7",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect =
"{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.15}}{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.05}}",
hardness = "1000",
stainEffect = "",
nameKey = "mat_monster_powder_test",
},
{
tags = "sand_other",
type = "sand",
durability = "3",
cellType = "liquid",
wangColor = "ffbe4dff",
hitInto = "",
nameEn = "Ratty powder",
liquidSand = "1",
breaktobox2d = "",
herd = "rat_powder",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "rat_powder.png",
onfire = "0",
lifetime = "4.0",
nameOcn = "老鼠粉尘",
firehp = "20",
notes = "存在时间很短,这导致接触老鼠粉末的时候根本无法沾湿。",
link = "老鼠粉尘",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "7",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect =
"{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.15}}{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.05}}",
hardness = "1000",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_rat_powder",
},
{
tags = "sand_other,fungus",
type = "sand",
durability = "3",
cellType = "liquid",
wangColor = "ffbecafe",
hitInto = "",
nameEn = "fungal soil",
liquidSand = "1",
breaktobox2d = "",
herd = "fungus_powder",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "fungus_powder.png",
onfire = "0",
lifetime = "4.0",
nameOcn = "菌丝土",
firehp = "20",
notes = "",
link = "菌丝土",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "7",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect =
"{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.15}}{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.05}}",
hardness = "1000",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_fungisoil",
},
{
tags = "sand_other,fungus",
type = "sand",
durability = "3",
cellType = "liquid",
wangColor = "ffcacafe",
hitInto = "",
nameEn = "fungal soil",
liquidSand = "1",
breaktobox2d = "",
herd = "fungus_powder_bad",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "fungus_powder_bad.png",
onfire = "0",
lifetime = "4.0",
nameOcn = "菌丝土",
firehp = "20",
notes = "",
link = "菌丝土",
inheritsReactions = "0",
parent = "fungus_powder",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "7",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect =
"{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.15}}{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.05}}",
hardness = "1000",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_fungisoil",
},
{
tags = "sand_other,fungus",
type = "sand",
durability = "3",
cellType = "liquid",
wangColor = "ffacacfe",
hitInto = "",
nameEn = "fungal soil",
liquidSand = "1",
breaktobox2d = "",
herd = "shock_powder",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "shock_powder.png",
onfire = "0",
lifetime = "4.0",
nameOcn = "菌丝土",
firehp = "20",
notes = "id名翻译过来叫电击粉末。没错,这个粉末会放电",
link = "电击粉末",
inheritsReactions = "0",
parent = "fungus_powder",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "7",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect =
"{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.15}}{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.05}}",
hardness = "1000",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_fungisoil",
},
{
tags = "",
type = "sand",
durability = "3",
cellType = "liquid",
wangColor = "fff7f3ee",
hitInto = "",
nameEn = "Guiding powder",
liquidSand = "1",
breaktobox2d = "",
herd = "orb_powder",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "orb_powder.png",
onfire = "1",
lifetime = "",
nameOcn = "导引粉末",
firehp = "1000",
notes = "没有tag",
link = "指引粉末",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "7",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_orb_powder",
},
{
tags = "sand_other,corrodible,alchemy,meat",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ff80C850",
hitInto = "",
nameEn = "slimy meat",
liquidSand = "1",
breaktobox2d = "",
herd = "gunpowder_unstable_boss_limbs",
melts = "",
liquidGravity = "2",
stickyness = "",
image = "gunpowder_unstable_boss_limbs.png",
onfire = "1",
lifetime = "",
nameOcn = "发黏的肉",
firehp = "300",
notes = "",
link = "发黏的肉",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "7",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_gunpowder_unstable_boss_limbs",
},
{
tags = "corrodible,meltable,alchemy",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ff900000",
hitInto = "",
nameEn = "plastic",
liquidSand = "1",
breaktobox2d = "",
herd = "plastic_red",
melts = "",
liquidGravity = "3",
stickyness = "",
image = "plastic_red.png",
onfire = "0",
lifetime = "",
nameOcn = "塑料",
firehp = "",
notes = "",
link = "塑料",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "100",
stainEffect = "",
nameKey = "mat_plastic_red",
},
{
tags = "liquid,corrodible,molten,meltable_to_lava,alchemy,liquid_common",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ff9000ab",
hitInto = "",
nameEn = "molten plastic",
liquidSand = "0",
breaktobox2d = "",
herd = "plastic_red_molten",
melts = "",
liquidGravity = "3",
stickyness = "",
image = "plastic_red_molten.png",
onfire = "0",
lifetime = "",
nameOcn = "熔融塑料",
firehp = "",
notes = "",
link = "熔融塑料",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5.1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "100",
stainEffect = "",
nameKey = "mat_plastic_red_molten",
},
{
tags = "liquid,corrodible,molten,meltable_to_lava,alchemy,liquid_common",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ffff00ab",
hitInto = "",
nameEn = "molten plastic",
liquidSand = "0",
breaktobox2d = "",
herd = "plastic_molten",
melts = "",
liquidGravity = "3",
stickyness = "",
image = "plastic_molten.png",
onfire = "0",
lifetime = "",
nameOcn = "熔融塑料",
firehp = "",
notes = "",
link = "熔融塑料",
inheritsReactions = "0",
parent = "plastic_red_molten",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5.1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "100",
stainEffect = "",
nameKey = "mat_plastic_molten",
},
{
tags = "liquid,corrodible,molten,meltable_to_lava,alchemy,liquid_common",
type = "sand",
durability = "",
cellType = "liquid",
wangColor = "ffbb00ab",
hitInto = "",
nameEn = "molten plastic",
liquidSand = "0",
breaktobox2d = "",
herd = "plastic_prop_molten",
melts = "",
liquidGravity = "3",
stickyness = "",
image = "plastic_prop_molten.png",
onfire = "0",
lifetime = "",
nameOcn = "熔融塑料",
firehp = "",
notes = "",
link = "熔融塑料",
inheritsReactions = "0",
parent = "plastic_red_molten",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5.1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "100",
stainEffect = "",
nameKey = "mat_plastic_prop_molten",
},
{
tags = "liquid,corrodible,freezable,water,liquid_common,chaotic_transmutation",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "902F554C",
hitInto = "",
nameEn = "Water",
liquidSand = "0",
breaktobox2d = "",
herd = "water",
OutBiomes = "坍塌矿场,真菌洞穴,积雪深渊,矿场,亨克瓦神庙,塔,繁茂洞穴,水,湖泊,积雪峡谷,地下丛林,砂之洞穴,发电站,不祥神庙,贫瘠神庙,路奇巢穴,煤矿矿坑",
melts = "steam",
liquidGravity = "1.5",
stickyness = "",
image = "water.png",
onfire = "0",
lifetime = "",
nameOcn = "水",
firehp = "",
notes = "",
link = "水",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "4",
burnable = "0",
freezes = "ice_static",
biomes = "森林,湖泊,世界树,矿场,煤矿矿坑,真菌洞穴,积雪深渊,席西基地,地下丛林,避难所,砂之洞穴,发电站,水(生物群系)",
ingestEffect = "",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_water",
},
{
tags = "liquid,corrodible,freezable,water,liquid_common,chaotic_transmutation",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "902F354C",
hitInto = "",
nameEn = "Water",
liquidSand = "0",
breaktobox2d = "",
herd = "water_fading",
melts = "steam",
liquidGravity = "1.5",
stickyness = "",
image = "water_fading.png",
onfire = "0",
lifetime = "",
nameOcn = "水",
firehp = "",
notes = "逐渐消失的水",
link = "水",
inheritsReactions = "0",
parent = "water",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "4",
burnable = "0",
freezes = "ice_static",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_water_fading",
},
{
tags = "liquid,corrodible,freezable,water,liquid_common",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "a02F754C",
hitInto = "",
nameEn = "brine",
liquidSand = "0",
breaktobox2d = "",
herd = "water_salt",
melts = "steam",
liquidGravity = "1.5",
stickyness = "",
image = "water_salt.png",
onfire = "0",
lifetime = "",
nameOcn = "盐水",
firehp = "",
notes = "",
link = "盐水",
inheritsReactions = "0",
parent = "water",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "4.01",
burnable = "0",
freezes = "ice_static",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_water_salt",
},
{
tags = "liquid",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ffa2332a",
hitInto = "",
nameEn = "Void liquid",
liquidSand = "0",
breaktobox2d = "",
herd = "void_liquid",
melts = "steam",
liquidGravity = "1.5",
stickyness = "",
image = "void_liquid.png",
onfire = "0",
lifetime = "200",
nameOcn = "虚无液体",
firehp = "",
notes = "",
link = "虚无液体",
inheritsReactions = "0",
parent = "water",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "14.5",
burnable = "0",
freezes = "ice_static",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_void_liquid",
},
{
tags = "liquid,corrodible,freezable,water,liquid_common",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "902F554F",
hitInto = "",
nameEn = "Water",
liquidSand = "0",
breaktobox2d = "",
herd = "water_temp",
melts = "steam",
liquidGravity = "1.5",
stickyness = "",
image = "water_temp.png",
onfire = "0",
lifetime = "",
nameOcn = "水",
firehp = "",
notes = "",
link = "水",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "4",
burnable = "0",
freezes = "ice_static",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_water_temp",
},
{
tags = "liquid,corrodible,meltable_to_water,freezable,water,liquid_common,chaotic_transmutation",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "602F557F",
hitInto = "",
nameEn = "chilly water",
liquidSand = "0",
breaktobox2d = "",
herd = "water_ice",
melts = "water",
liquidGravity = "1.5",
stickyness = "",
image = "water_ice.png",
onfire = "0",
lifetime = "",
nameOcn = "冰水",
firehp = "",
notes = "",
link = "水",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3.5",
burnable = "0",
freezes = "ice_static",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_ingestion_freezing|Effect_ingestion_freezing.png|0.02}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_water_ice",
},
{
tags = "liquid,corrodible,meltable_to_water,water,impure,liquid_common",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "802F552C",
hitInto = "",
nameEn = "swamp",
liquidSand = "0",
breaktobox2d = "",
herd = "water_swamp",
melts = "steam",
liquidGravity = "0.9",
stickyness = "",
image = "water_swamp.png",
onfire = "0",
lifetime = "",
nameOcn = "沼泽",
firehp = "",
notes = "",
link = "沼泽",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3.4",
burnable = "0",
freezes = "ice_static",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.1}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_water_swamp",
},
{
tags = "liquid,burnable,impure,liquid_common,chaotic_transmutation",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff3B3B3C",
hitInto = "",
nameEn = "oil",
liquidSand = "0",
breaktobox2d = "",
herd = "oil",
OutBiomes = "坍塌矿场,矿场,席西基地,古代实验室,避难所,煤矿矿坑",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "oil.png",
onfire = "0",
lifetime = "",
nameOcn = "油",
firehp = "500",
notes = "",
link = "油",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "1",
freezes = "",
biomes = "古代实验室,魔塔,冻结避难所,坍塌矿场,矿场,神圣之山,煤矿矿坑,席西基地,积雪深渊",
ingestEffect =
"{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.05}}{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.2}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_oiled|Effect_oiled.png}}",
nameKey = "mat_oil",
},
{
tags = "liquid,burnable,impure,hot,fire_strong,liquid_common",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "af3B3B3D",
hitInto = "",
nameEn = "fire",
liquidSand = "0",
breaktobox2d = "",
herd = "liquid_fire",
OutBiomes = "古代实验室",
melts = "",
liquidGravity = "0.2",
stickyness = "",
image = "liquid_fire.png",
onfire = "1",
lifetime = "",
nameOcn = "火焰",
firehp = "1000000",
notes = "",
link = "液体火",
inheritsReactions = "",
parent = "oil",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_oiled|Effect_oiled.png}}",
nameKey = "mat_liquid_fire",
},
{
tags = "liquid,burnable,impure,hot,fire_strong,liquid_common",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff3B3B4D",
hitInto = "",
nameEn = "liquid fire",
liquidSand = "0",
breaktobox2d = "",
herd = "liquid_fire_weak",
melts = "",
liquidGravity = "0.2",
stickyness = "",
image = "liquid_fire_weak.png",
onfire = "1",
lifetime = "",
nameOcn = "液体燃烧剂",
firehp = "2300",
notes = "",
link = "液体火",
inheritsReactions = "",
parent = "oil",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect =
"{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.05}}{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.2}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_oiled|Effect_oiled.png}}",
nameKey = "mat_liquid_fire_weak",
},
{
tags = "liquid,water,impure,liquid_common,chaotic_transmutation",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "90d0ffe8",
hitInto = "",
nameEn = "whiskey",
liquidSand = "0",
breaktobox2d = "",
herd = "alcohol",
OutBiomes = "矿场,古代实验室,避难所",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "alcohol.png",
onfire = "0",
lifetime = "",
nameOcn = "威士忌",
firehp = "",
notes = "威士忌不会被点燃,被点燃的是威士忌气体",
link = "威士忌",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3.5",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_ingestion_alcoholic_00|Effect_drunk.png|0.3}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_alcoholic|Effect_alcoholic.png}}",
nameKey = "mat_alcohol",
},
{
tags = "liquid,water,impure,liquid_common",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "90d0ffe9",
hitInto = "",
nameEn = "Sima",
liquidSand = "0",
breaktobox2d = "",
herd = "sima",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "sima.png",
onfire = "0",
lifetime = "",
nameOcn = "硅镁层",
firehp = "",
notes = "",
link = "芬兰蜂蜜酒",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3.5",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_ingestion_alcoholic_00|Effect_drunk.png|0.01}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_sima",
},
{
tags = "liquid,water,impure,liquid_common",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "90d0ffe7",
hitInto = "",
nameEn = "Juhannussima",
liquidSand = "0",
breaktobox2d = "",
herd = "juhannussima",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "juhannussima.png",
onfire = "0",
lifetime = "",
nameOcn = "尤汉努西玛",
firehp = "",
notes = "",
link = "仲夏蜂蜜酒",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3.5",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_ingestion_alcoholic_00|Effect_drunk.png|0.1}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_juhannussima",
},
{
tags = "gas,burnable,evaporable",
type = "liquid",
durability = "",
cellType = "gas",
wangColor = "1101FD13",
hitInto = "",
nameEn = "Whiskey fumes",
liquidSand = "0",
breaktobox2d = "",
herd = "alcohol_gas",
melts = "",
liquidGravity = "0",
stickyness = "",
image = "alcohol_gas.png",
onfire = "0",
lifetime = "50",
nameOcn = "威士忌烟雾",
firehp = "",
notes = "",
link = "威士忌烟雾",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_alcoholic|Effect_alcoholic.png}}",
nameKey = "mat_alcohol_gas",
},
{
tags = "liquid,burnable,water",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "efefa101",
hitInto = "",
nameEn = "draught of midas",
liquidSand = "0",
breaktobox2d = "",
herd = "midas",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "midas.png",
onfire = "0",
lifetime = "",
nameOcn = "点金之水",
firehp = "",
notes = "",
link = "点金之水",
inheritsReactions = "0",
parent = "alcohol",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "4",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect =
"{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.1}}{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.1}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_alcoholic|Effect_alcoholic.png}}",
nameKey = "mat_midas",
},
{
tags = "liquid,burnable,water",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "e1243CFF",
hitInto = "",
nameEn = "alchemic precursor",
liquidSand = "0",
breaktobox2d = "",
herd = "midas_precursor",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "midas_precursor.png",
onfire = "0",
lifetime = "",
nameOcn = "炼金溶液",
firehp = "",
notes = "",
link = "炼金溶液",
inheritsReactions = "0",
parent = "alcohol",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3.5",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect =
"{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.1}}{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.1}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_alcoholic|Effect_alcoholic.png}}",
nameKey = "mat_midas_precursor",
},
{
tags = "liquid,water,magic_liquid,impure",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "80fffea2",
hitInto = "",
nameEn = "gate-opener",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_liquid",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "magic_liquid.png",
onfire = "0",
lifetime = "300",
nameOcn = "开门魔药",
firehp = "",
notes = "",
link = "开门魔药",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5.23",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.1}}",
hardness = "",
stainEffect = "",
nameKey = "mat_magic_liquid",
},
{
tags = "liquid,water,magic_liquid,impure",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "80ff0204",
hitInto = "",
nameEn = "flummoxium",
liquidSand = "0",
breaktobox2d = "",
herd = "material_confusion",
OutBiomes = "古代实验室",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "material_confusion.png",
onfire = "0",
lifetime = "",
nameOcn = "除草基质",
firehp = "",
notes = "",
link = "混乱魔药",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "1.2",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_confusion|Effect_confusion.png|0.1}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_confusion|Effect_confusion.png}}",
nameKey = "mat_confusion",
},
{
tags = "liquid,water,magic_liquid,impure",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "80563e66",
hitInto = "",
nameEn = "Ominous liquid",
liquidSand = "0",
breaktobox2d = "",
herd = "material_darkness",
OutBiomes = "不祥神庙,路奇巢穴",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "material_darkness.png",
onfire = "0",
lifetime = "",
nameOcn = "不祥液体",
firehp = "",
notes = "",
link = "不祥液体",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "1.2434",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.1}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_poisoned|Effect_poisoned.png}}",
nameKey = "mat_darkness",
},
{
tags = "liquid,water,magic_liquid,impure",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "80FFA2CD",
hitInto = "",
nameEn = "Rainbow",
liquidSand = "0",
breaktobox2d = "",
herd = "material_rainbow",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "material_rainbow.png",
onfire = "0",
lifetime = "240",
nameOcn = "彩虹",
firehp = "",
notes = "",
link = "彩虹",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "1.874",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_rainbow_farts|Effect_farts.png|0.1}}",
hardness = "",
stainEffect = "",
nameKey = "mat_rainbow",
},
{
tags = "liquid,water,magic_liquid,impure,magic_faster",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "80c1dba4",
hitInto = "",
nameEn = "acceleratium",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_liquid_movement_faster",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "magic_liquid_movement_faster.png",
onfire = "0",
lifetime = "",
nameOcn = "加速基质",
firehp = "",
notes = "",
link = "加速基质",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "1.1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_movement_faster|Effect_movement_faster.png|0.2}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_movement_faster|Effect_movement_faster.png}}",
nameKey = "mat_magic_liquid_movement_faster",
},
{
tags = "liquid,water,magic_liquid,impure,magic_faster",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "80F6FFDC",
hitInto = "",
nameEn = "levitatium",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_liquid_faster_levitation",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "magic_liquid_faster_levitation.png",
onfire = "0",
lifetime = "",
nameOcn = "漂浮基质",
firehp = "",
notes = "",
link = "漂浮基质",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "1.11",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_faster_levitation|Effect_faster_levitation.png|0.2}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_faster_levitation|Effect_faster_levitation.png}}",
nameKey = "mat_magic_liquid_faster_levitation",
},
{
tags = "liquid,water,magic_liquid,impure,magic_faster",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "80C7F865",
hitInto = "",
nameEn = "hastium",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_liquid_faster_levitation_and_movement",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "magic_liquid_faster_levitation_and_movement.png",
onfire = "0",
lifetime = "",
nameOcn = "迅速基质",
firehp = "",
notes = "",
link = "迅捷基质",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "1.091",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect =
"{{Infobox_material/Status|status_faster_levitation|Effect_faster_levitation.png|0.1}}{{Infobox_material/Status|status_movement_faster|Effect_movement_faster.png|0.1}}",
hardness = "",
stainEffect =
"{{Infobox_material/Status|status_faster_levitation|Effect_faster_levitation.png}}{{Infobox_material/Status|status_movement_faster|Effect_movement_faster.png}}",
nameKey = "mat_magic_liquid_faster_levitation_and_movement",
},
{
tags = "liquid,water,magic_liquid,impure",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "80687478",
hitInto = "",
nameEn = "worm pheromone",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_liquid_worm_attractor",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "magic_liquid_worm_attractor.png",
onfire = "0",
lifetime = "",
nameOcn = "蠕虫费洛蒙",
firehp = "",
notes = "",
link = "蠕虫信息素",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "4.76",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_worm_attractor|Effect_worm_attractor.png|0.4}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_worm_attractor|Effect_worm_attractor.png}}",
nameKey = "mat_magic_liquid_worm_attractor",
},
{
tags = "liquid,water,magic_liquid,impure",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "80df9828",
hitInto = "",
nameEn = "ambrosia",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_liquid_protection_all",
OutBiomes = "古代实验室",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "magic_liquid_protection_all.png",
onfire = "0",
lifetime = "",
nameOcn = "灵丹妙药",
firehp = "",
notes = "",
link = "神佑魔药",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5.12",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.2}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_protection_all|Effect_protection_all.png}}",
nameKey = "mat_magic_liquid_protection_all",
},
{
tags = "liquid,water,magic_liquid,impure",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "800bffe5",
hitInto = "",
nameEn = "concentrated mana",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_liquid_mana_regeneration",
OutBiomes = "古代实验室",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "magic_liquid_mana_regeneration.png",
onfire = "0",
lifetime = "",
nameOcn = "汇聚法力",
firehp = "",
notes = "",
link = "汇聚法力",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "4.921",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_mana_regeneration|Effect_mana_regeneration.png|0.2}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_mana_regeneration|Effect_mana_regeneration.png}}",
nameKey = "mat_magic_liquid_mana_regeneration",
},
{
tags = "liquid,water,magic_liquid,impure",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "8000BEE4",
hitInto = "",
nameEn = "unstable teleportatium",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_liquid_unstable_teleportation",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "magic_liquid_unstable_teleportation.png",
onfire = "0",
lifetime = "",
nameOcn = "不稳传送基质",
firehp = "",
notes = "",
link = "不稳传送基质",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "4.43",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_teleportation|Effect_teleportation.png|0.05}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_teleportation|Effect_teleportation.png}}",
nameKey = "mat_magic_liquid_unstable_teleportation",
},
{
tags = "liquid,water,magic_liquid,impure",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "807fceea",
hitInto = "",
nameEn = "teleportatium",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_liquid_teleportation",
OutBiomes = "矿场,席西基地,古代实验室",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "magic_liquid_teleportation.png",
onfire = "0",
lifetime = "",
nameOcn = "传送基质",
firehp = "",
notes = "",
link = "传送基质",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "4.21",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_teleportation|Effect_teleportation.png|0.05}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_teleportation|Effect_teleportation.png}}",
nameKey = "mat_magic_liquid_teleportation",
},
{
tags = "liquid,water,magic_liquid,regenerative",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "80a1f18b",
hitInto = "",
nameEn = "healthium",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_liquid_hp_regeneration",
OutBiomes = "矿场",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "magic_liquid_hp_regeneration.png",
onfire = "0",
lifetime = "",
nameOcn = "生命基质",
firehp = "",
notes = "",
link = "生命基质",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5.53",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_hp_regeneration|Effect_hp_regeneration.png|0.075}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_hp_regeneration|Effect_hp_regeneration.png}}",
nameKey = "mat_magic_liquid_hp_regeneration",
},
{
tags = "liquid,water,magic_liquid,regenerative",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "80a1f18c",
hitInto = "",
nameEn = "lively concoction",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_liquid_hp_regeneration_unstable",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "magic_liquid_hp_regeneration_unstable.png",
onfire = "0",
lifetime = "900",
nameOcn = "活泼混合物",
firehp = "",
notes = "",
link = "活性混合物",
inheritsReactions = "0",
parent = "magic_liquid_hp_regeneration",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5.74",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_hp_regeneration|Effect_hp_regeneration.png|0.075}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_hp_regeneration|Effect_hp_regeneration.png}}",
nameKey = "mat_magic_liquid_hp_regeneration_unstable",
},
{
tags = "liquid,water,magic_liquid,magic_polymorph,impure",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "80f18beb",
hitInto = "",
nameEn = "polymorphine",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_liquid_polymorph",
OutBiomes = "矿场",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "magic_liquid_polymorph.png",
onfire = "0",
lifetime = "",
nameOcn = "变形魔药",
firehp = "",
notes = "",
link = "变形魔药",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "4.14",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_polymorph|Effect_polymorph.png|0.2}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_polymorph|Effect_polymorph.png}}",
nameKey = "mat_magic_liquid_polymorph",
},
{
tags = "liquid,water,magic_liquid,magic_polymorph,impure",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "8091448D",
hitInto = "",
nameEn = "chaotic polymorphine",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_liquid_random_polymorph",
OutBiomes = "矿场",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "magic_liquid_random_polymorph.png",
onfire = "0",
lifetime = "",
nameOcn = "混乱变形魔药",
firehp = "",
notes = "",
link = "混沌变形魔药",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "4.15",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_polymorph_random|Effect_polymorph_random.png|0.2}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_polymorph_random|Effect_polymorph_random.png}}",
nameKey = "mat_magic_liquid_random_polymorph",
},
{
tags = "liquid,water,magic_liquid,magic_polymorph,impure",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "80a3569f",
hitInto = "",
nameEn = "unstable polymorphine",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_liquid_unstable_polymorph",
OutBiomes = "席西基地,艺之神殿,古代实验室",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "magic_liquid_unstable_polymorph.png",
onfire = "0",
lifetime = "",
nameOcn = "不稳变形魔药",
firehp = "",
notes = "",
link = "不稳变形魔药",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "4.16",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_polymorph_random|Effect_polymorph_random.png|0.2}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_polymorph_random|Effect_polymorph_random.png}}",
nameKey = "mat_magic_liquid_unstable_polymorph",
},
{
tags = "liquid,water,magic_liquid,impure",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "80f86868",
hitInto = "",
nameEn = "berserkium",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_liquid_berserk",
OutBiomes = "矿场,古代实验室",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "magic_liquid_berserk.png",
onfire = "0",
lifetime = "",
nameOcn = "狂暴基质",
firehp = "",
notes = "",
link = "狂暴基质",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "2.412",
burnable = "0",
freezes = "",
biomes = " 古代实验室,矿场",
ingestEffect = "{{Infobox_material/Status|status_berserk|Effect_berserk.png|0.15}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_berserk|Effect_berserk.png}}",
nameKey = "mat_magic_liquid_berserk",
},
{
tags = "liquid,water,magic_liquid,impure",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "80c23055",
hitInto = "",
nameEn = "pheromone",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_liquid_charm",
OutBiomes = "矿场,亨克瓦神庙,古代实验室",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "magic_liquid_charm.png",
onfire = "0",
lifetime = "",
nameOcn = "费洛蒙",
firehp = "",
notes = "",
link = "费洛蒙",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3.513",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_charm|Effect_charm.png|0.2}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_charm|Effect_charm.png}}",
nameKey = "mat_magic_liquid_charm",
},
{
tags = "liquid,water,magic_liquid,impure",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "80306cc0",
hitInto = "",
nameEn = "invisiblium",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_liquid_invisibility",
OutBiomes = "矿场",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "magic_liquid_invisibility.png",
onfire = "0",
lifetime = "",
nameOcn = "隐形魔药",
firehp = "",
notes = "",
link = "隐形魔药",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5.3272",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.2}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_invisibility|Effect_invisibility.png}}",
nameKey = "mat_magic_liquid_invisibility",
},
{
tags = "liquid,radioactive,impure,liquid_common",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "1101FF34",
hitInto = "",
nameEn = "toxic mist",
liquidSand = "0",
breaktobox2d = "",
herd = "cloud_radioactive",
melts = "",
liquidGravity = "0",
stickyness = "",
image = "cloud_radioactive.png",
onfire = "0",
lifetime = "10",
nameOcn = "毒雾",
firehp = "",
notes = "",
link = "材料雾",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.1}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_radioactive|Effect_radioactive.png}}",
nameKey = "mat_cloud_radioactive",
},
{
tags = "liquid,blood,impure,liquid_common",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "2201FD34",
hitInto = "",
nameEn = "blood mist",
liquidSand = "0",
breaktobox2d = "",
herd = "cloud_blood",
melts = "",
liquidGravity = "0",
stickyness = "",
image = "cloud_blood.png",
onfire = "0",
lifetime = "10",
nameOcn = "血雾",
firehp = "",
notes = "",
link = "材料雾",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_bloody|Effect_bloody.png}}",
nameKey = "mat_cloud_blood",
},
{
tags = "liquid,impure,slime,liquid_common",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "2201FC34",
hitInto = "",
nameEn = "slime mist",
liquidSand = "0",
breaktobox2d = "",
herd = "cloud_slime",
melts = "",
liquidGravity = "0",
stickyness = "",
image = "cloud_slime.png",
onfire = "0",
lifetime = "10",
nameOcn = "粘液雾",
firehp = "",
notes = "",
link = "材料雾",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.2}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_slimy|Effect_slimy.png}}",
nameKey = "mat_cloud_slime",
},
{
tags = "liquid,corrodible,soluble,meltable_to_water,freezable,water,impure,liquid_common,chaotic_transmutation",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "802f2f0a",
hitInto = "",
nameEn = "swamp",
liquidSand = "0",
breaktobox2d = "",
herd = "swamp",
melts = "",
liquidGravity = "0.6",
stickyness = "",
image = "swamp.png",
onfire = "0",
lifetime = "",
nameOcn = "沼泽",
firehp = "",
notes = "",
link = "沼泽",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3.5",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.05}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_swamp",
},
{
tags = "sand_ground,corrodible,meltable_to_lava,impure",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "A0363e21",
hitInto = "",
nameEn = "mud",
liquidSand = "1",
breaktobox2d = "",
herd = "mud",
OutBiomes = "湖泊",
melts = "",
liquidGravity = "0.3",
stickyness = "",
image = "mud.png",
onfire = "0",
lifetime = "",
nameOcn = "淤泥",
firehp = "",
notes = "",
link = "淤泥",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.05}}",
hardness = "2000",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_mud",
},
{
tags = "liquid,corrodible,soluble,blood,impure,liquid_common,food,chaotic_transmutation",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "aa830000",
hitInto = "",
nameEn = "blood",
liquidSand = "0",
breaktobox2d = "",
herd = "blood",
OutBiomes = "矿场,肉类王国",
melts = "",
liquidGravity = "0.7",
stickyness = "",
image = "blood.png",
onfire = "0",
lifetime = "",
nameOcn = "血液",
firehp = "",
notes = "",
link = "血液",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "4.1",
burnable = "0",
freezes = "ice_blood_static",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_bloody|Effect_bloody.png}}",
nameKey = "mat_blood",
},
{
tags = "liquid,corrodible,soluble,evaporable_fast,blood,impure,liquid_common,food",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "aa830002",
hitInto = "",
nameEn = "blood",
liquidSand = "0",
breaktobox2d = "",
herd = "blood_fading",
melts = "",
liquidGravity = "0.7",
stickyness = "",
image = "blood_fading.png",
onfire = "0",
lifetime = "",
nameOcn = "血液",
firehp = "",
notes = "",
link = "血液",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3",
burnable = "0",
freezes = "ice_blood_static",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_bloody|Effect_bloody.png}}",
nameKey = "mat_blood_fading",
},
{
tags = "liquid,corrodible,soluble,blood,impure,liquid_common,food,chaotic_transmutation",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "44F13C23",
hitInto = "",
nameEn = "blood",
liquidSand = "0",
breaktobox2d = "",
herd = "blood_fading_slow",
melts = "",
liquidGravity = "0.7",
stickyness = "",
image = "blood_fading_slow.png",
onfire = "0",
lifetime = "200",
nameOcn = "血液",
firehp = "",
notes = "",
link = "血液",
inheritsReactions = "0",
parent = "blood",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "4.1",
burnable = "0",
freezes = "ice_blood_static",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_bloody|Effect_bloody.png}}",
nameKey = "mat_blood",
},
{
tags = "liquid,corrodible,soluble,evaporable,blood,impure,liquid_common,food,fungus,chaotic_transmutation",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "aa830001",
hitInto = "",
nameEn = "fungus blood",
liquidSand = "0",
breaktobox2d = "",
herd = "blood_fungi",
OutBiomes = "矿场",
melts = "",
liquidGravity = "1.0",
stickyness = "",
image = "blood_fungi.png",
onfire = "0",
lifetime = "",
nameOcn = "真菌血液",
firehp = "",
notes = "",
link = "真菌血液",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_trip_00|Effect_trip.png|0.5}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_slimy|Effect_slimy.png}}",
nameKey = "mat_blood_fungi",
},
{
tags = "liquid,corrodible,soluble,blood,impure,liquid_common,food,chaotic_transmutation",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "88C8BC00",
hitInto = "",
nameEn = "worm blood",
liquidSand = "0",
breaktobox2d = "",
herd = "blood_worm",
melts = "",
liquidGravity = "1.0",
stickyness = "",
image = "blood_worm.png",
onfire = "0",
lifetime = "",
nameOcn = "蠕虫血液",
firehp = "",
notes = "",
link = "蠕虫血液",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "2.123",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_nightvision|Effect_nightvision.png|0.5}}",
hardness = "",
stainEffect = "",
nameKey = "mat_blood_worm",
},
{
tags = "liquid,corrodible,soluble,impure,liquid_common,evaporable_by_fire,food",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "EEd7cfae",
hitInto = "",
nameEn = "Hearty Porridge",
liquidSand = "0",
breaktobox2d = "",
herd = "porridge",
melts = "",
liquidGravity = "1.0",
stickyness = "",
image = "porridge.png",
onfire = "0",
lifetime = "",
nameOcn = "满足之粥",
firehp = "100",
notes = "",
link = "满足之粥",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "2.123",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_hp_regeneration|Effect_hp_regeneration.png|0.015}}",
hardness = "1000",
stainEffect = "",
nameKey = "mat_porridge",
},
{
tags = "liquid,corrodible,soluble,evaporable_custom,blood,impure,cold,liquid_common",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "aa830023",
hitInto = "",
nameEn = "freezing liquid",
liquidSand = "0",
breaktobox2d = "",
herd = "blood_cold",
OutBiomes = "矿场",
melts = "",
liquidGravity = "1.0",
stickyness = "",
image = "blood_cold.png",
onfire = "0",
lifetime = "",
nameOcn = "冰冷液体",
firehp = "",
notes = "",
link = "冰冻液体",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3",
burnable = "0",
freezes = "ice_cold_static",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_ingestion_freezing|Effect_ingestion_freezing.png|0.2}}",
hardness = "",
stainEffect = "",
nameKey = "mat_blood_cold",
},
{
tags = "liquid,corrodible,soluble,radioactive,impure,liquid_common,chaotic_transmutation",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "4400FF33",
hitInto = "",
nameEn = "toxic sludge",
liquidSand = "0",
breaktobox2d = "",
herd = "radioactive_liquid",
OutBiomes = "矿场,席西基地,魔法神殿,塔,地下丛林,发电站,避难所,路奇巢穴,煤矿矿坑",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "radioactive_liquid.png",
onfire = "0",
lifetime = "",
nameOcn = "毒性淤泥",
firehp = "",
notes = "",
link = "毒性淤泥",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3",
burnable = "0",
freezes = "ice_radioactive_static",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.1}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_radioactive|Effect_radioactive.png}}",
nameKey = "mat_radioactive_liquid",
},
{
tags = "liquid,corrodible,soluble,impure,liquid_common",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "44B43CFF",
hitInto = "",
nameEn = "Poison",
liquidSand = "0",
breaktobox2d = "",
herd = "poison",
OutBiomes = "矿场",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "poison.png",
onfire = "0",
lifetime = "",
nameOcn = "毒液",
firehp = "",
notes = "",
link = "紫色毒液",
inheritsReactions = "0",
parent = "radioactive_liquid",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3",
burnable = "0",
freezes = "ice_poison_static",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.12}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_poisoned|Effect_poisoned.png}}",
nameKey = "mat_poison",
},
{
tags = "corrodible,soluble,impure",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "44369244",
hitInto = "",
nameEn = "Greed-cursed liquid",
liquidSand = "0",
breaktobox2d = "",
herd = "cursed_liquid",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "cursed_liquid.png",
onfire = "0",
lifetime = "",
nameOcn = "贪婪诅咒的液体",
firehp = "",
notes = "",
link = "贪婪诅咒液体",
inheritsReactions = "0",
parent = "radioactive_liquid",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3",
burnable = "0",
freezes = "ice_radioactive_static",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.12}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_poisoned|Effect_poisoned.png}}",
nameKey = "mat_cursed_liquid",
},
{
tags = "liquid,corrodible,soluble,radioactive,impure,liquid_common,chaotic_transmutation",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "44B4FF10",
hitInto = "",
nameEn = "toxic sludge",
liquidSand = "0",
breaktobox2d = "",
herd = "radioactive_liquid_yellow",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "radioactive_liquid_yellow.png",
onfire = "0",
lifetime = "",
nameOcn = "毒性淤泥",
firehp = "",
notes = "",
link = "毒性淤泥",
inheritsReactions = "0",
parent = "radioactive_liquid",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3",
burnable = "0",
freezes = "ice_radioactive_static",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.2}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_radioactive|Effect_radioactive.png}}",
nameKey = "mat_radioactive_liquid_yellow",
},
{
tags = "liquid,corrodible,soluble,evaporable,radioactive,impure,liquid_common",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "4400FF34",
hitInto = "",
nameEn = "toxic sludge",
liquidSand = "0",
breaktobox2d = "",
herd = "radioactive_liquid_fading",
OutBiomes = "席西基地",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "radioactive_liquid_fading.png",
onfire = "0",
lifetime = "",
nameOcn = "毒性淤泥",
firehp = "",
notes = "",
link = "毒性淤泥",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.2}}",
hardness = "",
stainEffect = "",
nameKey = "mat_radioactive_liquid_fading",
},
{
tags = "liquid,corrodible,soluble,evaporable_fast,impure,liquid_common",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "7734bfff",
hitInto = "",
nameEn = "magical liquid",
liquidSand = "0",
breaktobox2d = "",
herd = "plasma_fading",
melts = "",
liquidGravity = "1.0",
stickyness = "",
image = "plasma_fading.png",
onfire = "0",
lifetime = "",
nameOcn = "魔法液体",
firehp = "",
notes = "",
link = "魔法液体",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_plasma_fading",
},
{
tags = "liquid,corrodible,soluble,evaporable_fast,impure,liquid_common",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff36cdff",
hitInto = "",
nameEn = "magical liquid",
liquidSand = "0",
breaktobox2d = "",
herd = "plasma_fading_bright",
melts = "",
liquidGravity = "1.0",
stickyness = "",
image = "plasma_fading_bright.png",
onfire = "0",
lifetime = "",
nameOcn = "魔法液体",
firehp = "",
notes = "",
link = "魔法液体",
inheritsReactions = "0",
parent = "plasma_fading",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_plasma_fading",
},
{
tags = "liquid,corrodible,soluble,evaporable_fast,impure,liquid_common",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff78F050",
hitInto = "",
nameEn = "magical liquid",
liquidSand = "1",
breaktobox2d = "",
herd = "plasma_fading_green",
melts = "",
liquidGravity = "0.2",
stickyness = "",
image = "plasma_fading_green.png",
onfire = "1",
lifetime = "",
nameOcn = "魔法液体",
firehp = "100",
notes = "",
link = "魔法液体",
inheritsReactions = "0",
parent = "plasma_fading",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_plasma_fading_green",
},
{
tags = "liquid,corrodible,soluble,evaporable_fast,impure,liquid_common",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ffFF50F0",
hitInto = "",
nameEn = "magical liquid",
liquidSand = "1",
breaktobox2d = "",
herd = "plasma_fading_pink",
melts = "",
liquidGravity = "0.2",
stickyness = "",
image = "plasma_fading_pink.png",
onfire = "1",
lifetime = "",
nameOcn = "魔法液体",
firehp = "100",
notes = "",
link = "魔法液体",
inheritsReactions = "0",
parent = "plasma_fading",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_plasma_fading_pink",
},
{
tags = "liquid,corrodible,molten,alchemy,gold,solid,liquid_common,earth",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ffebcd04",
hitInto = "",
nameEn = "molten gold",
liquidSand = "0",
breaktobox2d = "",
herd = "gold_molten",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "gold_molten.png",
onfire = "1",
lifetime = "",
nameOcn = "熔化金液",
firehp = "90000",
notes = "",
link = "黄金",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{status|on fire!}}",
nameKey = "mat_gold_molten",
},
{
tags = "liquid,corrodible,molten_metal,alchemy,gold,solid,liquid_common,earth",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff404042",
hitInto = "",
nameEn = "molten steel",
liquidSand = "0",
breaktobox2d = "",
herd = "steel_static_molten",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "steel_static_molten.png",
onfire = "1",
lifetime = "",
nameOcn = "熔化钢水",
firehp = "90000",
notes = "",
link = "钢",
inheritsReactions = "0",
parent = "gold_molten",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{status|on fire!}}",
nameKey = "mat_steel_static_molten",
},
{
tags = "liquid,corrodible,molten_metal,alchemy,gold,solid,liquid_common,earth",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff404043",
hitInto = "",
nameEn = "molten steel",
liquidSand = "0",
breaktobox2d = "",
herd = "steelmoss_slanted_molten",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "steelmoss_slanted_molten.png",
onfire = "1",
lifetime = "",
nameOcn = "熔化钢水",
firehp = "90000",
notes = "",
link = "苔钢",
inheritsReactions = "0",
parent = "gold_molten",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{status|on fire!}}",
nameKey = "mat_steelmoss_slanted_molten",
},
{
tags = "liquid,corrodible,molten_metal,alchemy,gold,solid,liquid_common,earth",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff404044",
hitInto = "",
nameEn = "molten steel",
liquidSand = "0",
breaktobox2d = "",
herd = "steelmoss_static_molten",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "steelmoss_static_molten.png",
onfire = "1",
lifetime = "",
nameOcn = "熔化钢水",
firehp = "90000",
notes = "",
link = "锈蚀的钢",
inheritsReactions = "0",
parent = "gold_molten",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{status|on fire!}}",
nameKey = "mat_steelmoss_static_molten",
},
{
tags = "liquid,corrodible,molten_metal,alchemy,gold,solid,liquid_common,earth",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff404045",
hitInto = "",
nameEn = "molten steel",
liquidSand = "0",
breaktobox2d = "",
herd = "steelsmoke_static_molten",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "steelsmoke_static_molten.png",
onfire = "1",
lifetime = "",
nameOcn = "熔化钢水",
firehp = "90000",
notes = "",
link = "冒烟的钢",
inheritsReactions = "0",
parent = "gold_molten",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{status|on fire!}}",
nameKey = "mat_steelsmoke_static_molten",
},
{
tags = "liquid,corrodible,molten_metal,alchemy,gold,solid,liquid_common,earth",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff4b4045",
hitInto = "",
nameEn = "Molten metal",
liquidSand = "0",
breaktobox2d = "",
herd = "metal_sand_molten",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "metal_sand_molten.png",
onfire = "1",
lifetime = "",
nameOcn = "熔化金属",
firehp = "90000",
notes = "",
link = "金属尘埃",
inheritsReactions = "0",
parent = "gold_molten",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{status|on fire!}}",
nameKey = "mat_metal_sand_molten",
},
{
tags = "liquid,corrodible,molten_metal,alchemy,gold,solid,liquid_common,earth",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff404046",
hitInto = "",
nameEn = "molten metal",
liquidSand = "0",
breaktobox2d = "",
herd = "metal_molten",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "metal_molten.png",
onfire = "1",
lifetime = "",
nameOcn = "熔化金属",
firehp = "90000",
notes = "",
link = "金属",
inheritsReactions = "0",
parent = "gold_molten",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{status|on fire!}}",
nameKey = "mat_metal_molten",
},
{
tags = "liquid,corrodible,molten_metal,alchemy,gold,solid,liquid_common,earth",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff404047",
hitInto = "",
nameEn = "molten metal",
liquidSand = "0",
breaktobox2d = "",
herd = "metal_rust_molten",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "metal_rust_molten.png",
onfire = "1",
lifetime = "",
nameOcn = "熔化金属",
firehp = "90000",
notes = "",
link = "锈蚀金属",
inheritsReactions = "0",
parent = "gold_molten",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{status|on fire!}}",
nameKey = "mat_metal_rust_molten",
},
{
tags = "liquid,corrodible,molten_metal,alchemy,gold,solid,liquid_common,earth",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff404048",
hitInto = "",
nameEn = "molten metal",
liquidSand = "0",
breaktobox2d = "",
herd = "metal_nohit_molten",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "metal_nohit_molten.png",
onfire = "1",
lifetime = "",
nameOcn = "熔化金属",
firehp = "90000",
notes = "",
link = "金属",
inheritsReactions = "0",
parent = "gold_molten",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{status|on fire!}}",
nameKey = "mat_metal_nohit_molten",
},
{
tags = "liquid,corrodible,molten_metal,alchemy,gold,solid,liquid_common,earth",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff404049",
hitInto = "",
nameEn = "molten aluminium",
liquidSand = "0",
breaktobox2d = "",
herd = "aluminium_molten",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "aluminium_molten.png",
onfire = "1",
lifetime = "",
nameOcn = "熔化铝液",
firehp = "90000",
notes = "",
link = "熔融铝",
inheritsReactions = "0",
parent = "gold_molten",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{status|on fire!}}",
nameKey = "mat_aluminium_molten",
},
{
tags = "liquid,corrodible,molten_metal,alchemy,gold,solid,liquid_common,earth",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff404050",
hitInto = "",
nameEn = "molten aluminium",
liquidSand = "0",
breaktobox2d = "",
herd = "aluminium_robot_molten",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "aluminium_robot_molten.png",
onfire = "1",
lifetime = "",
nameOcn = "熔化铝液",
firehp = "90000",
notes = "",
link = "熔融铝",
inheritsReactions = "0",
parent = "gold_molten",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{status|on fire!}}",
nameKey = "mat_aluminium_robot_molten",
},
{
tags = "liquid,corrodible,molten_metal,alchemy,gold,solid,liquid_common,earth",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff404051",
hitInto = "",
nameEn = "molten metal",
liquidSand = "0",
breaktobox2d = "",
herd = "metal_prop_molten",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "metal_prop_molten.png",
onfire = "1",
lifetime = "",
nameOcn = "熔化金属",
firehp = "90000",
notes = "",
link = "金属",
inheritsReactions = "0",
parent = "gold_molten",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{status|on fire!}}",
nameKey = "mat_metal_prop_molten",
},
{
tags = "liquid,corrodible,molten_metal,alchemy,gold,solid,liquid_common,earth",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff404052",
hitInto = "",
nameEn = "molten steel",
liquidSand = "0",
breaktobox2d = "",
herd = "steel_rust_molten",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "steel_rust_molten.png",
onfire = "1",
lifetime = "",
nameOcn = "熔化钢水",
firehp = "90000",
notes = "",
link = "锈蚀的钢",
inheritsReactions = "0",
parent = "gold_molten",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{status|on fire!}}",
nameKey = "mat_steel_rust_molten",
},
{
tags = "liquid,corrodible,molten_metal,alchemy,gold,solid,liquid_common,earth",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff404053",
hitInto = "",
nameEn = "molten aluminium",
liquidSand = "0",
breaktobox2d = "",
herd = "aluminium_oxide_molten",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "aluminium_oxide_molten.png",
onfire = "1",
lifetime = "",
nameOcn = "熔化铝液",
firehp = "90000",
notes = "",
link = "熔融铝",
inheritsReactions = "0",
parent = "gold_molten",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "5",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{status|on fire!}}",
nameKey = "mat_aluminium_oxide_molten",
},
{
tags = "liquid,corrodible,molten,alchemy,impure,solid,liquid_common,earth",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ffEAACAB",
hitInto = "",
nameEn = "molten wax",
liquidSand = "0",
breaktobox2d = "",
herd = "wax_molten",
melts = "",
liquidGravity = "0.3",
stickyness = "",
image = "wax_molten.png",
onfire = "1",
lifetime = "",
nameOcn = "熔化蜡油",
firehp = "90000",
notes = "",
link = "熔融蜡",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "2",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_wax_molten",
},
{
tags = "liquid,corrodible,molten,alchemy,solid,liquid_common,earth",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff4e5263",
hitInto = "",
nameEn = "molten silver",
liquidSand = "0",
breaktobox2d = "",
herd = "silver_molten",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "silver_molten.png",
onfire = "1",
lifetime = "",
nameOcn = "熔化银汁",
firehp = "90000",
notes = "",
link = "熔融银",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{status|on fire!}}",
nameKey = "mat_silver_molten",
},
{
tags = "liquid,corrodible,molten,alchemy,solid,liquid_common,earth",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff4e5264",
hitInto = "",
nameEn = "molten copper",
liquidSand = "0",
breaktobox2d = "",
herd = "copper_molten",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "copper_molten.png",
onfire = "1",
lifetime = "",
nameOcn = "熔化铜水",
firehp = "90000",
notes = "",
link = "熔融铜",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{status|on fire!}}",
nameKey = "mat_copper_molten",
},
{
tags = "liquid,corrodible,molten,alchemy,solid,liquid_common,earth",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff4e5285",
hitInto = "",
nameEn = "molten brass",
liquidSand = "0",
breaktobox2d = "",
herd = "brass_molten",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "brass_molten.png",
onfire = "1",
lifetime = "",
nameOcn = "熔化黄铜水",
firehp = "90000",
notes = "",
link = "熔融黄铜",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{status|on fire!}}",
nameKey = "mat_brass_molten",
},
{
tags = "liquid,molten,meltable_to_lava,alchemy,solid,liquid_common,earth",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff4e5266",
hitInto = "",
nameEn = "molten glass",
liquidSand = "0",
breaktobox2d = "",
herd = "glass_molten",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "glass_molten.png",
onfire = "1",
lifetime = "",
nameOcn = "熔融玻璃",
firehp = "90000",
notes = "",
link = "熔融玻璃",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{status|on fire!}}",
nameKey = "mat_glass_molten",
},
{
tags = "liquid,molten,meltable_to_lava,alchemy,solid,liquid_common,earth",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ff4e5237",
hitInto = "",
nameEn = "molten glass",
liquidSand = "0",
breaktobox2d = "",
herd = "glass_broken_molten",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "glass_broken_molten.png",
onfire = "1",
lifetime = "",
nameOcn = "熔融玻璃",
firehp = "90000",
notes = "",
link = "熔融玻璃",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{status|on fire!}}",
nameKey = "mat_glass_broken_molten",
},
{
tags = "liquid,molten,alchemy,solid,liquid_common,earth",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ffebcd08",
hitInto = "",
nameEn = "molten metal",
liquidSand = "0",
breaktobox2d = "",
herd = "steel_molten",
melts = "",
liquidGravity = "1.5",
stickyness = "",
image = "steel_molten.png",
onfire = "1",
lifetime = "",
nameOcn = "熔化金属",
firehp = "90000",
notes = "",
link = "钢",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "2",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{status|on fire!}}",
nameKey = "mat_steel_molten",
},
{
tags = "liquid,impure",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "7f381774",
hitInto = "",
nameEn = "creepy liquid",
liquidSand = "0",
breaktobox2d = "",
herd = "creepy_liquid",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "creepy_liquid.png",
onfire = "0",
lifetime = "1350",
nameOcn = "恐怖液体",
firehp = "",
notes = "",
link = "恐怖液体",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_creepy_liquid",
},
{
tags = "gas",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "7f848485",
hitInto = "",
nameEn = "smoke",
liquidSand = "0",
breaktobox2d = "",
herd = "smoke",
OutBiomes = "席西基地",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "smoke.png",
onfire = "0",
lifetime = "350",
nameOcn = "烟",
firehp = "",
notes = "",
link = "烟",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_smoke",
},
{
tags = "gas",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "7fAFAFBF",
hitInto = "",
nameEn = "cloud",
liquidSand = "0",
breaktobox2d = "",
herd = "cloud",
OutBiomes = "伟大之作,云图",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "cloud.png",
onfire = "0",
lifetime = "350",
nameOcn = "云",
firehp = "",
notes = "",
link = "云",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "4.17",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_cloud",
},
{
tags = "gas",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "7fAFAFE5",
hitInto = "",
nameEn = "cloud",
liquidSand = "0",
breaktobox2d = "",
herd = "cloud_lighter",
OutBiomes = "伟大之作,云图",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "cloud_lighter.png",
onfire = "0",
lifetime = "350",
nameOcn = "云",
firehp = "",
notes = "",
link = "云",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_cloud",
},
{
tags = "gas",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "01c1e5ff",
hitInto = "",
nameEn = "smoke",
liquidSand = "0",
breaktobox2d = "",
herd = "smoke_magic",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "smoke_magic.png",
onfire = "0",
lifetime = "150",
nameOcn = "烟",
firehp = "",
notes = "",
link = "烟",
inheritsReactions = "0",
parent = "smoke",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_smoke_magic",
},
{
tags = "gas",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "7f848486",
hitInto = "",
nameEn = "smoke",
liquidSand = "0",
breaktobox2d = "",
herd = "smoke_explosion",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "smoke_explosion.png",
onfire = "0",
lifetime = "150",
nameOcn = "烟",
firehp = "",
notes = "",
link = "烟",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_smoke_explosion",
},
{
tags = "gas",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "7fc5c5ff",
hitInto = "",
nameEn = "steam",
liquidSand = "0",
breaktobox2d = "",
herd = "steam",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "steam.png",
onfire = "0",
lifetime = "1000",
nameOcn = "蒸汽",
firehp = "",
notes = "",
link = "蒸汽",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_steam",
},
{
tags = "gas",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "ffc6c5ff",
hitInto = "",
nameEn = "steam",
liquidSand = "0",
breaktobox2d = "",
herd = "steam_trailer",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "steam_trailer.png",
onfire = "0",
lifetime = "1000",
nameOcn = "蒸汽",
firehp = "",
notes = "",
link = "蒸汽",
inheritsReactions = "0",
parent = "steam",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_steam",
},
{
tags = "gas,burnable_fast",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "af4eb815",
hitInto = "",
nameEn = "flammable gas",
liquidSand = "0",
breaktobox2d = "",
herd = "acid_gas",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "acid_gas.png",
onfire = "0",
lifetime = "450",
nameOcn = "可燃气体",
firehp = "1000",
notes = "",
link = "可燃气体",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "2",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_acid_gas",
},
{
tags = "gas,burnable_fast",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "af4eb817",
hitInto = "",
nameEn = "flammable gas",
liquidSand = "0",
breaktobox2d = "",
herd = "acid_gas_static",
OutBiomes = "真菌洞穴,积雪深渊",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "acid_gas_static.png",
onfire = "0",
lifetime = "0",
nameOcn = "可燃气体",
firehp = "1000",
notes = "",
link = "可燃气体",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "2",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_acid_gas_static",
},
{
tags = "gas",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "7f848487",
hitInto = "",
nameEn = "smoke",
liquidSand = "0",
breaktobox2d = "",
herd = "smoke_static",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "smoke_static.png",
onfire = "0",
lifetime = "0",
nameOcn = "烟",
firehp = "",
notes = "",
link = "烟",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_smoke_static",
},
{
tags = "gas,burnable_fast",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "7fB42CFF",
hitInto = "",
nameEn = "poison gas",
liquidSand = "0",
breaktobox2d = "",
herd = "poison_gas",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "poison_gas.png",
onfire = "0",
lifetime = "450",
nameOcn = "毒气",
firehp = "1000",
notes = "",
link = "紫色毒液",
inheritsReactions = "0",
parent = "acid_gas",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "2",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_poison_gas",
},
{
tags = "gas,burnable_fast,fungus",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "7fEA1CAF",
hitInto = "",
nameEn = "fungal gas",
liquidSand = "0",
breaktobox2d = "",
herd = "fungal_gas",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "fungal_gas.png",
onfire = "0",
lifetime = "450",
nameOcn = "真菌气体",
firehp = "1000",
notes = "",
link = "真菌气体",
inheritsReactions = "1",
parent = "acid_gas",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "2",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_fungal_gas",
},
{
tags = "gas",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "7f724f43",
hitInto = "",
nameEn = "Nauseating gas",
liquidSand = "0",
breaktobox2d = "",
herd = "poo_gas",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "poo_gas.png",
onfire = "0",
lifetime = "350",
nameOcn = "恶心气体",
firehp = "",
notes = "",
link = "粪便",
inheritsReactions = "0",
parent = "smoke",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "1",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.12}}",
hardness = "",
stainEffect =
"{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png}}{{Infobox_material/Status|status_poisoned|Effect_poisoned.png}}",
nameKey = "mat_poo_gas",
},
{
tags = "gas,vapour,cold",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "7f5C98CD",
hitInto = "",
nameEn = "freezing vapour",
liquidSand = "0",
breaktobox2d = "",
herd = "blood_cold_vapour",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "blood_cold_vapour.png",
onfire = "0",
lifetime = "250",
nameOcn = "冰冷蒸汽",
firehp = "",
notes = "",
link = "冰冷蒸汽",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "2",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_blood_cold_vapour",
},
{
tags = "gas,vapour",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "7f6E8C3B",
hitInto = "",
nameEn = "funky vapour",
liquidSand = "0",
breaktobox2d = "",
herd = "sand_herb_vapour",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "sand_herb_vapour.png",
onfire = "0",
lifetime = "250",
nameOcn = "迷幻蒸汽",
firehp = "",
notes = "",
link = "迷幻蒸汽",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "2",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_sand_herb_vapour",
},
{
tags = "gas",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "af43b815",
hitInto = "",
nameEn = "toxic gas",
liquidSand = "0",
breaktobox2d = "",
herd = "radioactive_gas",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "radioactive_gas.png",
onfire = "0",
lifetime = "450",
nameOcn = "毒液气体",
firehp = "",
notes = "",
link = "绿色毒液蒸汽",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "2",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_radioactive_gas",
},
{
tags = "gas",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "af43b818",
hitInto = "",
nameEn = "toxic gas",
liquidSand = "0",
breaktobox2d = "",
herd = "radioactive_gas_static",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "radioactive_gas_static.png",
onfire = "0",
lifetime = "0",
nameOcn = "毒液气体",
firehp = "",
notes = "",
link = "毒性气体",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "2",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_radioactive_gas_static",
},
{
tags = "gas,vapour,regenerative_gas",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "7fA1F18C",
hitInto = "",
nameEn = "Healium",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_gas_hp_regeneration",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "magic_gas_hp_regeneration.png",
onfire = "0",
lifetime = "250",
nameOcn = "治疗基质",
firehp = "",
notes = "",
link = "治疗基质",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "2",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_hp_regeneration|Effect_hp_regeneration.png}}",
nameKey = "mat_magic_gas_hp_regeneration",
},
{
tags = "gas",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "7fF2E604",
hitInto = "",
nameEn = "Unicorn farts",
liquidSand = "0",
breaktobox2d = "",
herd = "rainbow_gas",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "rainbow_gas.png",
onfire = "0",
lifetime = "250",
nameOcn = "独角兽屁",
firehp = "",
notes = "",
link = "独角兽屁",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "2",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_rainbow_gas",
},
{
tags = "plant,requires_air,corrodible,burnable,alchemy,impure",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ff3abb30",
hitInto = "",
nameEn = "grass",
liquidSand = "1",
breaktobox2d = "",
herd = "grass",
OutBiomes = "坍塌矿场,矿场,塔,古代实验室,地下丛林,路奇巢穴,巫师巢穴,煤矿矿坑",
melts = "",
liquidGravity = "1.0",
stickyness = "",
image = "grass.png",
onfire = "0",
lifetime = "",
nameOcn = "草",
firehp = "100",
notes = "",
link = "草",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_farts|Effect_farts.png|0.1}}",
hardness = "200",
stainEffect = "",
nameKey = "mat_grass",
},
{
tags = "plant,corrodible,burnable,impure",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ff3abb31",
hitInto = "",
nameEn = "ice",
liquidSand = "1",
breaktobox2d = "",
herd = "grass_ice",
melts = "",
liquidGravity = "1.0",
stickyness = "",
image = "grass_ice.png",
onfire = "0",
lifetime = "",
nameOcn = "寒冰",
firehp = "100",
notes = "",
link = "草",
inheritsReactions = "0",
parent = "grass",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{status|gassy|1}}",
hardness = "200",
stainEffect = "",
nameKey = "mat_ice",
},
{
tags = "plant,requires_air,corrodible,burnable,alchemy,impure",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ff3abb35",
hitInto = "",
nameEn = "grass",
liquidSand = "1",
breaktobox2d = "",
herd = "grass_dry",
melts = "",
liquidGravity = "1.0",
stickyness = "",
image = "grass_dry.png",
onfire = "0",
lifetime = "",
nameOcn = "草",
firehp = "100",
notes = "",
link = "草",
inheritsReactions = "0",
parent = "grass",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{status|gassy|1}}",
hardness = "200",
stainEffect = "",
nameKey = "mat_grass",
},
{
tags = "plant,corrodible,burnable,alchemy,impure,fungus",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ff3abb32",
hitInto = "blood_fungi",
nameEn = "weird fungus",
liquidSand = "1",
breaktobox2d = "",
herd = "fungi",
OutBiomes = "坍塌矿场,矿场",
melts = "",
liquidGravity = "1.0",
stickyness = "",
image = "fungi.png",
onfire = "0",
lifetime = "",
nameOcn = "怪异真菌",
firehp = "60",
notes = "",
link = "真菌",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "blood_fungi",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_trip_00|Effect_trip.png|0.5}}",
hardness = "",
stainEffect = "",
nameKey = "mat_fungi_trippy",
},
{
tags = "plant,corrodible,burnable,alchemy,impure,fungus",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ff45FF45",
hitInto = "blood_fungi",
nameEn = "fungus",
liquidSand = "1",
breaktobox2d = "",
herd = "fungi_green",
OutBiomes = "坍塌矿场,矿场",
melts = "",
liquidGravity = "1.0",
stickyness = "0.7",
image = "fungi_green.png",
onfire = "0",
lifetime = "",
nameOcn = "真菌",
firehp = "60",
notes = "",
link = "真菌",
inheritsReactions = "1",
parent = "fungi",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "slime_green",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_trip_00|Effect_trip.png|0.5}}",
hardness = "",
stainEffect = "",
nameKey = "mat_fungi_green",
},
{
tags = "plant,requires_air,corrodible,burnable,alchemy,impure",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ff7f506d",
hitInto = "",
nameEn = "grass",
liquidSand = "1",
breaktobox2d = "",
herd = "grass_dark",
OutBiomes = "路奇巢穴",
melts = "",
liquidGravity = "1.0",
stickyness = "0.7",
image = "grass_dark.png",
onfire = "0",
lifetime = "",
nameOcn = "草",
firehp = "100",
notes = "",
link = "草",
inheritsReactions = "1",
parent = "grass",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "slime",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_farts|Effect_farts.png|0.1}}",
hardness = "200",
stainEffect = "",
nameKey = "mat_grass",
},
{
tags = "plant,corrodible,burnable",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ff46FF65",
hitInto = "blood_fungi",
nameEn = "Mystery fungus",
liquidSand = "1",
breaktobox2d = "",
herd = "fungi_creeping",
melts = "",
liquidGravity = "1.0",
stickyness = "0.1",
image = "fungi_creeping.png",
onfire = "0",
lifetime = "",
nameOcn = "神秘真菌",
firehp = "60",
notes = "代码里神秘真菌的沾湿是变形,但是因为没有填写liquid_stains,所以导致沾湿不会生效。",
link = "真菌",
inheritsReactions = "1",
parent = "fungi",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "blood_fungi",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_trip_00|Effect_trip.png|0.5}}",
hardness = "",
stainEffect = "",
nameKey = "mat_fungi_creeping",
},
{
tags = "plant,corrodible,burnable",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ff461FF5",
hitInto = "blood_fungi",
nameEn = "fungus",
liquidSand = "1",
breaktobox2d = "",
herd = "fungi_creeping_secret",
melts = "",
liquidGravity = "1.0",
stickyness = "0.1",
image = "fungi_creeping_secret.png",
onfire = "0",
lifetime = "",
nameOcn = "真菌",
firehp = "60",
notes = "代码里fungi_creeping_secret的沾湿是变形,但是因为没有填写liquid_stains,所以导致沾湿不会生效。",
link = "真菌",
inheritsReactions = "1",
parent = "fungi",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "blood_fungi",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_trip_00|Effect_trip.png|0.5}}",
hardness = "",
stainEffect = "",
nameKey = "mat_fungi_green",
},
{
tags = "plant,corrodible,burnable,alchemy,impure",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ff3abb33",
hitInto = "",
nameEn = "seed",
liquidSand = "1",
breaktobox2d = "",
herd = "spore",
melts = "",
liquidGravity = "0.04",
stickyness = "",
image = "spore.png",
onfire = "0",
lifetime = "",
nameOcn = "种子",
firehp = "",
notes = "",
link = "种子(材料)",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_spore",
},
{
tags = "plant,corrodible,burnable,alchemy,impure",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ff33b828",
hitInto = "",
nameEn = "moss",
liquidSand = "1",
breaktobox2d = "",
herd = "moss",
OutBiomes = "坍塌矿场,矿场,塔,古代实验室,巫师巢穴,煤矿矿坑",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "moss.png",
onfire = "0",
lifetime = "",
nameOcn = "苔藓",
firehp = "100",
notes = "",
link = "苔藓",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_farts|Effect_farts.png|0.1}}",
hardness = "200",
stainEffect = "",
nameKey = "mat_moss",
},
{
tags = "plant,corrodible,burnable,alchemy,impure",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "A045AA45",
hitInto = "",
nameEn = "Peat",
liquidSand = "0",
breaktobox2d = "",
herd = "peat",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "peat.png",
onfire = "0",
lifetime = "",
nameOcn = "泥炭",
firehp = "100",
notes = "",
link = "泥炭",
inheritsReactions = "1",
parent = "moss",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "3.4",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_farts|Effect_farts.png|0.1}}",
hardness = "200",
stainEffect = "",
nameKey = "mat_peat",
},
{
tags = "plant,corrodible,burnable,alchemy,impure",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ff45F145",
hitInto = "",
nameEn = "rusty moss",
liquidSand = "1",
breaktobox2d = "",
herd = "moss_rust",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "moss_rust.png",
onfire = "0",
lifetime = "",
nameOcn = "锈色苔藓",
firehp = "100",
notes = "",
link = "苔藓",
inheritsReactions = "1",
parent = "moss",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "3.4",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_farts|Effect_farts.png|0.1}}",
hardness = "200",
stainEffect = "",
nameKey = "mat_moss_rust",
},
{
tags = "plant,requires_air,corrodible,burnable",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ff33b838",
hitInto = "",
nameEn = "plant material",
liquidSand = "1",
breaktobox2d = "",
herd = "plant_material",
OutBiomes = "坍塌矿场,矿场,塔,地下丛林",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "plant_material.png",
onfire = "0",
lifetime = "",
nameOcn = "植物材料",
firehp = "",
notes = "",
link = "植物材料",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200",
stainEffect = "",
nameKey = "mat_plant_material",
},
{
tags = "plant,requires_air,corrodible,burnable",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ffaa2818",
hitInto = "",
nameEn = "seed",
liquidSand = "1",
breaktobox2d = "",
herd = "plant_material_red",
OutBiomes = "魔法神殿,塔,伟大之作,煤矿矿坑",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "plant_material_red.png",
onfire = "0",
lifetime = "",
nameOcn = "种子",
firehp = "",
notes = "",
link = "种子(材料)",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200",
stainEffect = "",
nameKey = "mat_plant_material_red",
},
{
tags = "plant,corrodible,burnable",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ff33b848",
hitInto = "",
nameEn = "seed",
liquidSand = "1",
breaktobox2d = "",
herd = "ceiling_plant_material",
OutBiomes = "坍塌矿场,真菌洞穴,矿场,亨克瓦神庙,金字塔,艺之神殿,魔法神殿,奇威神庙,塔,沙漠,地下丛林,发电站,避难所,不祥神庙,贫瘠神庙,伟大之作,瞭望塔,煤矿矿坑",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "ceiling_plant_material.png",
onfire = "0",
lifetime = "",
nameOcn = "种子",
firehp = "",
notes = "",
link = "种子(材料)",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200",
stainEffect = "",
nameKey = "mat_ceiling_plant_material",
},
{
tags = "plant,corrodible,burnable",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ffb89f6c",
hitInto = "",
nameEn = "fungal spore",
liquidSand = "1",
breaktobox2d = "",
herd = "mushroom_seed",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "mushroom_seed.png",
onfire = "0",
lifetime = "",
nameOcn = "真菌孢子",
firehp = "",
notes = "",
link = "真菌孢子",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200",
stainEffect = "",
nameKey = "mat_mushroom_seed",
},
{
tags = "plant,corrodible,burnable",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ffBC9B58",
hitInto = "",
nameEn = "plant seed",
liquidSand = "1",
breaktobox2d = "",
herd = "plant_seed",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "plant_seed.png",
onfire = "0",
lifetime = "",
nameOcn = "植物种子",
firehp = "",
notes = "",
link = "植物种子",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200",
stainEffect = "",
nameKey = "mat_plant_seed",
},
{
tags = "plant,corrodible,burnable",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ffb89f7c",
hitInto = "",
nameEn = "fungal spore",
liquidSand = "1",
breaktobox2d = "",
herd = "mushroom",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "mushroom.png",
onfire = "0",
lifetime = "",
nameOcn = "真菌孢子",
firehp = "",
notes = "",
link = "真菌孢子",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.2}}",
hardness = "200",
stainEffect = "",
nameKey = "mat_mushroom",
},
{
tags = "plant,requires_air,corrodible,burnable",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ffd9d9cd",
hitInto = "",
nameEn = "fungal spore",
liquidSand = "1",
breaktobox2d = "",
herd = "mushroom_giant_red",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "mushroom_giant_red.png",
onfire = "0",
lifetime = "",
nameOcn = "真菌孢子",
firehp = "",
notes = "",
link = "真菌孢子",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.2}}",
hardness = "200",
stainEffect = "",
nameKey = "mat_mushroom_giant_red",
},
{
tags = "plant,requires_air,corrodible,burnable",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ffd9d9cc",
hitInto = "",
nameEn = "fungal spore",
liquidSand = "1",
breaktobox2d = "",
herd = "mushroom_giant_blue",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "mushroom_giant_blue.png",
onfire = "0",
lifetime = "",
nameOcn = "真菌孢子",
firehp = "",
notes = "",
link = "真菌孢子",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.2}}",
hardness = "200",
stainEffect = "",
nameKey = "mat_mushroom_giant_blue",
},
{
tags = "plant,requires_air,corrodible,burnable",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ffd9d9cb",
hitInto = "",
nameEn = "glowing fungal spore",
liquidSand = "1",
breaktobox2d = "",
herd = "glowshroom",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "glowshroom.png",
onfire = "0",
lifetime = "",
nameOcn = "发光真菌孢子",
firehp = "",
notes = "",
link = "真菌孢子",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_trip_00|Effect_trip.png|0.4}}",
hardness = "200",
stainEffect = "",
nameKey = "mat_glowshroom",
},
{
tags = "plant,requires_air,corrodible,burnable",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ff4d5d44",
hitInto = "",
nameEn = "evergreen seed",
liquidSand = "1",
breaktobox2d = "",
herd = "bush_seed",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "bush_seed.png",
onfire = "0",
lifetime = "",
nameOcn = "常绿种子",
firehp = "",
notes = "",
link = "常绿种子",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200",
stainEffect = "",
nameKey = "mat_bush_seed",
},
{
tags = "static,corrodible,alchemy,solid,earth",
type = "box2d",
durability = "9",
cellType = "liquid",
wangColor = "ff613e03",
hitInto = "",
nameEn = "wood",
liquidSand = "1",
breaktobox2d = "",
herd = "wood_player",
melts = "",
liquidGravity = "1.0",
stickyness = "",
image = "wood_player.png",
onfire = "0",
lifetime = "",
nameOcn = "木材",
firehp = "600",
notes = "",
link = "木材",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "2000",
stainEffect = "",
nameKey = "mat_wood_player",
},
{
tags = "static,box2d,alchemy,corrodible,solid,earth",
type = "box2d",
durability = "9",
cellType = "solid",
wangColor = "ff613e02",
hitInto = "wood_player",
nameEn = "wood",
liquidSand = "0",
breaktobox2d = "",
herd = "wood_player_b2",
OutBiomes = "坍塌矿场,矿场,席西基地,地下丛林,煤矿矿坑",
melts = "",
liquidGravity = "",
stickyness = "",
image = "wood_player_b2.png",
onfire = "0",
lifetime = "",
nameOcn = "木材",
firehp = "600",
notes = "",
link = "木材",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "2000",
stainEffect = "",
nameKey = "mat_wood_player_b2",
},
{
tags = "static,box2d,alchemy,corrodible,solid,earth",
type = "box2d",
durability = "9",
cellType = "solid",
wangColor = "ffa13f02",
hitInto = "wood_player",
nameEn = "wood",
liquidSand = "0",
breaktobox2d = "",
herd = "wood_player_b2_vertical",
melts = "",
liquidGravity = "",
stickyness = "",
image = "wood_player_b2_vertical.png",
onfire = "0",
lifetime = "",
nameOcn = "木材",
firehp = "600",
notes = "",
link = "木材",
inheritsReactions = "1",
parent = "wood_player_b2",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "wood_player",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "2000",
stainEffect = "",
nameKey = "mat_wood_player_b2_vertical",
},
{
tags = "box2d,corrodible,alchemy,burnable,solid,earth",
custpouch = "Prop wheel tiny.png",
type = "box2d",
durability = "9",
cellType = "solid",
wangColor = "ff613e00",
hitInto = "",
nameEn = "wood",
liquidSand = "0",
breaktobox2d = "",
herd = "wood",
OutBiomes = "坍塌矿场,矿场,席西基地,地下丛林",
melts = "",
liquidGravity = "",
stickyness = "",
image = "wood.png",
onfire = "0",
lifetime = "",
nameOcn = "木材",
firehp = "600",
notes = "",
link = "木材",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "3000",
stainEffect = "",
nameKey = "mat_wood",
custpotion = "Prop wheel small.png",
},
{
tags = "box2d,alchemy,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ffEAAAAC",
hitInto = "",
nameEn = "wax",
liquidSand = "0",
breaktobox2d = "",
herd = "wax_b2",
melts = "",
liquidGravity = "",
stickyness = "",
image = "wax_b2.png",
onfire = "0",
lifetime = "",
nameOcn = "蜡",
firehp = "60000",
notes = "",
link = "蜡",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_farts|Effect_farts.png|0.1}}",
hardness = "2000",
stainEffect = "",
nameKey = "mat_wax_b2",
},
{
wangColor = "ffEAAAAD",
hitInto = "",
nameEn = "bomb",
liquidSand = "0",
breaktobox2d = "",
herd = "fuse",
melts = "",
liquidGravity = "",
stickyness = "",
image = "fuse.png",
onfire = "0",
lifetime = "",
nameOcn = "炸弹",
firehp = "600",
notes = "",
type = "box2d",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
link = "炸弹材料",
durability = "11",
hardness = "2000",
tags = "box2d",
nameKey = "mat_fuse",
cellType = "solid",
},
{
wangColor = "ffEA151E",
hitInto = "",
nameEn = "bomb",
liquidSand = "0",
breaktobox2d = "",
herd = "fuse_bright",
melts = "",
liquidGravity = "",
stickyness = "",
image = "fuse_bright.png",
onfire = "0",
lifetime = "",
nameOcn = "炸弹",
firehp = "600",
notes = "",
type = "box2d",
inheritsReactions = "0",
parent = "fuse",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
link = "炸弹材料",
durability = "11",
hardness = "2000",
tags = "box2d",
nameKey = "mat_fuse",
cellType = "solid",
},
{
wangColor = "ffEAAAAE",
hitInto = "",
nameEn = "tnt",
liquidSand = "0",
breaktobox2d = "",
herd = "fuse_tnt",
melts = "",
liquidGravity = "",
stickyness = "",
image = "fuse_tnt.png",
onfire = "0",
lifetime = "",
nameOcn = "tnt",
firehp = "600",
notes = "",
type = "box2d",
inheritsReactions = "0",
parent = "fuse",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
link = "TNT材料",
durability = "11",
hardness = "2000",
tags = "box2d",
nameKey = "mat_fuse_tnt",
cellType = "solid",
},
{
wangColor = "ffEAABAE",
hitInto = "",
nameEn = "holy matter",
liquidSand = "0",
breaktobox2d = "",
herd = "fuse_holy",
melts = "",
liquidGravity = "",
stickyness = "",
image = "fuse_holy.png",
onfire = "0",
lifetime = "",
nameOcn = "神圣物质",
firehp = "600",
notes = "",
type = "box2d",
inheritsReactions = "0",
parent = "fuse",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
link = "神圣物质",
durability = "11",
hardness = "2000",
tags = "box2d",
nameKey = "mat_fuse_holy",
cellType = "solid",
},
{
tags = "box2d,corrodible,alchemy,burnable,solid,earth",
type = "box2d",
durability = "9",
cellType = "solid",
wangColor = "ff644620",
hitInto = "",
nameEn = "brickwork",
liquidSand = "0",
breaktobox2d = "",
herd = "templebrick_box2d",
melts = "",
liquidGravity = "",
stickyness = "",
image = "templebrick_box2d.png",
onfire = "0",
lifetime = "",
nameOcn = "砖块",
firehp = "600",
notes = "",
link = "砖块",
inheritsReactions = "1",
parent = "wood",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_templebrick_box2d",
},
{
tags = "box2d,corrodible,alchemy,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff613e01",
hitInto = "",
nameEn = "wood",
liquidSand = "0",
breaktobox2d = "",
herd = "wood_loose",
OutBiomes = "塔,沙漠",
melts = "",
liquidGravity = "",
stickyness = "",
image = "wood_loose.png",
onfire = "0",
lifetime = "",
nameOcn = "木材",
firehp = "600",
notes = "",
link = "木材",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "2000",
stainEffect = "",
nameKey = "mat_wood_loose",
custpotion = "Prop coalmine large structure background 01.png",
},
{
tags = "box2d,corrodible,alchemy,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ffa44620",
hitInto = "",
nameEn = "wood",
liquidSand = "0",
breaktobox2d = "",
herd = "wood_trailer",
melts = "",
liquidGravity = "",
stickyness = "",
image = "wood_trailer.png",
onfire = "0",
lifetime = "",
nameOcn = "木材",
firehp = "50",
notes = "",
link = "木材",
inheritsReactions = "1",
parent = "wood_loose",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "2000",
stainEffect = "",
nameKey = "mat_wood_trailer",
},
{
tags = "box2d,corrodible,alchemy,burnable,solid,earth",
type = "box2d",
durability = "9",
cellType = "solid",
wangColor = "ff644600",
hitInto = "",
nameEn = "wood",
liquidSand = "0",
breaktobox2d = "",
herd = "wood_wall",
OutBiomes = "坍塌矿场,积雪深渊,矿场",
melts = "",
liquidGravity = "",
stickyness = "",
image = "wood_wall.png",
onfire = "0",
lifetime = "",
nameOcn = "木材",
firehp = "600",
notes = "",
link = "木材",
inheritsReactions = "1",
parent = "wood",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "3000",
stainEffect = "",
nameKey = "mat_wood_wall",
},
{
tags = "box2d,corrodible,alchemy,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff64f640",
hitInto = "",
nameEn = "wood",
liquidSand = "0",
breaktobox2d = "",
herd = "cactus",
OutBiomes = "沙漠",
melts = "",
liquidGravity = "",
stickyness = "",
image = "cactus.png",
onfire = "0",
lifetime = "",
nameOcn = "木材",
firehp = "600",
notes = "",
link = "草",
inheritsReactions = "1",
parent = "wood_loose",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "2000",
stainEffect = "",
nameKey = "mat_wood_loose",
},
{
tags = "box2d,corrodible,alchemy,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff64e64a",
hitInto = "",
nameEn = "fungal matter",
liquidSand = "0",
breaktobox2d = "",
herd = "grass_loose",
melts = "",
liquidGravity = "",
stickyness = "",
image = "grass_loose.png",
onfire = "0",
lifetime = "",
nameOcn = "真菌物质",
firehp = "600",
notes = "",
link = "真菌物质",
inheritsReactions = "1",
parent = "wood_loose",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "2000",
stainEffect = "",
nameKey = "mat_grass_loose",
},
{
tags = "box2d,alchemy,solid,earth,fungus",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff64ab40",
hitInto = "",
nameEn = "fungus",
liquidSand = "0",
breaktobox2d = "",
herd = "fungus_loose",
OutBiomes = "坍塌矿场,真菌洞穴,矿场,塔,繁茂洞穴,地下丛林,煤矿矿坑",
melts = "",
liquidGravity = "",
stickyness = "",
image = "fungus_loose.png",
onfire = "0",
lifetime = "",
nameOcn = "真菌",
firehp = "600",
notes = "野外那种背景蘑菇被比如链锯打碎后变成的box2d",
link = "真菌",
inheritsReactions = "1",
parent = "wood_loose",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "blood_fungi",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|1}}",
hardness = "2000",
stainEffect = "",
nameKey = "mat_fungus_loose",
},
{
tags = "box2d,alchemy,solid,earth,fungus",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff64ab2c",
hitInto = "",
nameEn = "fungus",
liquidSand = "0",
breaktobox2d = "",
herd = "fungus_loose_green",
melts = "",
liquidGravity = "",
stickyness = "",
image = "fungus_loose_green.png",
onfire = "0",
lifetime = "",
nameOcn = "真菌",
firehp = "600",
notes = "",
link = "真菌",
inheritsReactions = "1",
parent = "wood_loose",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "slime_green",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|1}}",
hardness = "2000",
stainEffect = "",
nameKey = "mat_fungus_loose",
},
{
tags = "box2d,alchemy,solid,earth,fungus",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff64ab41",
hitInto = "",
nameEn = "weird fungus",
liquidSand = "0",
breaktobox2d = "",
herd = "fungus_loose_trippy",
melts = "",
liquidGravity = "",
stickyness = "",
image = "fungus_loose_trippy.png",
onfire = "0",
lifetime = "",
nameOcn = "怪异真菌",
firehp = "600",
notes = "",
link = "真菌",
inheritsReactions = "1",
parent = "wood_loose",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "blood_fungi",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_trip_00|Effect_trip.png|0.3}}",
hardness = "2000",
stainEffect = "",
nameKey = "mat_fungi_trippy",
},
{
tags = "box2d,corrodible,alchemy,burnable,solid,earth",
custpouch = "Prop tnt.png",
type = "box2d",
durability = "8",
cellType = "solid",
wangColor = "ff966400",
hitInto = "",
nameEn = "wood",
liquidSand = "0",
breaktobox2d = "",
herd = "wood_prop",
OutBiomes = "席西基地",
melts = "",
liquidGravity = "",
stickyness = "",
image = "wood_prop.png",
onfire = "0",
lifetime = "",
nameOcn = "木材",
firehp = "420",
notes = "",
link = "木材",
inheritsReactions = "1",
parent = "wood",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "5000",
stainEffect = "",
nameKey = "mat_wood_prop",
custpotion = "Prop box.png",
},
{
tags = "box2d,corrodible,alchemy,burnable,solid,earth",
custpouch = "",
type = "box2d",
durability = "8",
cellType = "solid",
wangColor = "ff966401",
hitInto = "",
nameEn = "wood",
liquidSand = "0",
breaktobox2d = "",
herd = "wood_prop_noplayerhit",
melts = "",
liquidGravity = "",
stickyness = "",
image = "wood_prop_noplayerhit.png",
onfire = "0",
lifetime = "",
nameOcn = "木材",
firehp = "420",
notes = "",
link = "木材",
inheritsReactions = "1",
parent = "wood",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "5000",
stainEffect = "",
nameKey = "mat_wood_prop",
custpotion = "Spell tntbox big.png",
},
{
tags = "box2d,corrodible,rust_oxide,alchemy,meltable_metal,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff3b5d3c",
hitInto = "",
nameEn = "aluminium",
liquidSand = "0",
breaktobox2d = "",
herd = "aluminium",
melts = "",
liquidGravity = "",
stickyness = "",
image = "aluminium.png",
onfire = "0",
lifetime = "",
nameOcn = "铝",
firehp = "",
notes = "",
link = "铝",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "5000",
stainEffect = "",
nameKey = "mat_aluminium",
},
{
tags = "box2d,burnable,solid",
custpotion = "Item material pouch.png",
type = "box2d",
durability = "8",
cellType = "solid",
wangColor = "ff937f52",
hitInto = "",
nameEn = "(此材料无名)",
liquidSand = "0",
breaktobox2d = "",
herd = "cloth_box2d",
melts = "",
liquidGravity = "",
stickyness = "",
image = "cloth_box2d.png",
onfire = "0",
lifetime = "",
nameOcn = "(此材料无名)",
firehp = "420",
notes =
"此材料为粉末袋子的材料、本材料的名字理论上应该是布料,但是因为nolla写的ui_name是mat_cloth,而最有可能是这个材料名字的本地化文件的标识符为material_cloth,经过检查,可以得知material_cloth为布料",
link = "布料",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "5000",
stainEffect = "",
nameKey = "mat_cloth",
},
{
tags = "box2d,corrodible,alchemy,burnable,solid,earth",
type = "box2d",
durability = "9",
cellType = "solid",
wangColor = "ff966410",
hitInto = "",
nameEn = "tough wood",
liquidSand = "0",
breaktobox2d = "",
herd = "wood_prop_durable",
melts = "",
liquidGravity = "",
stickyness = "",
image = "wood_prop_durable.png",
onfire = "0",
lifetime = "",
nameOcn = "硬木",
firehp = "242420",
notes = "",
link = "硬木",
inheritsReactions = "1",
parent = "wood",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200000",
stainEffect = "",
nameKey = "mat_wood_prop_durable",
},
{
tags = "box2d,corrodible,alchemy,burnable,solid,earth",
type = "box2d",
durability = "8",
cellType = "solid",
wangColor = "ff3b8d4b",
hitInto = "",
nameEn = "nest",
liquidSand = "0",
breaktobox2d = "",
herd = "nest_box2d",
melts = "",
liquidGravity = "",
stickyness = "",
image = "nest_box2d.png",
onfire = "0",
lifetime = "",
nameOcn = "巢穴",
firehp = "420",
notes = "",
link = "巢穴",
inheritsReactions = "1",
parent = "wood_prop",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "5000",
stainEffect = "",
nameKey = "mat_nest_box2d",
},
{
tags = "box2d,corrodible,alchemy,burnable,solid,earth",
type = "box2d",
durability = "8",
cellType = "solid",
wangColor = "ff3b3e3b",
hitInto = "",
nameEn = "nest",
liquidSand = "0",
breaktobox2d = "",
herd = "nest_firebug_box2d",
melts = "",
liquidGravity = "",
stickyness = "",
image = "nest_firebug_box2d.png",
onfire = "0",
lifetime = "",
nameOcn = "巢穴",
firehp = "420",
notes = "",
link = "巢穴",
inheritsReactions = "1",
parent = "wood_prop",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "5000",
stainEffect = "",
nameKey = "mat_nest_box2d",
},
{
tags = "box2d,corrodible,alchemy,burnable,solid,earth",
type = "box2d",
durability = "8",
cellType = "solid",
wangColor = "ff3f8d4b",
hitInto = "",
nameEn = "cocoon",
liquidSand = "0",
breaktobox2d = "",
herd = "cocoon_box2d",
melts = "",
liquidGravity = "",
stickyness = "",
image = "cocoon_box2d.png",
onfire = "0",
lifetime = "",
nameOcn = "茧",
firehp = "420",
notes = "",
link = "茧",
inheritsReactions = "1",
parent = "wood_prop",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "5000",
stainEffect = "",
nameKey = "mat_cocoon_box2d",
},
{
tags = "box2d,corrodible,alchemy,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff937d58",
hitInto = "",
nameEn = "rock",
liquidSand = "0",
breaktobox2d = "",
herd = "rock_loose",
melts = "",
liquidGravity = "",
stickyness = "",
image = "rock_loose.png",
onfire = "0",
lifetime = "",
nameOcn = "岩石",
firehp = "",
notes = "",
link = "岩石",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_rock_loose",
},
{
tags = "box2d,corrodible,alchemy,solid",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff3b93ba",
hitInto = "",
nameEn = "ice",
liquidSand = "0",
breaktobox2d = "",
herd = "ice_ceiling",
melts = "",
liquidGravity = "",
stickyness = "",
image = "ice_ceiling.png",
onfire = "0",
lifetime = "",
nameOcn = "寒冰",
firehp = "600",
notes = "",
link = "冰",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "3000",
stainEffect = "",
nameKey = "mat_ice_ceiling",
},
{
tags = "box2d,corrodible,alchemy,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ffb80900",
hitInto = "",
nameEn = "brick wall",
liquidSand = "0",
breaktobox2d = "",
herd = "brick",
melts = "",
liquidGravity = "",
stickyness = "",
image = "brick.png",
onfire = "0",
lifetime = "",
nameOcn = "砖墙",
firehp = "",
notes = "",
link = "砖墙",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "50",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "4000",
stainEffect = "",
nameKey = "mat_brick",
},
{
tags = "box2d,corrodible,alchemy,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ffb80901",
hitInto = "concrete_static",
nameEn = "collapsed concrete",
liquidSand = "0",
breaktobox2d = "",
herd = "concrete_collapsed",
melts = "",
liquidGravity = "",
stickyness = "",
image = "concrete_collapsed.png",
onfire = "0",
lifetime = "",
nameOcn = "坍塌的混凝土",
firehp = "",
notes = "",
link = "坍塌的混凝土",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "10",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_concrete_collapsed",
},
{
tags = "box2d,corrodible,burnable,alchemy,solid,earth",
type = "box2d",
durability = "11",
cellType = "solid",
wangColor = "ffab5e4f",
hitInto = "",
nameEn = "tnt",
liquidSand = "0",
breaktobox2d = "",
herd = "tnt",
melts = "",
liquidGravity = "",
stickyness = "",
image = "tnt.png",
onfire = "0",
lifetime = "",
nameOcn = "tnt",
firehp = "600",
notes = "",
link = "TNT材料",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_tnt",
},
{
tags = "box2d,corrodible,burnable,alchemy,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ffc1ffee",
hitInto = "",
nameEn = "tnt",
liquidSand = "0",
breaktobox2d = "",
herd = "tnt_static",
melts = "",
liquidGravity = "",
stickyness = "",
image = "tnt_static.png",
onfire = "0",
lifetime = "",
nameOcn = "tnt",
firehp = "600",
notes = "",
link = "TNT材料",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "500",
stainEffect = "",
nameKey = "mat_tnt",
},
{
tags = "",
type = "box2d",
durability = "",
cellType = "liquid",
wangColor = "ffc0ffe1",
hitInto = "",
nameEn = "text",
liquidSand = "1",
breaktobox2d = "",
herd = "trailer_text",
melts = "",
liquidGravity = "",
stickyness = "",
image = "trailer_text.png",
onfire = "0",
lifetime = "",
nameOcn = "文本",
firehp = "600",
notes = "",
link = "文本",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "500",
stainEffect = "",
nameKey = "mat_trailer_text",
},
{
tags = "box2d,alchemy,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff1D1012",
hitInto = "",
nameEn = "meteorite",
liquidSand = "0",
breaktobox2d = "",
herd = "meteorite",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meteorite.png",
onfire = "1",
lifetime = "",
nameOcn = "陨石",
firehp = "-1",
notes = "",
link = "陨石(材料)",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "5000",
stainEffect = "",
nameKey = "mat_meteorite",
},
{
tags = "box2d,solid,sunbaby_ignore_list",
type = "box2d",
durability = "14",
cellType = "solid",
wangColor = "ffC9C169",
hitInto = "",
nameEn = "sulphur",
liquidSand = "0",
breaktobox2d = "",
herd = "sulphur_box2d",
melts = "",
liquidGravity = "",
stickyness = "",
image = "sulphur_box2d.png",
onfire = "1",
lifetime = "",
nameOcn = "硫磺",
firehp = "-1",
notes = "",
link = "硫磺",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "5000",
stainEffect = "",
nameKey = "mat_sulphur",
custpotion = "Item brimstone.png",
},
{
tags = "box2d,alchemy,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff1D1013",
hitInto = "",
nameEn = "meteorite",
liquidSand = "0",
breaktobox2d = "",
herd = "meteorite_test",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meteorite_test.png",
onfire = "0",
lifetime = "",
nameOcn = "陨石",
firehp = "-1",
notes = "",
link = "陨石(材料)",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "5000",
stainEffect = "",
nameKey = "mat_meteorite",
},
{
tags = "box2d,alchemy,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ffa86C42",
hitInto = "ice_static",
nameEn = "meteorite",
liquidSand = "0",
breaktobox2d = "",
herd = "meteorite_crackable",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meteorite_crackable.png",
onfire = "0",
lifetime = "",
nameOcn = "陨石",
firehp = "-1",
notes = "",
link = "陨石(材料)",
inheritsReactions = "1",
parent = "meteorite",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "4",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "5000",
stainEffect = "",
nameKey = "mat_meteorite_crackable",
},
{
tags = "box2d,alchemy,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff4e5244",
hitInto = "",
nameEn = "green meteorite",
liquidSand = "0",
breaktobox2d = "",
herd = "meteorite_green",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meteorite_green.png",
onfire = "0",
lifetime = "",
nameOcn = "绿色陨石",
firehp = "-1",
notes = "",
link = "陨石(材料)",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "5000",
stainEffect = "",
nameKey = "mat_meteorite_green",
},
{
tags = "box2d,rust_box2d,alchemy,meltable_metal,solid,earth",
custpouch = "Prop trap electricity.png",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff3b5d4b",
hitInto = "steel_sand",
nameEn = "steel",
liquidSand = "0",
breaktobox2d = "",
herd = "steel",
OutBiomes = "席西基地",
melts = "",
liquidGravity = "",
stickyness = "",
image = "steel.png",
onfire = "0",
lifetime = "",
nameOcn = "钢",
firehp = "",
notes = "",
link = "钢",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "100000",
stainEffect = "",
nameKey = "mat_steel",
custpotion = "Prop pressure tank.png",
},
{
tags = "box2d,alchemy,meltable_metal,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff73727e",
hitInto = "",
nameEn = "rusted steel",
liquidSand = "0",
breaktobox2d = "",
herd = "steel_rust",
melts = "",
liquidGravity = "",
stickyness = "",
image = "steel_rust.png",
onfire = "0",
lifetime = "",
nameOcn = "锈蚀的钢",
firehp = "",
notes = "",
link = "锈蚀的钢",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "8000",
stainEffect = "",
nameKey = "mat_steel_rust",
},
{
tags = "box2d,alchemy,corrodible,solid,meltable_metal_generic,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff73a27e",
hitInto = "",
nameEn = "rusted metal",
liquidSand = "0",
breaktobox2d = "",
herd = "metal_rust_rust",
melts = "",
liquidGravity = "",
stickyness = "",
image = "metal_rust_rust.png",
onfire = "0",
lifetime = "",
nameOcn = "锈蚀金属",
firehp = "",
notes = "",
link = "锈蚀金属",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "8000",
stainEffect = "",
nameKey = "mat_metal_rust_rust",
},
{
tags = "box2d,alchemy,corrodible,solid,meltable_metal_generic,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff73a27f",
hitInto = "",
nameEn = "rusted metal",
liquidSand = "0",
breaktobox2d = "",
herd = "metal_rust_barrel_rust",
melts = "",
liquidGravity = "",
stickyness = "",
image = "metal_rust_barrel_rust.png",
onfire = "0",
lifetime = "",
nameOcn = "锈蚀金属",
firehp = "",
notes = "",
link = "锈蚀金属",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "8000",
stainEffect = "",
nameKey = "mat_metal_rust_barrel_rust",
},
{
tags = "box2d,corrodible,meltable,alchemy,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff3b5d3b",
hitInto = "",
nameEn = "plastic",
liquidSand = "0",
breaktobox2d = "",
herd = "plastic",
melts = "",
liquidGravity = "",
stickyness = "",
image = "plastic.png",
onfire = "0",
lifetime = "",
nameOcn = "塑料",
firehp = "",
notes = "",
link = "塑料",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "4000",
stainEffect = "",
nameKey = "mat_plastic",
},
{
tags = "box2d,corrodible,meltable,alchemy,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff3b6d4b",
hitInto = "",
nameEn = "plastic",
liquidSand = "0",
breaktobox2d = "",
herd = "plastic_prop",
melts = "",
liquidGravity = "",
stickyness = "",
image = "plastic_prop.png",
onfire = "0",
lifetime = "",
nameOcn = "塑料",
firehp = "",
notes = "",
link = "塑料",
inheritsReactions = "1",
parent = "plastic",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "4000",
stainEffect = "",
nameKey = "mat_plastic",
},
{
tags = "box2d,corrodible,alchemy,meltable_metal,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff3c2d3c",
hitInto = "",
nameEn = "aluminium",
liquidSand = "0",
breaktobox2d = "",
herd = "aluminium_robot",
melts = "",
liquidGravity = "",
stickyness = "",
image = "aluminium_robot.png",
onfire = "0",
lifetime = "",
nameOcn = "铝",
firehp = "",
notes = "",
link = "铝",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "5000",
stainEffect = "",
nameKey = "mat_aluminium",
},
{
tags = "box2d,corrodible,alchemy,meltable_metal,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff968800",
hitInto = "",
nameEn = "metal",
liquidSand = "0",
breaktobox2d = "",
herd = "metal_prop",
melts = "",
liquidGravity = "",
stickyness = "",
image = "metal_prop.png",
onfire = "0",
lifetime = "",
nameOcn = "金属",
firehp = "",
notes = "",
link = "金属",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200000",
stainEffect = "",
nameKey = "mat_metal_prop",
custpotion = "Prop suspended tank radioactive.png",
},
{
tags = "box2d,corrodible,alchemy,meltable_metal_generic,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff9a8f00",
hitInto = "",
nameEn = "metal",
liquidSand = "0",
breaktobox2d = "",
herd = "metal_prop_low_restitution",
melts = "",
liquidGravity = "",
stickyness = "",
image = "metal_prop_low_restitution.png",
onfire = "0",
lifetime = "",
nameOcn = "金属",
firehp = "",
notes = "",
link = "金属",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200000",
stainEffect = "",
nameKey = "mat_metal_prop",
custpotion = "Prop music machine.png",
},
{
tags = "box2d,corrodible,alchemy,meltable_metal_generic,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff9677a0",
hitInto = "",
nameEn = "metal",
liquidSand = "0",
breaktobox2d = "",
herd = "metal_prop_loose",
melts = "",
liquidGravity = "",
stickyness = "",
image = "metal_prop_loose.png",
onfire = "0",
lifetime = "",
nameOcn = "金属",
firehp = "",
notes = "",
link = "金属",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200000",
stainEffect = "",
nameKey = "mat_metal_prop",
},
{
tags = "box2d,corrodible,alchemy,meltable_metal,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff3d2d3c",
hitInto = "",
nameEn = "metal",
liquidSand = "0",
breaktobox2d = "",
herd = "metal",
melts = "",
liquidGravity = "",
stickyness = "",
image = "metal.png",
onfire = "0",
lifetime = "",
nameOcn = "金属",
firehp = "",
notes = "",
link = "金属",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "5000",
stainEffect = "",
nameKey = "mat_metal",
},
{
tags = "box2d,corrodible,alchemy,meltable_metal_generic,solid",
custpouch = "Item orb gold greed.png",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff3df03c",
hitInto = "",
nameEn = "metal",
liquidSand = "0",
breaktobox2d = "",
herd = "metal_hard",
melts = "",
liquidGravity = "",
stickyness = "",
image = "metal_hard.png",
onfire = "0",
lifetime = "",
nameOcn = "金属",
firehp = "",
notes = "",
link = "金属",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "5000",
stainEffect = "",
nameKey = "mat_metal",
custpotion = "Item orb gold.png",
},
{
tags = "box2d,static,alchemy,solid,earth",
type = "box2d",
durability = "10",
cellType = "solid",
wangColor = "ff2e2dff",
hitInto = "",
nameEn = "rock",
liquidSand = "0",
breaktobox2d = "",
herd = "rock_box2d",
OutBiomes = "坍塌矿场,矿场,亨克瓦神庙",
melts = "",
liquidGravity = "",
stickyness = "",
image = "rock_box2d.png",
onfire = "0",
lifetime = "",
nameOcn = "岩石",
firehp = "",
notes = "",
link = "岩石",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "100000",
stainEffect = "",
nameKey = "mat_rock_box2d",
},
{
tags = "box2d,solid,earth",
type = "box2d",
durability = "10",
cellType = "solid",
wangColor = "ff2ffda4",
hitInto = "",
nameEn = "brickwork",
liquidSand = "0",
breaktobox2d = "",
herd = "templebrick_box2d_edgetiles",
melts = "",
liquidGravity = "",
stickyness = "",
image = "templebrick_box2d_edgetiles.png",
onfire = "0",
lifetime = "",
nameOcn = "砖块",
firehp = "",
notes = "",
link = "砖块",
inheritsReactions = "0",
parent = "aluminium",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "100000",
stainEffect = "",
nameKey = "mat_templebrick_box2d",
},
{
tags = "box2d,solid,sunbaby_ignore_list",
type = "box2d",
durability = "14",
cellType = "solid",
wangColor = "ff2d6dbc",
hitInto = "",
nameEn = "rock",
liquidSand = "0",
breaktobox2d = "",
herd = "rock_box2d_hard",
melts = "",
liquidGravity = "",
stickyness = "",
image = "rock_box2d_hard.png",
onfire = "0",
lifetime = "",
nameOcn = "岩石",
firehp = "",
notes = "",
link = "岩石",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "100000",
stainEffect = "",
nameKey = "mat_rock_box2d_hard",
},
{
tags = "box2d,sunbaby_ignore_list,matter_eater_ignore_list",
type = "box2d",
durability = "14",
cellType = "solid",
wangColor = "ffa38431",
hitInto = "poo",
nameEn = "rock",
liquidSand = "0",
breaktobox2d = "",
herd = "poop_box2d_hard",
melts = "",
liquidGravity = "",
stickyness = "",
image = "poop_box2d_hard.png",
onfire = "0",
lifetime = "",
nameOcn = "岩石",
firehp = "",
notes = "",
link = "粪便",
inheritsReactions = "0",
parent = "aluminium",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "poo",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "100000",
stainEffect = "",
nameKey = "mat_rock_box2d_hard",
},
{
tags = "box2d,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff2d2dbc",
hitInto = "",
nameEn = "rock",
liquidSand = "0",
breaktobox2d = "",
herd = "rock_box2d_nohit",
melts = "",
liquidGravity = "",
stickyness = "",
image = "rock_box2d_nohit.png",
onfire = "0",
lifetime = "",
nameOcn = "岩石",
firehp = "",
notes = "",
link = "岩石",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_rock_box2d_nohit",
},
{
tags = "box2d,solid",
type = "box2d",
durability = "14",
cellType = "solid",
wangColor = "ff2d4dbc",
hitInto = "",
nameEn = "dense rock",
liquidSand = "0",
breaktobox2d = "",
herd = "rock_box2d_nohit_hard",
melts = "",
liquidGravity = "",
stickyness = "",
image = "rock_box2d_nohit_hard.png",
onfire = "0",
lifetime = "",
nameOcn = "致密岩石",
firehp = "",
notes = "",
link = "致密岩石",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "100000",
stainEffect = "",
nameKey = "mat_rock_box2d_nohit_hard",
},
{
tags = "box2d,static,alchemy,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff2d2dff",
hitInto = "rock_static_intro_breakable",
nameEn = "rock",
liquidSand = "0",
breaktobox2d = "",
herd = "rock_static_box2d",
melts = "",
liquidGravity = "",
stickyness = "",
image = "rock_static_box2d.png",
onfire = "0",
lifetime = "",
nameOcn = "岩石",
firehp = "",
notes = "",
link = "岩石",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "10000",
stainEffect = "",
nameKey = "mat_rock_static_box2d",
},
{
tags = "box2d",
type = "box2d",
durability = "12",
cellType = "solid",
wangColor = "fffe2dac",
hitInto = "",
nameEn = "item",
liquidSand = "0",
breaktobox2d = "",
herd = "item_box2d",
melts = "",
liquidGravity = "",
stickyness = "",
image = "item_box2d.png",
onfire = "0",
lifetime = "",
nameOcn = "物品",
firehp = "",
notes = "",
link = "物品(材料)",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_item_box2d",
},
{
tags = "box2d",
type = "box2d",
durability = "12",
cellType = "solid",
wangColor = "fffe2dab",
hitInto = "",
nameEn = "item",
liquidSand = "0",
breaktobox2d = "",
herd = "item_box2d_glass",
melts = "",
liquidGravity = "",
stickyness = "",
image = "item_box2d_glass.png",
onfire = "0",
lifetime = "",
nameOcn = "物品",
firehp = "",
notes = "",
link = "物品(材料)",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_item_box2d",
},
{
tags = "box2d",
type = "box2d",
durability = "12",
cellType = "solid",
wangColor = "fffe11a1",
hitInto = "",
nameEn = "meat",
liquidSand = "0",
breaktobox2d = "",
herd = "item_box2d_meat",
melts = "",
liquidGravity = "",
stickyness = "",
image = "item_box2d_meat.png",
onfire = "0",
lifetime = "",
nameOcn = "肉",
firehp = "",
notes = "",
link = "肉",
inheritsReactions = "1",
parent = "item_box2d",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_meat",
custpotion = "Item evil eye.png",
},
{
tags = "box2d,sunbaby_ignore_list",
type = "box2d",
durability = "14",
cellType = "solid",
wangColor = "fffd2dac",
hitInto = "",
nameEn = "gem",
liquidSand = "0",
breaktobox2d = "",
herd = "gem_box2d",
melts = "",
liquidGravity = "",
stickyness = "",
image = "gem_box2d.png",
onfire = "0",
lifetime = "",
nameOcn = "宝石",
firehp = "",
notes = "",
link = "宝石",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_gem_box2d",
},
{
tags = "box2d",
type = "box2d",
durability = "0",
cellType = "solid",
wangColor = "fffd2dab",
hitInto = "",
nameEn = "glass",
liquidSand = "0",
breaktobox2d = "",
herd = "potion_glass_box2d",
melts = "",
liquidGravity = "",
stickyness = "",
image = "potion_glass_box2d.png",
onfire = "0",
lifetime = "",
nameOcn = "玻璃",
firehp = "",
notes = "",
link = "玻璃",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_potion_glass_box2d",
},
{
tags = "box2d",
type = "box2d",
durability = "0",
cellType = "solid",
wangColor = "fffd4dab",
hitInto = "",
nameEn = "glass",
liquidSand = "0",
breaktobox2d = "",
herd = "glass_box2d",
melts = "",
liquidGravity = "",
stickyness = "",
image = "glass_box2d.png",
onfire = "0",
lifetime = "",
nameOcn = "玻璃",
firehp = "",
notes = "",
link = "玻璃",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_glass_box2d",
},
{
tags = "box2d,matter_eater_ignore_list,indestructible,sunbaby_ignore_list",
type = "box2d",
durability = "16",
cellType = "solid",
wangColor = "ffff9919",
hitInto = "",
nameEn = "gem",
liquidSand = "0",
breaktobox2d = "",
herd = "gem_box2d_yellow_sun",
melts = "",
liquidGravity = "",
stickyness = "",
image = "gem_box2d_yellow_sun.png",
onfire = "0",
lifetime = "",
nameOcn = "宝石",
firehp = "",
notes = "",
link = "宝石",
inheritsReactions = "1",
parent = "gem_box2d",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000000",
stainEffect = "",
nameKey = "mat_gem_box2d_red",
},
{
tags = "box2d,sunbaby_ignore_list",
type = "box2d",
durability = "15",
cellType = "solid",
wangColor = "fffd2d7d",
hitInto = "",
nameEn = "gem",
liquidSand = "0",
breaktobox2d = "",
herd = "gem_box2d_red_float",
melts = "",
liquidGravity = "",
stickyness = "",
image = "gem_box2d_red_float.png",
onfire = "0",
lifetime = "",
nameOcn = "宝石",
firehp = "",
notes = "",
link = "宝石",
inheritsReactions = "1",
parent = "gem_box2d",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_gem_box2d_red",
},
{
tags = "box2d,matter_eater_ignore_list,indestructible,sunbaby_ignore_list",
type = "box2d",
durability = "16",
cellType = "solid",
wangColor = "ffaf9019",
hitInto = "",
nameEn = "gem",
liquidSand = "0",
breaktobox2d = "",
herd = "gem_box2d_yellow_sun_gravity",
melts = "",
liquidGravity = "",
stickyness = "",
image = "gem_box2d_yellow_sun_gravity.png",
onfire = "0",
lifetime = "",
nameOcn = "宝石",
firehp = "",
notes = "",
link = "宝石",
inheritsReactions = "1",
parent = "gem_box2d",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000000",
stainEffect = "",
nameKey = "mat_gem_box2d_red",
},
{
tags = "box2d,matter_eater_ignore_list,indestructible,sunbaby_ignore_list",
type = "box2d",
durability = "16",
cellType = "solid",
wangColor = "ff1e4866",
hitInto = "",
nameEn = "gem",
liquidSand = "0",
breaktobox2d = "",
herd = "gem_box2d_darksun",
melts = "",
liquidGravity = "",
stickyness = "",
image = "gem_box2d_darksun.png",
onfire = "0",
lifetime = "",
nameOcn = "宝石",
firehp = "",
notes = "",
link = "宝石",
inheritsReactions = "1",
parent = "gem_box2d",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000000",
stainEffect = "",
nameKey = "mat_gem_box2d_red",
},
{
tags = "box2d,sunbaby_ignore_list",
type = "box2d",
durability = "14",
cellType = "solid",
wangColor = "fffd2dad",
hitInto = "",
nameEn = "gem",
liquidSand = "0",
breaktobox2d = "",
herd = "gem_box2d_pink",
melts = "",
liquidGravity = "",
stickyness = "",
image = "gem_box2d_pink.png",
onfire = "0",
lifetime = "",
nameOcn = "宝石",
firehp = "",
notes = "",
link = "宝石",
inheritsReactions = "1",
parent = "gem_box2d",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_gem_box2d_pink",
},
{
tags = "box2d,sunbaby_ignore_list",
type = "box2d",
durability = "14",
cellType = "solid",
wangColor = "fffd2d9d",
hitInto = "",
nameEn = "gem",
liquidSand = "0",
breaktobox2d = "",
herd = "gem_box2d_red",
melts = "",
liquidGravity = "",
stickyness = "",
image = "gem_box2d_red.png",
onfire = "0",
lifetime = "",
nameOcn = "宝石",
firehp = "",
notes = "",
link = "宝石",
inheritsReactions = "1",
parent = "gem_box2d",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_gem_box2d_red",
},
{
tags = "box2d,sunbaby_ignore_list",
type = "box2d",
durability = "14",
cellType = "solid",
wangColor = "ff14ffd7",
hitInto = "",
nameEn = "Turquoise gemstone",
liquidSand = "0",
breaktobox2d = "",
herd = "gem_box2d_turquoise",
melts = "",
liquidGravity = "",
stickyness = "",
image = "gem_box2d_turquoise.png",
onfire = "0",
lifetime = "",
nameOcn = "绿松石宝石",
firehp = "",
notes = "",
link = "宝石",
inheritsReactions = "1",
parent = "gem_box2d",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_gem_box2d_turquoise",
},
{
tags = "box2d,sunbaby_ignore_list",
type = "box2d",
durability = "14",
cellType = "solid",
wangColor = "ff52dd60",
hitInto = "",
nameEn = "Turquoise gemstone",
liquidSand = "0",
breaktobox2d = "",
herd = "gem_box2d_opal",
melts = "",
liquidGravity = "",
stickyness = "",
image = "gem_box2d_opal.png",
onfire = "0",
lifetime = "",
nameOcn = "绿松石宝石",
firehp = "",
notes = "",
link = "宝石",
inheritsReactions = "1",
parent = "gem_box2d",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_gem_box2d_turquoise",
},
{
tags = "box2d,sunbaby_ignore_list",
type = "box2d",
durability = "14",
cellType = "solid",
wangColor = "ffebeaef",
hitInto = "",
nameEn = "(此材料无名)",
liquidSand = "0",
breaktobox2d = "",
herd = "gem_box2d_white",
melts = "",
liquidGravity = "",
stickyness = "",
image = "gem_box2d_white.png",
onfire = "0",
lifetime = "",
nameOcn = "(此材料无名)",
firehp = "",
notes = "根据id可以推测它叫宝石",
link = "宝石",
inheritsReactions = "1",
parent = "gem_box2d",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_gem_box2d_white",
},
{
tags = "box2d,sunbaby_ignore_list",
type = "box2d",
durability = "14",
cellType = "solid",
wangColor = "fffd2dae",
hitInto = "",
nameEn = "gem",
liquidSand = "0",
breaktobox2d = "",
herd = "gem_box2d_green",
melts = "",
liquidGravity = "",
stickyness = "",
image = "gem_box2d_green.png",
onfire = "0",
lifetime = "",
nameOcn = "宝石",
firehp = "",
notes = "",
link = "宝石",
inheritsReactions = "1",
parent = "gem_box2d",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_gem_box2d_green",
},
{
tags = "box2d,sunbaby_ignore_list",
type = "box2d",
durability = "14",
cellType = "solid",
wangColor = "ffF98227",
hitInto = "",
nameEn = "gem",
liquidSand = "0",
breaktobox2d = "",
herd = "gem_box2d_orange",
melts = "",
liquidGravity = "",
stickyness = "",
image = "gem_box2d_orange.png",
onfire = "0",
lifetime = "",
nameOcn = "宝石",
firehp = "",
notes = "",
link = "宝石",
inheritsReactions = "1",
parent = "gem_box2d",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_gem_box2d_orange",
},
{
tags = "box2d,gold,alchemy",
type = "box2d",
durability = "14",
cellType = "solid",
wangColor = "ffF98228",
hitInto = "",
nameEn = "gold",
liquidSand = "0",
breaktobox2d = "",
herd = "gold_box2d",
melts = "",
liquidGravity = "",
stickyness = "",
image = "gold_box2d.png",
onfire = "0",
lifetime = "",
nameOcn = "黄金",
firehp = "",
notes = "",
link = "黄金",
inheritsReactions = "1",
parent = "gem_box2d",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_gold_box2d",
custpotion = "Gold nugget.png",
},
{
tags = "box2d,gold,alchemy",
type = "box2d",
durability = "14",
cellType = "solid",
wangColor = "ffF92828",
hitInto = "",
nameEn = "Ruby",
liquidSand = "0",
breaktobox2d = "",
herd = "bloodgold_box2d",
melts = "",
liquidGravity = "",
stickyness = "",
image = "bloodgold_box2d.png",
onfire = "0",
lifetime = "",
nameOcn = "红宝石",
firehp = "",
notes = "这是血金的材料,虽然叫做红宝石",
link = "黄金",
inheritsReactions = "1",
parent = "gem_box2d",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "30000",
stainEffect = "",
nameKey = "mat_bloodgold_box2d",
},
{
tags = "box2d,corrodible,alchemy,meltable_metal,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ffad2dac",
hitInto = "",
nameEn = "metal",
liquidSand = "0",
breaktobox2d = "",
herd = "metal_nohit",
melts = "",
liquidGravity = "",
stickyness = "",
image = "metal_nohit.png",
onfire = "0",
lifetime = "",
nameOcn = "金属",
firehp = "",
notes = "",
link = "金属",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "40000",
stainEffect = "",
nameKey = "mat_metal_nohit",
},
{
tags = "box2d,corrodible,alchemy,meltable_metal_generic,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ffad2dad",
hitInto = "",
nameEn = "metal",
liquidSand = "0",
breaktobox2d = "",
herd = "metal_chain_nohit",
melts = "",
liquidGravity = "",
stickyness = "",
image = "metal_chain_nohit.png",
onfire = "0",
lifetime = "",
nameOcn = "金属",
firehp = "",
notes = "",
link = "金属",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "40000",
stainEffect = "",
nameKey = "mat_metal_nohit",
},
{
tags = "box2d,corrodible,alchemy,meltable_metal_generic,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ffad2dae",
hitInto = "",
nameEn = "metal",
liquidSand = "0",
breaktobox2d = "",
herd = "metal_wire_nohit",
melts = "",
liquidGravity = "",
stickyness = "",
image = "metal_wire_nohit.png",
onfire = "0",
lifetime = "",
nameOcn = "金属",
firehp = "",
notes = "",
link = "金属",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "40000",
stainEffect = "",
nameKey = "mat_metal_nohit",
},
{
tags = "box2d,corrodible,rust_box2d,alchemy,meltable_metal,solid,earth",
custpouch = "Prop seamine.png",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff4d2d3c",
hitInto = "",
nameEn = "rusted metal",
liquidSand = "0",
breaktobox2d = "",
herd = "metal_rust",
melts = "",
liquidGravity = "",
stickyness = "",
image = "metal_rust.png",
onfire = "0",
lifetime = "",
nameOcn = "锈蚀金属",
firehp = "",
notes = "",
link = "锈蚀金属",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "5000",
stainEffect = "",
nameKey = "mat_metal_rust",
custpotion = "Spell bomb cart.png",
},
{
tags = "box2d,corrodible,rust_box2d,alchemy,meltable_metal_generic,solid,earth",
custpouch = "Prop barrel radioactive.png",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff4d2d3d",
hitInto = "",
nameEn = "rusted metal",
liquidSand = "0",
breaktobox2d = "",
herd = "metal_rust_barrel",
melts = "",
liquidGravity = "",
stickyness = "",
image = "metal_rust_barrel.png",
onfire = "0",
lifetime = "",
nameOcn = "锈蚀金属",
firehp = "",
notes = "",
link = "锈蚀金属",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "5000",
stainEffect = "",
nameKey = "mat_metal_rust_barrel",
custpotion = "Prop barrel unstable.png",
},
{
tags = "box2d,corrodible,alchemy,meltable_to_lava,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff1c2d2c",
hitInto = "bone",
nameEn = "bone",
liquidSand = "0",
breaktobox2d = "",
herd = "bone_box2d",
OutBiomes = "避难所",
melts = "",
liquidGravity = "",
stickyness = "",
image = "bone_box2d.png",
onfire = "0",
lifetime = "",
nameOcn = "骨头",
firehp = "",
notes = "",
link = "骨灰",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "5000",
stainEffect = "",
nameKey = "mat_bone_box2d",
},
{
tags = "box2d,alchemy",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff3b5d2e",
hitInto = "diamond",
nameEn = "crystal",
liquidSand = "0",
breaktobox2d = "",
herd = "crystal",
melts = "",
liquidGravity = "",
stickyness = "",
image = "crystal.png",
onfire = "0",
lifetime = "",
nameOcn = "晶体",
firehp = "",
notes = "",
link = "晶体",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "500000",
stainEffect = "",
nameKey = "mat_crystal",
},
{
tags = "box2d,alchemy",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff3b5d43",
hitInto = "diamond",
nameEn = "Magical crystal",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_crystal",
melts = "",
liquidGravity = "",
stickyness = "",
image = "magic_crystal.png",
onfire = "0",
lifetime = "",
nameOcn = "魔法晶体",
firehp = "",
notes = "",
link = "晶体",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "500000",
stainEffect = "",
nameKey = "mat_magic_crystal",
},
{
tags = "box2d,alchemy",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ffb2d740",
hitInto = "diamond",
nameEn = "Magical crystal",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_crystal_green",
melts = "",
liquidGravity = "",
stickyness = "",
image = "magic_crystal_green.png",
onfire = "0",
lifetime = "",
nameOcn = "魔法晶体",
firehp = "",
notes = "",
link = "晶体",
inheritsReactions = "1",
parent = "magic_crystal",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "500000",
stainEffect = "",
nameKey = "mat_magic_crystal",
},
{
tags = "box2d,gold,alchemy,solid,earth",
type = "box2d",
durability = "12",
cellType = "solid",
wangColor = "fffefae4",
hitInto = "diamond",
nameEn = "gold",
liquidSand = "0",
breaktobox2d = "",
herd = "gold_b2",
melts = "",
liquidGravity = "",
stickyness = "",
image = "gold_b2.png",
onfire = "0",
lifetime = "",
nameOcn = "黄金",
firehp = "",
notes = "",
link = "黄金",
inheritsReactions = "1",
parent = "crystal",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "500000",
stainEffect = "",
nameKey = "mat_gold_b2",
custpotion = "Gold reward sprite.png",
},
{
tags = "box2d,alchemy",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ffa53d77",
hitInto = "diamond",
nameEn = "purple crystal",
liquidSand = "0",
breaktobox2d = "",
herd = "crystal_purple",
melts = "",
liquidGravity = "",
stickyness = "",
image = "crystal_purple.png",
onfire = "0",
lifetime = "",
nameOcn = "紫色晶体",
firehp = "",
notes = "",
link = "晶体",
inheritsReactions = "1",
parent = "crystal",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "500000",
stainEffect = "",
nameKey = "mat_crystal_purple",
},
{
tags = "box2d,alchemy",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ffa5ad11",
hitInto = "diamond",
nameEn = "crystal",
liquidSand = "0",
breaktobox2d = "",
herd = "crystal_solid",
melts = "",
liquidGravity = "",
stickyness = "",
image = "crystal_solid.png",
onfire = "0",
lifetime = "",
nameOcn = "晶体",
firehp = "",
notes = "",
link = "晶体",
inheritsReactions = "1",
parent = "crystal",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "500000",
stainEffect = "",
nameKey = "mat_crystal",
},
{
tags = "box2d,alchemy",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff3b5d2f",
hitInto = "diamond",
nameEn = "crystal",
liquidSand = "0",
breaktobox2d = "",
herd = "crystal_magic",
melts = "",
liquidGravity = "",
stickyness = "",
image = "crystal_magic.png",
onfire = "0",
lifetime = "",
nameOcn = "晶体",
firehp = "",
notes = "",
link = "晶体",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "500000",
stainEffect = "",
nameKey = "mat_crystal_magic",
},
{
tags = "box2d,corrodible,alchemy,meltable_metal,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff3b5d4d",
hitInto = "",
nameEn = "aluminium",
liquidSand = "0",
breaktobox2d = "",
herd = "aluminium_oxide",
melts = "",
liquidGravity = "",
stickyness = "",
image = "aluminium_oxide.png",
onfire = "0",
lifetime = "",
nameOcn = "铝",
firehp = "",
notes = "",
link = "铝",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "2500",
stainEffect = "",
nameKey = "mat_aluminium_oxide",
},
{
tags = "box2d,corrodible,alchemy,meat,solid,earth,food",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ffa50e77",
hitInto = "",
nameEn = "Fruit flesh",
liquidSand = "0",
breaktobox2d = "",
herd = "meat_fruit",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat_fruit.png",
onfire = "0",
lifetime = "",
nameOcn = "果肉",
firehp = "600",
notes = "",
link = "肉",
inheritsReactions = "0",
parent = "meat",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "slime",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_meat_fruit",
custpotion = "Item gourd.png",
},
{
tags = "box2d,corrodible,alchemy,meat,solid,earth,food",
custpouch = "Prop pumpkin 04.png",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ffff531b",
hitInto = "",
nameEn = "Fruit flesh",
liquidSand = "0",
breaktobox2d = "",
herd = "meat_pumpkin",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat_pumpkin.png",
onfire = "0",
lifetime = "",
nameOcn = "果肉",
firehp = "600",
notes = "",
link = "肉",
inheritsReactions = "0",
parent = "meat_fruit",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "water",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_meat_fruit",
custpotion = "Prop pumpkin 01.png",
},
{
tags = "box2d,corrodible,alchemy,meat,solid,earth,food",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff5b5246",
hitInto = "",
nameEn = "Lightly-cooked meat",
liquidSand = "0",
breaktobox2d = "",
herd = "meat_warm",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat_warm.png",
onfire = "0",
lifetime = "",
nameOcn = "微熟的肉",
firehp = "9000",
notes = "",
link = "肉",
inheritsReactions = "0",
parent = "meat",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "oil",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_meat_warm",
},
{
tags = "box2d,corrodible,alchemy,meat,solid,earth,food",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff5c5246",
hitInto = "",
nameEn = "Cooked meat",
liquidSand = "0",
breaktobox2d = "",
herd = "meat_hot",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat_hot.png",
onfire = "0",
lifetime = "",
nameOcn = "熟肉",
firehp = "9000",
notes = "",
link = "肉",
inheritsReactions = "0",
parent = "meat",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "oil",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_meat_hot",
},
{
tags = "box2d,corrodible,alchemy,meat,solid,earth,food",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff5d5246",
hitInto = "",
nameEn = "Fully-cooked meat",
liquidSand = "0",
breaktobox2d = "",
herd = "meat_done",
OutBiomes = "席西基地",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat_done.png",
onfire = "0",
lifetime = "",
nameOcn = "全熟的肉",
firehp = "9000",
notes = "",
link = "肉",
inheritsReactions = "0",
parent = "meat",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "oil",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_movement_faster|Effect_movement_faster.png|0.1}}",
hardness = "1000",
stainEffect = "",
nameKey = "mat_meat_done",
},
{
tags = "box2d,corrodible,alchemy,meat,solid,earth,food",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff5e5246",
hitInto = "",
nameEn = "Burned meat",
liquidSand = "0",
breaktobox2d = "",
herd = "meat_burned",
melts = "",
liquidGravity = "",
stickyness = "",
image = "meat_burned.png",
onfire = "0",
lifetime = "",
nameOcn = "烧焦的肉",
firehp = "9000",
notes = "",
link = "肉",
inheritsReactions = "0",
parent = "meat",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "oil",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.3}}",
hardness = "1000",
stainEffect = "",
nameKey = "mat_meat_burned",
},
{
tags = "liquid,acid,impure,liquid_common,chaotic_transmutation",
type = "special",
durability = "",
cellType = "liquid",
wangColor = "4B00ff12",
hitInto = "",
nameEn = "acid",
liquidSand = "0",
breaktobox2d = "",
herd = "acid",
OutBiomes = "避难所",
melts = "",
liquidGravity = "0.6",
stickyness = "",
image = "acid.png",
onfire = "0",
lifetime = "",
nameOcn = "酸液",
firehp = "",
notes = "",
link = "酸液",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "2.9",
burnable = "0",
freezes = "ice_acid_static",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.3}}",
hardness = "",
stainEffect = "",
nameKey = "mat_acid",
},
{
tags = "fire_lava,liquid,lava,liquid_common,chaotic_transmutation",
type = "special",
durability = "",
cellType = "liquid",
wangColor = "ffff6000",
hitInto = "",
nameEn = "lava",
liquidSand = "0",
breaktobox2d = "",
herd = "lava",
OutBiomes = "矿场,席西基地,金字塔,艺之神殿,塔,古代实验室,伟大之作,火山湖,瞭望塔,巫师巢穴",
melts = "",
liquidGravity = "0.2",
stickyness = "",
image = "lava.png",
onfire = "0",
lifetime = "",
nameOcn = "岩浆",
firehp = "",
notes = "",
link = "岩浆",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "lavarock_static",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_internal_fire|Effect_internal_fire.png|0.1}}",
hardness = "",
stainEffect = "{{status|on fire!}}",
nameKey = "mat_lava",
},
{
tags = "liquid,corrodible,soluble,liquid_common",
type = "badjokes",
durability = "",
cellType = "liquid",
wangColor = "33FFEE00",
hitInto = "",
nameEn = "urine",
liquidSand = "0",
breaktobox2d = "",
herd = "urine",
melts = "",
liquidGravity = "0.9",
stickyness = "",
image = "urine.png",
onfire = "0",
lifetime = "",
nameOcn = "尿液",
firehp = "",
notes = "",
link = "尿液",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.1}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_jarate|Effect_jarate.png}}",
nameKey = "mat_urine",
},
{
tags = "sand_other,corrodible,soluble",
type = "badjokes",
durability = "",
cellType = "liquid",
wangColor = "ff36315f",
hitInto = "",
nameEn = "excrement",
liquidSand = "1",
breaktobox2d = "",
herd = "poo",
melts = "",
liquidGravity = "0.9",
stickyness = "",
image = "poo.png",
onfire = "0",
lifetime = "",
nameOcn = "粪便",
firehp = "",
notes = "",
link = "粪便",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.3}}",
hardness = "200",
stainEffect = "",
nameKey = "mat_poo",
},
{
tags = "box2d,alchemy",
type = "hax",
durability = "",
cellType = "solid",
wangColor = "ffdee1fe",
hitInto = "",
nameEn = "who knows",
liquidSand = "0",
breaktobox2d = "",
herd = "physics_throw_material_part2",
melts = "",
liquidGravity = "",
stickyness = "",
image = "physics_throw_material_part2.png",
onfire = "0",
lifetime = "",
nameOcn = "天知道",
firehp = "",
notes = "",
link = "天知道",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_physics_throw_material_part2",
},
{
tags = "liquid",
type = "hax",
durability = "",
cellType = "liquid",
wangColor = "66FFFFFE",
hitInto = "",
nameEn = "smoke",
liquidSand = "0",
breaktobox2d = "",
herd = "rocket_particles",
OutBiomes = "伟大之作",
melts = "",
liquidGravity = "0.2",
stickyness = "",
image = "rocket_particles.png",
onfire = "0",
lifetime = "",
nameOcn = "烟",
firehp = "",
notes = "",
link = "烟",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_rocket_particles",
},
{
tags = "box2d,hax,meltable_to_water,ice",
type = "hax",
durability = "",
cellType = "solid",
wangColor = "ffdee1aa",
hitInto = "",
nameEn = "ice",
liquidSand = "0",
breaktobox2d = "",
herd = "ice_melting_perf_killer",
melts = "",
liquidGravity = "",
stickyness = "",
image = "ice_melting_perf_killer.png",
onfire = "0",
lifetime = "",
nameOcn = "寒冰",
firehp = "",
notes = "",
link = "冰",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_ice_melting_perf_killer",
},
{
tags = "box2d,alchemy,solid",
type = "hax",
durability = "",
cellType = "solid",
wangColor = "ffdee1ec",
hitInto = "",
nameEn = "ice",
liquidSand = "0",
breaktobox2d = "",
herd = "ice_b2",
melts = "",
liquidGravity = "",
stickyness = "",
image = "ice_b2.png",
onfire = "0",
lifetime = "",
nameOcn = "寒冰",
firehp = "",
notes = "",
link = "冰",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_ice_b2",
},
{
tags = "box2d,alchemy,solid,earth",
type = "hax",
durability = "",
cellType = "solid",
wangColor = "ffdee1fa",
hitInto = "",
nameEn = "Tempered glass",
liquidSand = "0",
breaktobox2d = "",
herd = "glass_liquidcave",
OutBiomes = "古代实验室",
melts = "",
liquidGravity = "",
stickyness = "",
image = "glass_liquidcave.png",
onfire = "0",
lifetime = "",
nameOcn = "钢化玻璃",
firehp = "",
notes = "",
link = "玻璃",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_glass_liquidcave",
},
{
tags = "static,meltable_metal,alchemy,solid,earth",
type = "hax",
durability = "",
cellType = "solid",
wangColor = "ffaeddee",
hitInto = "glass_broken",
nameEn = "glass",
liquidSand = "0",
breaktobox2d = "",
herd = "glass",
melts = "",
liquidGravity = "",
stickyness = "",
image = "glass.png",
onfire = "0",
lifetime = "",
nameOcn = "玻璃",
firehp = "",
notes = "",
link = "玻璃",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200",
stainEffect = "",
nameKey = "mat_glass",
},
{
tags = "sand_other,meltable_metal,alchemy,solid,earth",
type = "hax",
durability = "",
cellType = "liquid",
wangColor = "ffaeddef",
hitInto = "",
nameEn = "glass",
liquidSand = "1",
breaktobox2d = "",
herd = "glass_broken",
melts = "",
liquidGravity = "1.1",
stickyness = "",
image = "glass_broken.png",
onfire = "0",
lifetime = "",
nameOcn = "玻璃",
firehp = "",
notes = "",
link = "玻璃",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_glass",
},
{
tags = "static,corrodible,box2d,alchemy,solid,earth",
type = "hax",
durability = "",
cellType = "solid",
wangColor = "ffaedde6",
hitInto = "tubematerial",
nameEn = "neon tube",
liquidSand = "0",
breaktobox2d = "",
herd = "neon_tube_purple",
OutBiomes = "席西基地",
melts = "",
liquidGravity = "",
stickyness = "",
image = "neon_tube_purple.png",
onfire = "0",
lifetime = "",
nameOcn = "霓虹灯",
firehp = "",
notes = "",
link = "霓虹灯",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200",
stainEffect = "",
nameKey = "mat_neon_tube_purple",
},
{
tags = "static,corrodible,box2d,alchemy,solid,earth",
type = "hax",
durability = "",
cellType = "solid",
wangColor = "ffaedde7",
hitInto = "tubematerial",
nameEn = "neon tube",
liquidSand = "0",
breaktobox2d = "",
herd = "neon_tube_cyan",
OutBiomes = "席西基地",
melts = "",
liquidGravity = "",
stickyness = "",
image = "neon_tube_cyan.png",
onfire = "0",
lifetime = "",
nameOcn = "霓虹灯",
firehp = "",
notes = "",
link = "霓虹灯",
inheritsReactions = "1",
parent = "neon_tube_purple",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200",
stainEffect = "",
nameKey = "mat_neon_tube_cyan",
},
{
tags = "static,corrodible,box2d,alchemy,solid,earth",
type = "hax",
durability = "",
cellType = "solid",
wangColor = "ffaedde8",
hitInto = "tubematerial",
nameEn = "neon tube",
liquidSand = "0",
breaktobox2d = "",
herd = "neon_tube_blood_red",
melts = "",
liquidGravity = "",
stickyness = "",
image = "neon_tube_blood_red.png",
onfire = "0",
lifetime = "",
nameOcn = "霓虹灯",
firehp = "",
notes = "",
link = "霓虹灯",
inheritsReactions = "1",
parent = "neon_tube_purple",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200",
stainEffect = "",
nameKey = "mat_neon_tube_blood_red",
},
{
tags = "box2d,corrodible,alchemy,meltable_to_water,solid",
type = "hax",
durability = "",
cellType = "solid",
wangColor = "ffb80902",
hitInto = "",
nameEn = "snow",
liquidSand = "0",
breaktobox2d = "",
herd = "snow_b2",
melts = "water",
liquidGravity = "",
stickyness = "",
image = "snow_b2.png",
onfire = "0",
lifetime = "",
nameOcn = "雪",
firehp = "",
notes = "",
link = "雪",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "50",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "40",
stainEffect = "",
nameKey = "mat_snow_b2",
},
{
tags = "static,corrodible,blood,food,chaotic_transmutation",
type = "hax",
durability = "",
cellType = "liquid",
wangColor = "ffff7674",
hitInto = "",
nameEn = "blood",
liquidSand = "1",
breaktobox2d = "",
herd = "blood_thick",
melts = "",
liquidGravity = "0.4",
stickyness = "",
image = "blood_thick.png",
onfire = "0",
lifetime = "",
nameOcn = "血液",
firehp = "",
notes = "",
link = "血液",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_blood_thick",
},
{
tags = "gas,vapour",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "7FDFDC08",
hitInto = "",
nameEn = "gas of midas",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_gas_midas",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "magic_gas_midas.png",
onfire = "0",
lifetime = "410",
nameOcn = "点金之气",
firehp = "",
notes = "",
link = "点金气体",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "2",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "",
nameKey = "mat_magic_gas_midas",
},
{
tags = "sand_other,corrodible,soluble",
type = "badjokes",
durability = "",
cellType = "liquid",
wangColor = "ff232612",
hitInto = "",
nameEn = "mämmi",
liquidSand = "1",
breaktobox2d = "",
herd = "mammi",
melts = "",
liquidGravity = "0.9",
stickyness = "",
image = "mammi.png",
onfire = "0",
lifetime = "",
nameOcn = "麦米",
firehp = "",
notes = "",
link = "曼米",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_mammi_eater|Effect_mammi_eater.png|0.015}}",
hardness = "200",
stainEffect = "",
nameKey = "mat_mammi",
},
{
tags = "static,corrodible,alchemy,solid",
type = "static",
durability = "",
cellType = "liquid",
wangColor = "ffD7D684",
hitInto = "",
nameEn = "australium",
liquidSand = "1",
breaktobox2d = "",
herd = "static_magic_material",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "static_magic_material.png",
onfire = "0",
lifetime = "",
nameOcn = "澳元素",
firehp = "",
notes = "",
link = "澳元素",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "90000",
stainEffect = "",
nameKey = "mat_static_magic_material",
},
{
tags = "static,corrodible,meltable_to_blood,alchemy,meat,food,earth,solid",
type = "static",
durability = "9",
cellType = "liquid",
wangColor = "ff9a5149",
hitInto = "",
nameEn = "meat",
liquidSand = "1",
breaktobox2d = "",
herd = "meat_static",
OutBiomes = "肉类王国",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "meat_static.png",
onfire = "0",
lifetime = "",
nameOcn = "肉",
firehp = "",
notes = "",
link = "肉",
inheritsReactions = "0",
parent = "sand_static",
nameFi = "",
conductive = "0",
liquidStatic = "1",
breakInto = "blood",
density = "10",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect =
"{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.1}}{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.5}}",
hardness = "10000",
stainEffect = "",
nameKey = "mat_meat",
},
{
tags = "box2d,solid,earth",
type = "box2d",
durability = "",
cellType = "solid",
wangColor = "ff2d2dbd",
hitInto = "",
nameEn = "rock",
liquidSand = "0",
breaktobox2d = "",
herd = "rock_box2d_nohit_heavy",
melts = "",
liquidGravity = "",
stickyness = "",
image = "rock_box2d_nohit_heavy.png",
onfire = "0",
lifetime = "",
nameOcn = "岩石",
firehp = "",
notes = "",
link = "岩石",
inheritsReactions = "1",
parent = "aluminium",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "8",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "1000",
stainEffect = "",
nameKey = "mat_rock_box2d_nohit",
},
{
tags = "plant,requires_air,corrodible,burnable,alchemy",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ff3abb40",
hitInto = "",
nameEn = "Divine Ground",
liquidSand = "1",
breaktobox2d = "",
herd = "grass_holy",
melts = "",
liquidGravity = "1.0",
stickyness = "",
image = "grass_holy.png",
onfire = "0",
lifetime = "",
nameOcn = "神圣地面",
firehp = "100",
notes = "",
link = "神圣草",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_farts|Effect_farts.png|0.1}}",
hardness = "200",
stainEffect = "",
nameKey = "mat_grass_holy",
},
{
tags = "plant,requires_air,corrodible,burnable",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ff33b839",
hitInto = "",
nameEn = "plant material",
liquidSand = "1",
breaktobox2d = "",
herd = "plant_material_dark",
OutBiomes = "亨克瓦神庙,奇威神庙,不祥神庙",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "plant_material_dark.png",
onfire = "0",
lifetime = "",
nameOcn = "植物材料",
firehp = "",
notes = "",
link = "植物材料",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "200",
stainEffect = "",
nameKey = "mat_plant_material",
},
{
tags = "gas,vapour,alchemy",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "B326C523",
hitInto = "",
nameEn = "diminution cloud",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_gas_weakness",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "magic_gas_weakness.png",
onfire = "0",
lifetime = "250",
nameOcn = "缩小云",
firehp = "",
notes = "",
link = "虚弱魔药",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "2",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_weakness|Effect_weakness.png}}",
nameKey = "mat_magic_gas_weakness",
},
{
tags = "gas,vapour,alchemy",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "817fceed",
hitInto = "",
nameEn = "teleportatium cloud",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_gas_teleport",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "magic_gas_teleport.png",
onfire = "0",
lifetime = "250",
nameOcn = "传送云",
firehp = "",
notes = "",
link = "传送云雾",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "2",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_teleportation|Effect_teleportation.png}}",
nameKey = "mat_magic_gas_teleport",
},
{
tags = "gas,vapour,alchemy",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "813bbb36",
hitInto = "",
nameEn = "funky cloud",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_gas_fungus",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "magic_gas_fungus.png",
onfire = "0",
lifetime = "250",
nameOcn = "迷幻云",
firehp = "",
notes = "",
link = "致幻云雾",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "2",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_trip_00|Effect_trip.png}}",
nameKey = "mat_magic_gas_fungus",
},
{
tags = "liquid,mimic_liquid",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ffa2332b",
hitInto = "",
nameEn = "mimicium",
liquidSand = "0",
breaktobox2d = "",
herd = "mimic_liquid",
melts = "steam",
liquidGravity = "1.5",
stickyness = "",
image = "mimic_liquid.png",
onfire = "0",
lifetime = "",
nameOcn = "拟态体",
firehp = "",
notes = "",
link = "拟态液",
parent = "water",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "0",
freezes = "ice_static",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.1}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_mimic_liquid",
},
{
tags = "plant,corrodible,burnable,alchemy,impure,fungus",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ffBEC639",
hitInto = "blood_fungi",
nameEn = "fungus",
liquidSand = "1",
breaktobox2d = "",
herd = "fungi_yellow",
melts = "",
liquidGravity = "1.0",
stickyness = "0.7",
image = "fungi_yellow.png",
onfire = "0",
lifetime = "",
nameOcn = "真菌",
firehp = "60",
notes = "",
link = "真菌",
inheritsReactions = "1",
parent = "fungi_green",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "slime_green",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_trip_00|Effect_trip.png|0.5}}",
hardness = "",
stainEffect = "",
nameKey = "mat_fungi_green",
},
{
tags = "liquid,magic",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "ffb2332b",
hitInto = "",
nameEn = "instant deathium",
liquidSand = "0",
breaktobox2d = "",
herd = "just_death",
melts = "steam",
liquidGravity = "1.5",
stickyness = "",
image = "just_death.png",
onfire = "0",
lifetime = "200",
nameOcn = "死亡黑质",
firehp = "",
notes = "",
link = "死亡黑质",
parent = "water",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "4",
burnable = "0",
freezes = "ice_static",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_magic_liquid_death",
},
{
tags = "plant,requires_air,corrodible,burnable,alchemy,impure",
type = "plant",
durability = "",
cellType = "liquid",
wangColor = "ff3abb41",
hitInto = "",
nameEn = "grass",
liquidSand = "1",
breaktobox2d = "",
herd = "grass_darker",
OutBiomes = "亨克瓦神庙,奇威神庙,不祥神庙",
melts = "",
liquidGravity = "1.0",
stickyness = "",
image = "grass_darker.png",
onfire = "0",
lifetime = "",
nameOcn = "草",
firehp = "100",
notes = "",
link = "草",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "6",
burnable = "1",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_farts|Effect_farts.png|0.1}}",
hardness = "200",
stainEffect = "",
nameKey = "mat_grass",
},
{
tags = "liquid,water,impure,liquid_common",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "90d0ffe6",
hitInto = "",
nameEn = "beer",
liquidSand = "0",
breaktobox2d = "",
herd = "beer",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "beer.png",
onfire = "0",
lifetime = "",
nameOcn = "啤酒",
firehp = "",
notes = "",
link = "啤酒",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3.5",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_ingestion_alcoholic_00|Effect_drunk.png|0.15}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_beer",
},
{
tags = "liquid,water,impure,liquid_common",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "90d0ffe5",
hitInto = "",
nameEn = "milk",
liquidSand = "0",
breaktobox2d = "",
herd = "milk",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "milk.png",
onfire = "0",
lifetime = "",
nameOcn = "牛奶",
firehp = "",
notes = "",
link = "牛奶",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3.5",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_milk",
},
{
tags = "liquid,water,magic_liquid,impure",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "44695642",
hitInto = "",
nameEn = "pus",
liquidSand = "0",
breaktobox2d = "",
herd = "pus",
OutBiomes = "肉类王国",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "pus.png",
onfire = "0",
lifetime = "",
nameOcn = "脓肿",
firehp = "",
notes = "",
link = "脓液",
inheritsReactions = "1",
parent = "material_darkness",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "1.2434",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_poisoned|Effect_poisoned.png|0.1}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_poisoned|Effect_poisoned.png}}",
nameKey = "mat_pus",
},
{
tags = "liquid,water,magic_liquid,impure,magic_faster",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "B426C528",
hitInto = "",
nameEn = "diminution",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_liquid_weakness",
OutBiomes = "古代实验室",
melts = "",
liquidGravity = "0.8",
stickyness = "",
image = "magic_liquid_weakness.png",
onfire = "0",
lifetime = "",
nameOcn = "缩小",
firehp = "",
notes = "",
link = "虚弱魔药",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "1.872",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "{{Infobox_material/Status|status_weakness|Effect_weakness.png|0.2}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_weakness|Effect_weakness.png}}",
nameKey = "magic_liquid_weakness",
},
{
tags = "gas,vapour",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "7FC6CF24",
hitInto = "",
nameEn = "worm gas",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_gas_worm_blood",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "magic_gas_worm_blood.png",
onfire = "0",
lifetime = "410",
nameOcn = "蠕虫气体",
firehp = "",
notes = "",
link = "蠕虫气体",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "2",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_nightvision|Effect_nightvision.png}}",
nameKey = "mat_magic_gas_worm_blood",
},
{
tags = "liquid,water,impure,liquid_common",
type = "liquid",
durability = "",
cellType = "liquid",
wangColor = "90d0ffe4",
hitInto = "",
nameEn = "molut",
liquidSand = "0",
breaktobox2d = "",
herd = "molut",
melts = "",
liquidGravity = "1.2",
stickyness = "",
image = "molut.png",
onfire = "0",
lifetime = "",
nameOcn = "奶啤酒",
firehp = "",
notes = "",
link = "奶啤酒",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "1",
liquidStatic = "0",
breakInto = "",
density = "3.5",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect =
"{{Infobox_material/Status|status_ingestion_alcoholic_00|Effect_drunk.png|0.075}}{{Infobox_material/Status|status_food_poisoning|Effect_food_poisoning.png|0.15}}",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_wet|Effect_wet.png}}",
nameKey = "mat_molut",
},
{
tags = "gas,vapour,alchemy",
type = "gas",
durability = "",
cellType = "gas",
wangColor = "80f17beb",
hitInto = "",
nameEn = "polymorphine cloud",
liquidSand = "0",
breaktobox2d = "",
herd = "magic_gas_polymorph",
melts = "",
liquidGravity = "0.5",
stickyness = "",
image = "magic_gas_polymorph.png",
onfire = "0",
lifetime = "250",
nameOcn = "变形云",
firehp = "",
notes = "",
link = "变形云雾",
inheritsReactions = "",
parent = "",
nameFi = "",
conductive = "0",
liquidStatic = "0",
breakInto = "",
density = "2",
burnable = "0",
freezes = "",
biomes = "",
ingestEffect = "",
hardness = "",
stainEffect = "{{Infobox_material/Status|status_polymorph|Effect_polymorph.png}}",
nameKey = "mat_magic_gas_polymorph",
},
}
--- initialization 将 name 替换为伟大汉化提供的翻译
local csv = require("Module:Lang_zh_cn")
for _, material in ipairs(all_materials) do
local name = csv.get(material.nameKey)
if name ~= "[undefined]" then
material.name = csv.get(material.nameKey)
else
material.name = material.nameKey
end
end
local function createLowerTable(t)
local cc = {}
for _, v in pairs(t) do
cc[v['name']:lower()] = v
cc[v['nameEn']:lower()] = v
cc[v['nameOcn']:lower()] = v
cc[v['nameFi']:lower()] = v
end
return cc
end
local function createGroupBy(t, c)
local cc = {}
for _, v in pairs(t) do
local g_lower = v[c]:lower()
local arr = cc[g_lower]
if arr == nil then
arr = {}
cc[g_lower] = arr
end
arr[#arr + 1] = v
end
return cc
end
return {
Materials = all_materials,
Materials_Name = createLowerTable(all_materials),
Materials_Type = createGroupBy(all_materials, "type"),
Materials_Herd = createGroupBy(all_materials, "herd"),
Materials_Link = createGroupBy(all_materials, "link"),
}

沪公网安备 31011002002714 号