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

48 lines
No EOL
1 KiB
JSON

{
"_fv": 57,
"_type": "fluid",
"definition": {
"name": "Acid",
"bucketName": "Acid Bucket",
"textureStill": "assid",
"textureFlowing": "assid",
"tintType": "No tint",
"canMultiply": true,
"flowRate": 5,
"levelDecrease": 1,
"slopeFindDistance": 4,
"spawnParticles": false,
"dripParticle": {
"value": "EXPLOSION_NORMAL"
},
"flowStrength": 0.9,
"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": 10,
"flammability": 0,
"fireSpreadSpeed": 0,
"colorOnMap": "DEFAULT",
"onEntityCollides": {
"name": "AcidMobplayerCollidesBlock"
}
}
}