modified weapon cooldown + damage, edited story a bit

This commit is contained in:
OfficialCHenry 2022-04-25 22:08:43 -04:00
parent 66f6a443ca
commit 036f5a87ba
2 changed files with 6 additions and 6 deletions

View File

@ -7,8 +7,8 @@
"displayName": "Knife", "displayName": "Knife",
"animationSprite": "slice", "animationSprite": "slice",
"spriteKey": "knife", "spriteKey": "knife",
"damage": 40, "damage": 50,
"cooldown": 300, "cooldown": 500,
"useVolume": 0 "useVolume": 0
} }
] ]

View File

@ -2,7 +2,7 @@
"texts": [ "texts": [
{ {
"speaker": "", "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": [ "actions": [
{ {
"type": "loadSprite", "type": "loadSprite",
@ -21,7 +21,7 @@
}, },
{ {
"speaker": "", "speaker": "",
"content": "But the monster shattered it into 6 pieces", "content": "But an evil monster shattered it into 6 pieces",
"actions": [ "actions": [
{ {
"type": "hideSprite", "type": "hideSprite",
@ -44,7 +44,7 @@
}, },
{ {
"speaker": "", "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": [ "actions": [
{ {
"type": "hideSprite", "type": "hideSprite",
@ -90,7 +90,7 @@
}, },
{ {
"speaker": "Hiro", "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": [ "actions": [
{ {
"type": "showSprite", "type": "showSprite",