updated type metadata authored by Lxlp's avatar Lxlp
...@@ -11,9 +11,9 @@ Shoots a shulker bullet at the target entity, giving them levitation on hit. ...@@ -11,9 +11,9 @@ Shoots a shulker bullet at the target entity, giving them levitation on hit.
| damage | d | The damage of the bullet | 5 | | damage | d | The damage of the bullet | 5 |
| bounce | | Whether the bullet should bounce | false | | bounce | | Whether the bullet should bounce | false |
| interval | int, i | how often in ticks this mechanic updates | 4 | | interval | int, i | how often in ticks this mechanic updates | 4 |
| onTick | oT, m, meta, ontickskill, s, skill | the skill this mechanic calls each interval | | | onTick | oT, m, meta, ontickskill, s, skill | the skill this mechanic calls each interval |<!--type:Metaskill-->|
| onHit | oH, onhitskill | the skill this mechanic calls when it hits the target | | | onHit | oH, onhitskill | the skill this mechanic calls when it hits the target |<!--type:Metaskill-->|
| onEnd | oE, onendskill | the skill this mechanic calls when it ends | | | onEnd | oE, onendskill | the skill this mechanic calls when it ends |<!--type:Metaskill-->|
| startyoffset | syo | The starting y offset of the bullet | 0 | | startyoffset | syo | The starting y offset of the bullet | 0 |
| forwardoffset | startfoffset, sfo | The forward offset of the bullet | 0 | | forwardoffset | startfoffset, sfo | The forward offset of the bullet | 0 |
...@@ -44,3 +44,4 @@ TSSB_oE: ...@@ -44,3 +44,4 @@ TSSB_oE:
<!--TAGS--> <!--TAGS-->
<!--tag:Projectile--> <!--tag:Projectile-->
<!--tag:Meta-Mechanic-->
\ No newline at end of file