Json file0.rpgsave - hikipuro/rpgmakermv_ref GitHub Wiki
file0.rpgsave
file[ファイル番号].rpgsave の構造
- ローカル環境: save/file[ファイル番号].rpgsave に配置される
- Web 環境: WebStorage の "RPG File[ファイル番号]"
{
"system": {
"_saveEnabled": true,
"_menuEnabled": true,
"_encounterEnabled": true,
"_formationEnabled": true,
"_battleCount": 0,
"_winCount": 0,
"_escapeCount": 0,
"_saveCount": 1,
"_versionId": 32806025,
"_framesOnSave": 589,
"_bgmOnSave": {
"name": "",
"volume": 0,
"pitch": 0,
"@c": 3
},
"_bgsOnSave": {
"name": "",
"volume": 0,
"pitch": 0,
"@c": 4
},
"_windowTone": null,
"_battleBgm": null,
"_victoryMe": null,
"_defeatMe": null,
"_savedBgm": null,
"_walkingBgm": null,
"@c": 2,
"@": "Game_System"
},
"screen": {
"_brightness": 255,
"_fadeOutDuration": 0,
"_fadeInDuration": 0,
"_tone": {
"@c": 6,
"@a": [0, 0, 0, 0]
},
"_toneTarget": {
"@c": 7,
"@a": [0, 0, 0, 0]
},
"_toneDuration": 0,
"_flashColor": {
"@c": 8,
"@a": [0, 0, 0, 0]
},
"_flashDuration": 0,
"_shakePower": 0,
"_shakeSpeed": 0,
"_shakeDuration": 0,
"_shakeDirection": 1,
"_shake": 0,
"_zoomX": 0,
"_zoomY": 0,
"_zoomScale": 1,
"_zoomScaleTarget": 1,
"_zoomDuration": 0,
"_weatherType": "none",
"_weatherPower": 0,
"_weatherPowerTarget": 0,
"_weatherDuration": 0,
"_pictures": {
"@c": 9,
"@a": []
},
"@c": 5,
"@": "Game_Screen"
},
"timer": {
"_frames": 0,
"_working": false,
"@c": 10,
"@": "Game_Timer"
},
"switches": {
"_data": {
"@c": 12,
"@a": []
},
"@c": 11,
"@": "Game_Switches"
},
"variables": {
"_data": {
"@c": 14,
"@a": []
},
"@c": 13,
"@": "Game_Variables"
},
"selfSwitches": {
"_data": {
"@c": 16
},
"@c": 15,
"@": "Game_SelfSwitches"
},
"actors": {
"_data": {
"@c": 18,
"@a": [null, {
"_hp": 450,
"_mp": 90,
"_tp": 0,
"_hidden": false,
"_paramPlus": {
"@c": 20,
"@a": [0, 0, 0, 0, 0, 0, 0, 0]
},
"_states": {
"@c": 21,
"@a": []
},
"_stateTurns": {
"@c": 22
},
"_stateSteps": {
"@c": 23
},
"_buffs": {
"@c": 24,
"@a": [0, 0, 0, 0, 0, 0, 0, 0]
},
"_buffTurns": {
"@c": 25,
"@a": [0, 0, 0, 0, 0, 0, 0, 0]
},
"_actions": {
"@c": 26,
"@a": []
},
"_speed": 0,
"_result": {
"used": false,
"missed": false,
"evaded": false,
"physical": false,
"drain": false,
"critical": false,
"success": false,
"hpAffected": false,
"hpDamage": 0,
"mpDamage": 0,
"tpDamage": 0,
"addedStates": {
"@c": 28,
"@a": []
},
"removedStates": {
"@c": 29,
"@a": []
},
"addedBuffs": {
"@c": 30,
"@a": []
},
"addedDebuffs": {
"@c": 31,
"@a": []
},
"removedBuffs": {
"@c": 32,
"@a": []
},
"@c": 27,
"@": "Game_ActionResult"
},
"_actionState": "",
"_lastTargetIndex": 0,
"_animations": {
"@c": 33,
"@a": []
},
"_damagePopup": false,
"_effectType": null,
"_motionType": null,
"_weaponImageId": 0,
"_motionRefresh": false,
"_selected": false,
"_actorId": 1,
"_name": "ハロルド",
"_nickname": "",
"_classId": 1,
"_level": 1,
"_characterName": "Actor1",
"_characterIndex": 0,
"_faceName": "Actor1",
"_faceIndex": 0,
"_battlerName": "Actor1_1",
"_exp": {
"1": 0,
"@c": 34
},
"_skills": {
"@c": 35,
"@a": [8, 10]
},
"_equips": {
"@c": 36,
"@a": [{
"_dataClass": "weapon",
"_itemId": 1,
"@c": 37,
"@": "Game_Item"
}, {
"_dataClass": "armor",
"_itemId": 1,
"@c": 38,
"@": "Game_Item"
}, {
"_dataClass": "armor",
"_itemId": 2,
"@c": 39,
"@": "Game_Item"
}, {
"_dataClass": "armor",
"_itemId": 3,
"@c": 40,
"@": "Game_Item"
}, {
"_dataClass": "armor",
"_itemId": 0,
"@c": 41,
"@": "Game_Item"
}]
},
"_actionInputIndex": 0,
"_lastMenuSkill": {
"_dataClass": "",
"_itemId": 0,
"@c": 42,
"@": "Game_Item"
},
"_lastBattleSkill": {
"_dataClass": "",
"_itemId": 0,
"@c": 43,
"@": "Game_Item"
},
"_lastCommandSymbol": "",
"_profile": "",
"@c": 19,
"@": "Game_Actor"
}]
},
"@c": 17,
"@": "Game_Actors"
},
"party": {
"_inBattle": false,
"_gold": 0,
"_steps": 0,
"_lastItem": {
"_dataClass": "",
"_itemId": 0,
"@c": 45,
"@": "Game_Item"
},
"_menuActorId": 0,
"_targetActorId": 0,
"_actors": {
"@c": 46,
"@a": [1]
},
"_items": {
"@c": 47
},
"_weapons": {
"@c": 48
},
"_armors": {
"@c": 49
},
"@c": 44,
"@": "Game_Party"
},
"map": {
"_interpreter": {
"_depth": 0,
"_mapId": 0,
"_eventId": 0,
"_list": null,
"_index": 0,
"_waitCount": 0,
"_waitMode": "",
"_comments": "",
"_character": null,
"_childInterpreter": null,
"_branch": {
"@c": 52
},
"_params": {
"@c": 53,
"@a": []
},
"_indent": 0,
"_frameCount": 428,
"_freezeChecker": 2,
"@c": 51,
"@": "Game_Interpreter"
},
"_mapId": 2,
"_tilesetId": 2,
"_events": {
"@c": 54,
"@a": [null, {
"_x": 6,
"_y": 17,
"_realX": 6,
"_realY": 17,
"_moveSpeed": 3,
"_moveFrequency": 3,
"_opacity": 255,
"_blendMode": 0,
"_direction": 8,
"_pattern": 3,
"_priorityType": 1,
"_tileId": 0,
"_characterName": "!Other2",
"_characterIndex": 0,
"_isObjectCharacter": true,
"_walkAnime": true,
"_stepAnime": true,
"_directionFix": true,
"_through": false,
"_transparent": false,
"_bushDepth": 0,
"_animationId": 0,
"_balloonId": 0,
"_animationPlaying": false,
"_balloonPlaying": false,
"_animationCount": 7,
"_stopCount": 61,
"_jumpCount": 0,
"_jumpPeak": 0,
"_movementSuccess": true,
"_moveRouteForcing": false,
"_moveRoute": {
"list": {
"@c": 57,
"@a": [{
"code": 0,
"parameters": {
"@c": 59,
"@a": []
},
"@c": 58
}]
},
"repeat": true,
"skippable": false,
"wait": false,
"@c": 56
},
"_moveRouteIndex": 0,
"_originalMoveRoute": null,
"_originalMoveRouteIndex": 0,
"_waitCount": 0,
"_moveType": 0,
"_trigger": 0,
"_starting": false,
"_erased": false,
"_pageIndex": 0,
"_originalPattern": 0,
"_originalDirection": 8,
"_prelockDirection": 0,
"_locked": false,
"_mapId": 2,
"_eventId": 1,
"_interpreter": null,
"@c": 55,
"@": "Game_Event"
}, {
"_x": 19,
"_y": 19,
"_realX": 19,
"_realY": 19,
"_moveSpeed": 3,
"_moveFrequency": 3,
"_opacity": 255,
"_blendMode": 0,
"_direction": 8,
"_pattern": 3,
"_priorityType": 1,
"_tileId": 0,
"_characterName": "!Other2",
"_characterIndex": 0,
"_isObjectCharacter": true,
"_walkAnime": true,
"_stepAnime": true,
"_directionFix": true,
"_through": false,
"_transparent": false,
"_bushDepth": 0,
"_animationId": 0,
"_balloonId": 0,
"_animationPlaying": false,
"_balloonPlaying": false,
"_animationCount": 7,
"_stopCount": 61,
"_jumpCount": 0,
"_jumpPeak": 0,
"_movementSuccess": true,
"_moveRouteForcing": false,
"_moveRoute": {
"list": {
"@c": 62,
"@a": [{
"code": 0,
"parameters": {
"@c": 64,
"@a": []
},
"@c": 63
}]
},
"repeat": true,
"skippable": false,
"wait": false,
"@c": 61
},
"_moveRouteIndex": 0,
"_originalMoveRoute": null,
"_originalMoveRouteIndex": 0,
"_waitCount": 0,
"_moveType": 0,
"_trigger": 0,
"_starting": false,
"_erased": false,
"_pageIndex": 0,
"_originalPattern": 0,
"_originalDirection": 8,
"_prelockDirection": 0,
"_locked": false,
"_mapId": 2,
"_eventId": 2,
"_interpreter": null,
"@c": 60,
"@": "Game_Event"
}, {
"_x": 20,
"_y": 19,
"_realX": 20,
"_realY": 19,
"_moveSpeed": 3,
"_moveFrequency": 3,
"_opacity": 255,
"_blendMode": 0,
"_direction": 8,
"_pattern": 3,
"_priorityType": 1,
"_tileId": 0,
"_characterName": "!Other2",
"_characterIndex": 0,
"_isObjectCharacter": true,
"_walkAnime": true,
"_stepAnime": true,
"_directionFix": true,
"_through": false,
"_transparent": false,
"_bushDepth": 0,
"_animationId": 0,
"_balloonId": 0,
"_animationPlaying": false,
"_balloonPlaying": false,
"_animationCount": 7,
"_stopCount": 61,
"_jumpCount": 0,
"_jumpPeak": 0,
"_movementSuccess": true,
"_moveRouteForcing": false,
"_moveRoute": {
"list": {
"@c": 67,
"@a": [{
"code": 0,
"parameters": {
"@c": 69,
"@a": []
},
"@c": 68
}]
},
"repeat": true,
"skippable": false,
"wait": false,
"@c": 66
},
"_moveRouteIndex": 0,
"_originalMoveRoute": null,
"_originalMoveRouteIndex": 0,
"_waitCount": 0,
"_moveType": 0,
"_trigger": 0,
"_starting": false,
"_erased": false,
"_pageIndex": 0,
"_originalPattern": 0,
"_originalDirection": 8,
"_prelockDirection": 0,
"_locked": false,
"_mapId": 2,
"_eventId": 3,
"_interpreter": null,
"@c": 65,
"@": "Game_Event"
}, {
"_x": 15,
"_y": 16,
"_realX": 15,
"_realY": 16,
"_moveSpeed": 3,
"_moveFrequency": 3,
"_opacity": 255,
"_blendMode": 0,
"_direction": 2,
"_pattern": 3,
"_priorityType": 1,
"_tileId": 0,
"_characterName": "Actor2",
"_characterIndex": 4,
"_isObjectCharacter": null,
"_walkAnime": false,
"_stepAnime": true,
"_directionFix": true,
"_through": false,
"_transparent": false,
"_bushDepth": 0,
"_animationId": 0,
"_balloonId": 0,
"_animationPlaying": false,
"_balloonPlaying": false,
"_animationCount": 7,
"_stopCount": 61,
"_jumpCount": 0,
"_jumpPeak": 0,
"_movementSuccess": true,
"_moveRouteForcing": false,
"_moveRoute": {
"list": {
"@c": 72,
"@a": [{
"code": 0,
"parameters": {
"@c": 74,
"@a": []
},
"@c": 73
}]
},
"repeat": true,
"skippable": false,
"wait": false,
"@c": 71
},
"_moveRouteIndex": 0,
"_originalMoveRoute": null,
"_originalMoveRouteIndex": 0,
"_waitCount": 0,
"_moveType": 0,
"_trigger": 0,
"_starting": false,
"_erased": false,
"_pageIndex": 0,
"_originalPattern": 0,
"_originalDirection": 2,
"_prelockDirection": 0,
"_locked": false,
"_mapId": 2,
"_eventId": 4,
"_interpreter": null,
"@c": 70,
"@": "Game_Event"
}, {
"_x": 14,
"_y": 15,
"_realX": 14,
"_realY": 15,
"_moveSpeed": 3,
"_moveFrequency": 3,
"_opacity": 255,
"_blendMode": 0,
"_direction": 2,
"_pattern": 0,
"_priorityType": 0,
"_tileId": 0,
"_characterName": "",
"_characterIndex": 0,
"_isObjectCharacter": null,
"_walkAnime": true,
"_stepAnime": false,
"_directionFix": false,
"_through": false,
"_transparent": false,
"_bushDepth": 0,
"_animationId": 0,
"_balloonId": 0,
"_animationPlaying": false,
"_balloonPlaying": false,
"_animationCount": 0,
"_stopCount": 61,
"_jumpCount": 0,
"_jumpPeak": 0,
"_movementSuccess": true,
"_moveRouteForcing": false,
"_moveRoute": {
"list": {
"@c": 77,
"@a": [{
"code": 0,
"parameters": {
"@c": 79,
"@a": []
},
"@c": 78
}]
},
"repeat": true,
"skippable": false,
"wait": false,
"@c": 76
},
"_moveRouteIndex": 0,
"_originalMoveRoute": null,
"_originalMoveRouteIndex": 0,
"_waitCount": 0,
"_moveType": 0,
"_trigger": 1,
"_starting": false,
"_erased": false,
"_pageIndex": 0,
"_originalPattern": 0,
"_originalDirection": 2,
"_prelockDirection": 0,
"_locked": false,
"_mapId": 2,
"_eventId": 5,
"_interpreter": null,
"@c": 75,
"@": "Game_Event"
}]
},
"_commonEvents": {
"@c": 80,
"@a": []
},
"_vehicles": {
"@c": 81,
"@a": [{
"_x": 0,
"_y": 0,
"_realX": 0,
"_realY": 0,
"_moveSpeed": 4,
"_moveFrequency": 6,
"_opacity": 255,
"_blendMode": 0,
"_direction": 4,
"_pattern": 1,
"_priorityType": 1,
"_tileId": 0,
"_characterName": "Vehicle",
"_characterIndex": 0,
"_isObjectCharacter": null,
"_walkAnime": false,
"_stepAnime": false,
"_directionFix": false,
"_through": false,
"_transparent": true,
"_bushDepth": 0,
"_animationId": 0,
"_balloonId": 0,
"_animationPlaying": false,
"_balloonPlaying": false,
"_animationCount": 0,
"_stopCount": 671,
"_jumpCount": 0,
"_jumpPeak": 0,
"_movementSuccess": true,
"_moveRouteForcing": false,
"_moveRoute": null,
"_moveRouteIndex": 0,
"_originalMoveRoute": null,
"_originalMoveRouteIndex": 0,
"_waitCount": 0,
"_type": "boat",
"_mapId": 0,
"_altitude": 0,
"_driving": false,
"_bgm": null,
"@c": 82,
"@": "Game_Vehicle"
}, {
"_x": 0,
"_y": 0,
"_realX": 0,
"_realY": 0,
"_moveSpeed": 5,
"_moveFrequency": 6,
"_opacity": 255,
"_blendMode": 0,
"_direction": 4,
"_pattern": 1,
"_priorityType": 1,
"_tileId": 0,
"_characterName": "Vehicle",
"_characterIndex": 1,
"_isObjectCharacter": null,
"_walkAnime": false,
"_stepAnime": false,
"_directionFix": false,
"_through": false,
"_transparent": true,
"_bushDepth": 0,
"_animationId": 0,
"_balloonId": 0,
"_animationPlaying": false,
"_balloonPlaying": false,
"_animationCount": 0,
"_stopCount": 671,
"_jumpCount": 0,
"_jumpPeak": 0,
"_movementSuccess": true,
"_moveRouteForcing": false,
"_moveRoute": null,
"_moveRouteIndex": 0,
"_originalMoveRoute": null,
"_originalMoveRouteIndex": 0,
"_waitCount": 0,
"_type": "ship",
"_mapId": 0,
"_altitude": 0,
"_driving": false,
"_bgm": null,
"@c": 83,
"@": "Game_Vehicle"
}, {
"_x": 0,
"_y": 0,
"_realX": 0,
"_realY": 0,
"_moveSpeed": 6,
"_moveFrequency": 6,
"_opacity": 255,
"_blendMode": 0,
"_direction": 4,
"_pattern": 1,
"_priorityType": 0,
"_tileId": 0,
"_characterName": "Vehicle",
"_characterIndex": 3,
"_isObjectCharacter": null,
"_walkAnime": false,
"_stepAnime": false,
"_directionFix": false,
"_through": false,
"_transparent": true,
"_bushDepth": 0,
"_animationId": 0,
"_balloonId": 0,
"_animationPlaying": false,
"_balloonPlaying": false,
"_animationCount": 0,
"_stopCount": 671,
"_jumpCount": 0,
"_jumpPeak": 0,
"_movementSuccess": true,
"_moveRouteForcing": false,
"_moveRoute": null,
"_moveRouteIndex": 0,
"_originalMoveRoute": null,
"_originalMoveRouteIndex": 0,
"_waitCount": 0,
"_type": "airship",
"_mapId": 0,
"_altitude": 0,
"_driving": false,
"_bgm": null,
"@c": 84,
"@": "Game_Vehicle"
}]
},
"_displayX": 6,
"_displayY": 13,
"_nameDisplay": true,
"_scrollDirection": 2,
"_scrollRest": 0,
"_scrollSpeed": 4,
"_parallaxName": "BlueSky",
"_parallaxZero": false,
"_parallaxLoopX": true,
"_parallaxLoopY": true,
"_parallaxSx": 1,
"_parallaxSy": 1,
"_parallaxX": 6.635416666666685,
"_parallaxY": 13.63541666666663,
"_battleback1Name": "Cobblestones5",
"_battleback2Name": "Sky",
"tileEvents": {
"@c": 85,
"@a": []
},
"_needsRefresh": false,
"@c": 50,
"@": "Game_Map"
},
"player": {
"_x": 14,
"_y": 19,
"_realX": 14,
"_realY": 19,
"_moveSpeed": 4,
"_moveFrequency": 6,
"_opacity": 255,
"_blendMode": 0,
"_direction": 8,
"_pattern": 1,
"_priorityType": 1,
"_tileId": 0,
"_characterName": "Actor1",
"_characterIndex": 0,
"_isObjectCharacter": null,
"_walkAnime": true,
"_stepAnime": false,
"_directionFix": false,
"_through": false,
"_transparent": false,
"_bushDepth": 0,
"_animationId": 0,
"_balloonId": 0,
"_animationPlaying": false,
"_balloonPlaying": false,
"_animationCount": 0,
"_stopCount": 61,
"_jumpCount": 0,
"_jumpPeak": 0,
"_movementSuccess": true,
"_moveRouteForcing": false,
"_moveRoute": null,
"_moveRouteIndex": 0,
"_originalMoveRoute": null,
"_originalMoveRouteIndex": 0,
"_waitCount": 0,
"_vehicleType": "walk",
"_vehicleGettingOn": false,
"_vehicleGettingOff": false,
"_dashing": false,
"_needsMapReload": false,
"_transferring": false,
"_newMapId": 0,
"_newX": 0,
"_newY": 0,
"_newDirection": 0,
"_fadeType": 2,
"_followers": {
"_visible": true,
"_gathering": false,
"_data": {
"@c": 88,
"@a": [{
"_x": 14,
"_y": 19,
"_realX": 14,
"_realY": 19,
"_moveSpeed": 4,
"_moveFrequency": 6,
"_opacity": 255,
"_blendMode": 0,
"_direction": 8,
"_pattern": 1,
"_priorityType": 1,
"_tileId": 0,
"_characterName": "",
"_characterIndex": 0,
"_isObjectCharacter": null,
"_walkAnime": true,
"_stepAnime": false,
"_directionFix": false,
"_through": true,
"_transparent": false,
"_bushDepth": 0,
"_animationId": 0,
"_balloonId": 0,
"_animationPlaying": false,
"_balloonPlaying": false,
"_animationCount": 0,
"_stopCount": 61,
"_jumpCount": 0,
"_jumpPeak": 0,
"_movementSuccess": true,
"_moveRouteForcing": false,
"_moveRoute": null,
"_moveRouteIndex": 0,
"_originalMoveRoute": null,
"_originalMoveRouteIndex": 0,
"_waitCount": 0,
"_memberIndex": 1,
"@c": 89,
"@": "Game_Follower"
}, {
"_x": 14,
"_y": 19,
"_realX": 14,
"_realY": 19,
"_moveSpeed": 4,
"_moveFrequency": 6,
"_opacity": 255,
"_blendMode": 0,
"_direction": 8,
"_pattern": 1,
"_priorityType": 1,
"_tileId": 0,
"_characterName": "",
"_characterIndex": 0,
"_isObjectCharacter": null,
"_walkAnime": true,
"_stepAnime": false,
"_directionFix": false,
"_through": true,
"_transparent": false,
"_bushDepth": 0,
"_animationId": 0,
"_balloonId": 0,
"_animationPlaying": false,
"_balloonPlaying": false,
"_animationCount": 0,
"_stopCount": 61,
"_jumpCount": 0,
"_jumpPeak": 0,
"_movementSuccess": true,
"_moveRouteForcing": false,
"_moveRoute": null,
"_moveRouteIndex": 0,
"_originalMoveRoute": null,
"_originalMoveRouteIndex": 0,
"_waitCount": 0,
"_memberIndex": 2,
"@c": 90,
"@": "Game_Follower"
}, {
"_x": 14,
"_y": 19,
"_realX": 14,
"_realY": 19,
"_moveSpeed": 4,
"_moveFrequency": 6,
"_opacity": 255,
"_blendMode": 0,
"_direction": 8,
"_pattern": 1,
"_priorityType": 1,
"_tileId": 0,
"_characterName": "",
"_characterIndex": 0,
"_isObjectCharacter": null,
"_walkAnime": true,
"_stepAnime": false,
"_directionFix": false,
"_through": true,
"_transparent": false,
"_bushDepth": 0,
"_animationId": 0,
"_balloonId": 0,
"_animationPlaying": false,
"_balloonPlaying": false,
"_animationCount": 0,
"_stopCount": 61,
"_jumpCount": 0,
"_jumpPeak": 0,
"_movementSuccess": true,
"_moveRouteForcing": false,
"_moveRoute": null,
"_moveRouteIndex": 0,
"_originalMoveRoute": null,
"_originalMoveRouteIndex": 0,
"_waitCount": 0,
"_memberIndex": 3,
"@c": 91,
"@": "Game_Follower"
}]
},
"@c": 87,
"@": "Game_Followers"
},
"_encounterCount": 41,
"@c": 86,
"@": "Game_Player"
},
"@c": 1
}
項目 | 型 | 説明 |
---|