mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Effect: Added Fatal Poison effect
This is identical to normal Poison, except that it kills the victim. Parrots receive this effect when they are fed cookies.
This commit is contained in:
@ -131,5 +131,11 @@
|
||||
"id": 24,
|
||||
"color": "#FFCEFFFF",
|
||||
"name": "levitation"
|
||||
},
|
||||
"fatal_poison": {
|
||||
"id": 25,
|
||||
"color": "#FF4E9331",
|
||||
"name": "poison",
|
||||
"isBad": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user