diff --git a/shared/pubUtils/dicParam.ts b/shared/pubUtils/dicParam.ts index e69d5c488..6fbbd8a05 100644 --- a/shared/pubUtils/dicParam.ts +++ b/shared/pubUtils/dicParam.ts @@ -144,3 +144,6 @@ export const SCRIPT = { SCRIPT_BATTLE_ID: 103, // 序章最后一关id SCRIPT_NAME: 'RE_103', // 序章最后一关战后id }; +export const AP = { + PERAPRESTORETIME: 300, // 每一点体力回复所需时间 +}; diff --git a/shared/resource/jsons/daliyAP.json b/shared/resource/jsons/daliyAP.json new file mode 100644 index 000000000..5701146a7 --- /dev/null +++ b/shared/resource/jsons/daliyAP.json @@ -0,0 +1,52 @@ +[ + { + "id": 1, + "times": 1, + "cost": "&" + }, + { + "id": 2, + "times": 2, + "cost": "&" + }, + { + "id": 3, + "times": 3, + "cost": "31001&10" + }, + { + "id": 4, + "times": 4, + "cost": "31001&50" + }, + { + "id": 5, + "times": 5, + "cost": "31001&100" + }, + { + "id": 6, + "times": 6, + "cost": "31001&200" + }, + { + "id": 7, + "times": 7, + "cost": "31001&400" + }, + { + "id": 8, + "times": 8, + "cost": "31001&800" + }, + { + "id": 9, + "times": 9, + "cost": "31001&1600" + }, + { + "id": 10, + "times": 10, + "cost": "31001&3200" + } +] \ No newline at end of file