Skip to content

Instantly share code, notes, and snippets.

@Tomcc
Created October 29, 2015 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tomcc/6a7ba63d3b268567b880 to your computer and use it in GitHub Desktop.
Save Tomcc/6a7ba63d3b268567b880 to your computer and use it in GitHub Desktop.
pufferfish
{
"name": "fish.pufferfish.raw",
"id": 206,
"icon": "fish_raw_puffer_fish",
"use_animation": "eat",
"use_duration": 32,
"max_damage": 0,
"stacked_by_data": true,
"food": {
"nutrition": 1,
"saturation_modifier": 0.1, // FOOD_SATURATION_POOR
"is_meat": true,
"effects": [
{
"name": "poison",
"duration": 60,
"amplifier": 3
},
{
"name": "nausea", // confusion
"duration": 15,
"amplifier": 1
},
{
"name": "hunger",
"duration": 15,
"amplifier": 2
}
]
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment