diff --git a/source/behavior/entities/format/components/shooter.json b/source/behavior/entities/format/components/shooter.json index 573bc49e..ef411fe1 100644 --- a/source/behavior/entities/format/components/shooter.json +++ b/source/behavior/entities/format/components/shooter.json @@ -14,20 +14,16 @@ "def": { "title": "Def", "type": "string", + "examples": ["minecraft:arrow", "minecraft:small_fireball", "minecraft:thrown_trident"], "description": "Actor definition to use as projectile for the ranged attack. The actor definition must have the projectile component to be able to be shot as a projectile" }, "type": { "title": "Type", "type": "string", "description": "UNDOCUMENTED", - "$comment": "UNDOCUMENTED" + "$comment": "UNDOCUMENTED", + "examples": ["dragonfireball"] } }, - "examples": [ - { - "aux_val": -1, - "def": "example", - "type": "example" - } - ] + "examples": [{ "def": "minecraft:small_fireball" }] }