From 8db974d8b9331fbb102888f55c7b3f416a0e8cda Mon Sep 17 00:00:00 2001 From: yajunlu Date: Mon, 28 Jun 2021 14:14:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=90=A5=EF=BC=9A=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E8=A1=A8=E5=92=8C=E4=BD=93=E5=8A=9B=E5=9B=9E?= =?UTF-8?q?=E5=A4=8D=E8=A1=A8=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/dicParam.ts | 3 ++ shared/resource/jsons/daliyAP.json | 52 ++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 shared/resource/jsons/daliyAP.json 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