diff --git a/source/behavior/entities/format/components/projectile.json b/source/behavior/entities/format/components/projectile.json index f1369865..912fa803 100644 --- a/source/behavior/entities/format/components/projectile.json +++ b/source/behavior/entities/format/components/projectile.json @@ -525,6 +525,12 @@ "default": 0, "description": "The chance that a spawn occurs when a projectile hits the entity." }, + "first_spawn_chance": { + "title": "First Spawn Chance", + "type": "number", + "default": 8, + "description": "The chance that a first spawn occurs when a projectile hits the entity." + }, "second_spawn_chance": { "title": "Second Spawn Chance", "type": "number",