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": [] + } +}