Update shoot authored by Lxlp's avatar Lxlp
...@@ -59,7 +59,7 @@ These attributes apply if the projectile is of `type` `POTION` ...@@ -59,7 +59,7 @@ These attributes apply if the projectile is of `type` `POTION`
| potiontype | ptype, effect, pt, pe | The type of the potion applied to the projectile, if POTION | SLOW<!--type:PotionEffectType-->| | potiontype | ptype, effect, pt, pe | The type of the potion applied to the projectile, if POTION | SLOW<!--type:PotionEffectType-->|
| potionduration | pduration, pd | The duration of the potion effect | 100 | | potionduration | pduration, pd | The duration of the potion effect | 100 |
| force | overwrite, ow, override, or | Whether to override the effect on the target if already applied | false | | force | overwrite, ow, override, or | Whether to override the effect on the target if already applied | false |
| potioncolor | pc | The color of the potion | #FFFFFF | | potioncolor | pc | The color of the potion | #FFFFFF<!--type:Color--> |
| hasParticles | particles | Whether not to show the status effect particles. | true | | hasParticles | particles | Whether not to show the status effect particles. | true |
| hasIcon | icon | Whether not to show the status effect icon. | true | | hasIcon | icon | Whether not to show the status effect icon. | true |
| ambientparticles | ambient | Whether to show ambient particles. | false | | ambientparticles | ambient | Whether to show ambient particles. | false |
... ...
......