vore-mod/elements/Blood.mod.json
2024-03-13 00:29:55 -04:00

48 lines
No EOL
1,015 B
JSON

{
"_fv": 57,
"_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": "TOOLS"
},
"emptySound": {
"value": ""
},
"rarity": "COMMON",
"specialInformation": {
"fixedValue": []
},
"resistance": 100.0,
"luminance": 0,
"lightOpacity": 1,
"emissiveRendering": false,
"tickRate": 2000,
"flammability": 0,
"fireSpreadSpeed": 0,
"colorOnMap": "DEFAULT",
"onTickUpdate": {
"name": "BloodUpdateTick"
}
}
}