This commit is contained in:
O-01-67 2022-05-24 11:39:05 -04:00 committed by GitHub
parent 9e76eb63f9
commit 69cbfcc6a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 65 deletions

View File

@ -1,70 +1,5 @@
//i made some stupid things
//rain of blood (cliche')
elements.blood_cloud = {
color: "#9c3e35",
behavior: [
"XX|XX|XX",
"XX|CH:blood%0.05|M1%2.5 AND BO",
"XX|XX|XX",
],
category:"gases",
temp: 30,
state: "gas",
density: 0.5,
ignoreAir: true,
conduct: 0.03,
stain: 0.02,
},
elements.heavy_blood_cloud = {
color: "#c22d23",
behavior: [
"XX|XX|XX",
"XX|CH:blood%0.1|M1%2.5 AND BO",
"XX|CR:blood%0.05|XX",
],
category:"gases",
temp: 30,
state: "gas",
density: 0.7,
ignoreAir: true,
conduct: 0.03,
stain: 0.03,
},
elements.heavier_blood_cloud = {
color: "#b02219",
behavior: [
"XX|XX|XX",
"XX|CH:blood%0.2|M1%2.5 AND BO",
"XX|CR:blood%0.1|XX",
],
category:"gases",
temp: 30,
state: "gas",
density: 0.9,
ignoreAir: true,
conduct: 0.03,
stain: 0.04,
},
elements.heaviest_blood_cloud = {
color: "#910f07",
behavior: [
"XX|XX|XX",
"XX|CH:blood%0.4|M1%2.5 AND BO",
"XX|CR:blood%0.2|XX",
],
category:"gases",
temp: 30,
state: "gas",
density: 1.1,
ignoreAir: true,
conduct: 0.03,
stain: 0.05,
},
//TPT reference
elements.warp = {
name: "warp",