vore-mod/elements/Blood.mod.json

49 lines
No EOL
1 KiB
JSON

{
"_fv": 34,
"_type": "fluid",
"definition": {
"name": "Blood",
"bucketName": "Blood Bucket",
"textureStill": "boold",
"textureFlowing": "boold",
"tintType": "No tint",
"canMultiply": false,
"flowRate": 5,
"levelDecrease": 1,
"slopeFindDistance": 4,
"spawnParticles": false,
"dripParticle": {
"value": "EXPLOSION_NORMAL"
},
"flowStrength": 1.0,
"luminosity": 0,
"density": 1000,
"viscosity": 1000,
"temperature": 300,
"type": "WATER",
"generateBucket": true,
"textureBucket": "",
"creativeTab": {
"value": "MISC"
},
"emptySound": {
"value": ""
},
"rarity": "COMMON",
"specialInfo": [],
"resistance": 100.0,
"luminance": 0,
"lightOpacity": 1,
"emissiveRendering": false,
"tickRate": 2000,
"flammability": 0,
"fireSpreadSpeed": 0,
"colorOnMap": "DEFAULT",
"frequencyOnChunks": 5,
"spawnWorldTypes": [],
"restrictionBiomes": [],
"onTickUpdate": {
"name": "BloodUpdateTick"
}
}
}