From 036f5a87bac91fb85ec80f53ba5678987367db99 Mon Sep 17 00:00:00 2001 From: OfficialCHenry Date: Mon, 25 Apr 2022 22:08:43 -0400 Subject: [PATCH] modified weapon cooldown + damage, edited story a bit --- dist/shattered_sword_assets/data/weaponData.json | 4 ++-- dist/shattered_sword_assets/jsons/story.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/shattered_sword_assets/data/weaponData.json b/dist/shattered_sword_assets/data/weaponData.json index e3cc486..4861da6 100644 --- a/dist/shattered_sword_assets/data/weaponData.json +++ b/dist/shattered_sword_assets/data/weaponData.json @@ -7,8 +7,8 @@ "displayName": "Knife", "animationSprite": "slice", "spriteKey": "knife", - "damage": 40, - "cooldown": 300, + "damage": 50, + "cooldown": 500, "useVolume": 0 } ] diff --git a/dist/shattered_sword_assets/jsons/story.json b/dist/shattered_sword_assets/jsons/story.json index 2fbc3d6..698bd25 100644 --- a/dist/shattered_sword_assets/jsons/story.json +++ b/dist/shattered_sword_assets/jsons/story.json @@ -2,7 +2,7 @@ "texts": [ { "speaker": "", - "content": "There's a the legendary royal greatsword that is the only weapon powerful enough to slay the monster", + "content": "There was the legendary royal greatsword that would grant great power to its wielder", "actions": [ { "type": "loadSprite", @@ -21,7 +21,7 @@ }, { "speaker": "", - "content": "But the monster shattered it into 6 pieces", + "content": "But an evil monster shattered it into 6 pieces", "actions": [ { "type": "hideSprite", @@ -44,7 +44,7 @@ }, { "speaker": "", - "content": "Hiro is the only prince from the kingdom", + "content": "Hiro is the only surviving prince from the kingdom destroyed by the monster", "actions": [ { "type": "hideSprite", @@ -90,7 +90,7 @@ }, { "speaker": "Hiro", - "content": "I should go on the journey to collect the pieces of the sword... and kill the monster!", + "content": "I must go on the journey to collect the pieces of the sword... and kill the monster!", "actions": [ { "type": "showSprite",