diff --git a/src/main/resources/Items/gravityflip_wand.json b/src/main/resources/Items/gravityflip_wand.json deleted file mode 100644 index 8e00e47..0000000 --- a/src/main/resources/Items/gravityflip_wand.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Icon": "Torch_Fire", - "TranslationProperties": { - "Translation": "Gravity Flip Wand" - }, - "ResourceType": "Utility", - "MaxStackSize": 1, - "Interactions": { - "Primary": { - "Type": "GravityFlipWand" - }, - "Secondary": { - "Type": "GravityFlipWand" - } - } -} diff --git a/src/main/resources/Server/Item/Items/gravityflip_wand.json b/src/main/resources/Server/Item/Items/gravityflip_wand.json new file mode 100644 index 0000000..bb4b152 --- /dev/null +++ b/src/main/resources/Server/Item/Items/gravityflip_wand.json @@ -0,0 +1,50 @@ +{ + "TranslationProperties": { + "Name": "Gravity Flip Wand", + "Description": "Primary click: set pos1. Secondary click: set pos2. Use /gravityflip define to finalise a region." + }, + "Categories": [ + "Items.Weapons" + ], + "Icon": "Icons/ItemsGenerated/Weapon_Wand_Wood.png", + "Quality": "Rare", + "ItemLevel": 40, + "Model": "Items/Weapons/Wand/Wood.blockymodel", + "Texture": "Items/Weapons/Wand/Wood_Texture.png", + "PlayerAnimationsId": "Wand", + "Utility": { + "Compatible": true + }, + "Interactions": { + "Primary": { + "Type": "GravityFlipWand" + }, + "Secondary": { + "Type": "GravityFlipWand" + } + }, + "IconProperties": { + "Scale": 0.6, + "Translation": [ + -13, + -16 + ], + "Rotation": [ + 45, + 90, + 0 + ] + }, + "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim", + "Tags": { + "Type": [ + "Weapon" + ], + "Family": [ + "Wand" + ] + }, + "Weapon": {}, + "ItemSoundSetId": "ISS_Weapons_Wand", + "MaxStackSize": 1 +}