diff --git a/Gameton-06/Assets/Gameton/Resources/GameData/monster.json b/Gameton-06/Assets/Gameton/Resources/GameData/monster.json index 4ac17498..38eda4b3 100644 --- a/Gameton-06/Assets/Gameton/Resources/GameData/monster.json +++ b/Gameton-06/Assets/Gameton/Resources/GameData/monster.json @@ -3,120 +3,120 @@ "id": 1, "name": "PurplePumpkin", "level": 1, - "hp": 50, - "attackPower": 20, - "defencePower": 50, + "hp": 35, + "attackPower": 30, + "defencePower": 4, "monsterSkillID": 0, - "Gold": 10, - "Exp": 1, - "Score": 5 + "Gold": 1, + "Exp": 2, + "Score": 10 }, { "id": 2, "name": "YellowPumpkin", "level": 2, - "hp": 80, - "attackPower": 22, - "defencePower": 50, + "hp": 75, + "attackPower": 35, + "defencePower": 10, "monsterSkillID": 0, - "Gold": 10, - "Exp": 1, - "Score": 5 + "Gold": 1, + "Exp": 3, + "Score": 10 }, { "id": 3, "name": "GreenRex", "level": 3, - "hp": 600, - "attackPower": 50, - "defencePower": 50, + "hp": 300, + "attackPower": 70, + "defencePower": 20, "monsterSkillID": 1, - "Gold": 80, - "Exp": 20, - "Score": 240 + "Gold": 15, + "Exp": 50, + "Score": 100 }, { "id": 4, "name": "GreenPumpkin", "level": 4, - "hp": 150, - "attackPower": 50, - "defencePower": 50, + "hp": 200, + "attackPower": 43, + "defencePower": 15, "monsterSkillID": 0, - "Gold": 11, - "Exp": 2, + "Gold": 2, + "Exp": 5, "Score": 20 }, { "id": 5, "name": "RedOgre", "level": 5, - "hp": 200, - "attackPower": 60, - "defencePower": 50, + "hp": 250, + "attackPower": 46, + "defencePower": 15, "monsterSkillID": 0, - "Gold": 11, - "Exp": 2, + "Gold": 3, + "Exp": 7, "Score": 20 }, { "id": 6, "name": "BlueRex", "level": 6, - "hp": 1000, - "attackPower": 100, - "defencePower": 50, + "hp": 900, + "attackPower": 112, + "defencePower": 30, "monsterSkillID": 1, - "Gold": 118, - "Exp": 25, - "Score": 400 + "Gold": 50, + "Exp": 150, + "Score": 200 }, { "id": 7, "name": "GreenOgre", "level": 7, - "hp": 300, - "attackPower": 90, - "defencePower": 50, + "hp": 400, + "attackPower": 55, + "defencePower": 25, "monsterSkillID": 0, - "Gold": 12, - "Exp": 3, - "Score": 30 + "Gold": 4, + "Exp": 8, + "Score": 40 }, { "id": 8, "name": "GreenTroll", "level": 8, - "hp": 400, - "attackPower": 90, - "defencePower": 50, + "hp": 550, + "attackPower": 57, + "defencePower": 25, "monsterSkillID": 0, - "Gold": 13, - "Exp": 3, - "Score": 40 + "Gold": 6, + "Exp": 10, + "Score": 50 }, { "id": 9, "name": "RedRex", "level": 9, - "hp": 3000, - "attackPower": 110, - "defencePower": 50, + "hp": 2000, + "attackPower": 65, + "defencePower": 25, "monsterSkillID": 1, - "Gold": 150, - "Exp": 30, - "Score": 1500 + "Gold": 125, + "Exp": 250, + "Score": 400 }, { "id": 10, "name": "RedDragon", "level": 10, - "hp": 5000, + "hp": 3500, "attackPower": 180, - "defencePower": 50, + "defencePower": 40, "monsterSkillID": 1, - "Gold": 200, - "Exp": 40, - "Score": 2000 + "Gold": 300, + "Exp": 600, + "Score": 1000 } ] \ No newline at end of file