Skip to content

Commit

Permalink
Correct harvest lists for leech plants
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Candlebury committed Jan 19, 2020
1 parent 82a2eb2 commit c28823d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/json/monsters/power_leech.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
[ "PARROT", 40 ]
],
"special_when_hit": [ "ZAPBACK", 100 ],
"death_drops": { },
"harvest": "flesh_plant_bloom",
"death_function": [ "NORMAL" ],
"flags": [ "SEES", "NOHEAD", "IMMOBILE", "NO_BREATHE", "QUEEN", "HARDTOSHOOT" ]
},
Expand Down Expand Up @@ -73,7 +73,7 @@
[ "MON_LEECH_EVOLUTION", 30 ]
],
"special_when_hit": [ "ZAPBACK", 100 ],
"death_drops": { },
"harvest": "flesh_plant",
"death_function": [ "NORMAL" ],
"flags": [ "SEES", "NOHEAD", "IMMOBILE", "NO_BREATHE", "HARDTOSHOOT" ]
},
Expand Down Expand Up @@ -107,7 +107,7 @@
},
[ "LEECH_SPAWNER", 35 ]
],
"death_drops": { },
"harvest": "flesh_plant",
"death_function": [ "NORMAL" ],
"flags": [ "SEES", "NOHEAD", "IMMOBILE", "NO_BREATHE" ]
},
Expand Down Expand Up @@ -150,7 +150,7 @@
[ "EVOLVE_KILL_STRIKE", 3 ]
],
"special_when_hit": [ "ZAPBACK", 100 ],
"death_drops": { },
"harvest": "flesh_plant",
"death_function": [ "NORMAL" ],
"flags": [ "SEES", "NOHEAD", "NO_BREATHE", "HARDTOSHOOT" ]
},
Expand Down Expand Up @@ -191,7 +191,7 @@
},
[ "EVOLVE_KILL_STRIKE", 6 ]
],
"death_drops": { },
"harvest": "flesh_plant",
"death_function": [ "NORMAL" ],
"flags": [ "SEES", "NOHEAD", "NO_BREATHE", "HARDTOSHOOT" ]
}
Expand Down

0 comments on commit c28823d

Please sign in to comment.