From f68a2ded327a60d4833dbb4b96d4fa4772e5e21b Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Fri, 23 Apr 2021 16:53:15 +0200 Subject: [PATCH] Updated animations --- .../animations/1.10.0/actor_animation.json | 25 ++++++++----------- .../animations/1.8.0/actor_animation.json | 25 ++++++++----------- 2 files changed, 20 insertions(+), 30 deletions(-) diff --git a/source/resource/animations/1.10.0/actor_animation.json b/source/resource/animations/1.10.0/actor_animation.json index c285b9c4..56063e65 100644 --- a/source/resource/animations/1.10.0/actor_animation.json +++ b/source/resource/animations/1.10.0/actor_animation.json @@ -199,21 +199,16 @@ "particle_effects": { "title": "Particle Effects", "description": "TODO", - "oneOf": [ - { "$ref": "#/definitions/ParticleEffect" }, - { - "type": "object", - "propertyNames": { "pattern": "^[\\d.]+$", "examples": ["0.0"] }, - "additionalProperties": { - "title": "Timeline Object", - "description": "A single point in time", - "oneOf": [ - { "type": "object", "$ref": "#/definitions/ParticleEffect" }, - { "type": "array", "items": { "$ref": "#/definitions/ParticleEffect" } } - ] - } - } - ] + "type": "object", + "propertyNames": { "pattern": "^[\\d.]+$", "examples": ["0.0"] }, + "additionalProperties": { + "title": "Timeline Object", + "description": "A single point in time", + "oneOf": [ + { "type": "object", "$ref": "#/definitions/ParticleEffect" }, + { "type": "array", "items": { "$ref": "#/definitions/ParticleEffect" } } + ] + } }, "start_delay": { "title": "Start Delay", diff --git a/source/resource/animations/1.8.0/actor_animation.json b/source/resource/animations/1.8.0/actor_animation.json index 680714a3..5e4ac3b7 100644 --- a/source/resource/animations/1.8.0/actor_animation.json +++ b/source/resource/animations/1.8.0/actor_animation.json @@ -199,21 +199,16 @@ "particle_effects": { "title": "Particle Effects", "description": "TODO", - "oneOf": [ - { "$ref": "#/definitions/ParticleEffect" }, - { - "type": "object", - "propertyNames": { "pattern": "^[\\d.]+$", "examples": ["0.0"] }, - "additionalProperties": { - "title": "Timeline Object", - "description": "A single point in time", - "oneOf": [ - { "type": "object", "$ref": "#/definitions/ParticleEffect" }, - { "type": "array", "items": { "$ref": "#/definitions/ParticleEffect" } } - ] - } - } - ] + "type": "object", + "propertyNames": { "pattern": "^[\\d.]+$", "examples": ["0.0"] }, + "additionalProperties": { + "title": "Timeline Object", + "description": "A single point in time", + "oneOf": [ + { "type": "object", "$ref": "#/definitions/ParticleEffect" }, + { "type": "array", "items": { "$ref": "#/definitions/ParticleEffect" } } + ] + } }, "start_delay": { "title": "Start Delay",