OSDN Git Service

辛夷祭当日の変更を含む最終コミット
[h58pcdgame/GameScriptCoreLibrary.git] / www / corelib / classes / MainCharacters / MainCharacterClass_Witch.js
index b9f592e..8ac8be7 100644 (file)
@@ -6,9 +6,9 @@ var MainCharacterClass_Witch = function(stage, args, isFromNetwork){
                MainCharacterClass_Witch.base.prototype.create.apply(this, [stage, [["witch.png","witch2.png"]]]);\r
                this.size.x = 32;\r
                this.size.y = 64;\r
-               this.antigravity = 300 / GameManager.prototype.tickPerSecond;\r
-               this.jumpPower = 80;\r
-               this.max_HP = 80;\r
+               this.antigravity = 200 / GameManager.prototype.tickPerSecond;\r
+               this.jumpPower = 90;\r
+               this.max_HP = 60;\r
                this.HP = this.max_HP;\r
        },\r
 });\r