From b753b72d110be858c98541f695d6fad0097c5afa Mon Sep 17 00:00:00 2001 From: Degranon Date: Thu, 2 Mar 2017 18:06:08 +0300 Subject: [PATCH 1/3] Changed LuAnimator.json for a better one --- LuAnimator.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 LuAnimator.json diff --git a/LuAnimator.json b/LuAnimator.json new file mode 100644 index 0000000..d97d2b7 --- /dev/null +++ b/LuAnimator.json @@ -0,0 +1,35 @@ +{ + "name": "commonshortsword", + "count": 1, + "parameters": { + "animationCustom": { + "animatedParts": { + "parts": { + "blade": { + "properties": { + "image": "" + } + }, + "handle": { + "properties": { + "image": "" + } + } + } + } + }, + "twoHanded": true, + "primaryAbility": { + "fireTime" : 0, + "stances": { + "idle": { + "armRotation": 0, + "weaponRotation": 0, + "allowRotate": false, + "allowFlip": true + } + } + }, + "scrpits": [] + } +} From 8ea3b4ed079667142d5927fabd88789818f282f6 Mon Sep 17 00:00:00 2001 From: Degranon Date: Thu, 2 Mar 2017 18:06:35 +0300 Subject: [PATCH 2/3] Delete LuAnimator.json --- LuAnimator.json | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 LuAnimator.json diff --git a/LuAnimator.json b/LuAnimator.json deleted file mode 100644 index d97d2b7..0000000 --- a/LuAnimator.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "commonshortsword", - "count": 1, - "parameters": { - "animationCustom": { - "animatedParts": { - "parts": { - "blade": { - "properties": { - "image": "" - } - }, - "handle": { - "properties": { - "image": "" - } - } - } - } - }, - "twoHanded": true, - "primaryAbility": { - "fireTime" : 0, - "stances": { - "idle": { - "armRotation": 0, - "weaponRotation": 0, - "allowRotate": false, - "allowFlip": true - } - } - }, - "scrpits": [] - } -} From fe8e1c93a13c5207dd065c156d620b43807cd1c1 Mon Sep 17 00:00:00 2001 From: Degranon Date: Thu, 2 Mar 2017 18:07:42 +0300 Subject: [PATCH 3/3] LuAnimator.json Just a little edition for better usage --- DrawablesGenerator/Templates/LuAnimator.json | 69 ++++++++++---------- 1 file changed, 35 insertions(+), 34 deletions(-) diff --git a/DrawablesGenerator/Templates/LuAnimator.json b/DrawablesGenerator/Templates/LuAnimator.json index f6c5ee7..d97d2b7 100644 --- a/DrawablesGenerator/Templates/LuAnimator.json +++ b/DrawablesGenerator/Templates/LuAnimator.json @@ -1,34 +1,35 @@ -{ - "name": "commonbroadsword", - "count": 1, - "parameters": { - "animationCustom": { - "animatedParts": { - "parts": { - "blade": { - "properties": { - "image": "/assetmissing.png" - } - }, - "handle": { - "properties": { - "image": "/assetmissing.png" - } - } - } - } - }, - "twoHanded": false, - "primaryAbility": { - "fireTime" : 0, - "stances": { - "idle": { - "armRotation": 0, - "weaponRotation": 0, - "allowRotate": false, - "allowFlip": false - } - } - } - } -} +{ + "name": "commonshortsword", + "count": 1, + "parameters": { + "animationCustom": { + "animatedParts": { + "parts": { + "blade": { + "properties": { + "image": "" + } + }, + "handle": { + "properties": { + "image": "" + } + } + } + } + }, + "twoHanded": true, + "primaryAbility": { + "fireTime" : 0, + "stances": { + "idle": { + "armRotation": 0, + "weaponRotation": 0, + "allowRotate": false, + "allowFlip": true + } + } + }, + "scrpits": [] + } +}