## Event
| 字段 | 映射 | 描述 |
| --- | --- | --- |
| type | {eventType} | 副本的 type |
| name | {eventType}::title | 副本的標題 |
| widget_name | {eventType}::widget_name| 副本的 widget_name |
| start_requirement | {eventType}\_start_requirement | 副本開啟條件 |
| participated_requirement | {eventType}\_participated_requirement | 副本參與條件 |
| participated_shop_requirement | {eventType}\_participated_shop_requirement | 副本商店參與條件 |
| clearance_requirement | {eventType}\_clearance_requirement |副本重啟條件 |
| timing | {eventType}\_timing | 副本開啟時間 |
| start_script | {eventType}\_start_script | 副本開啟時間 |
| end_script | {eventType}\_end_script | 副本結束腳本 |
| start_extra_shop_script | {eventType}\_start_extra_shop_script | 副本商店額外開啟腳本 |
| <font color='red'> token_reward_item | {eventType}\_token_count_item | 副本貨幣 |
| <font color='red'> arena | {eventType}\_{index}\_arena | 副本映射關卡 (格式不一致) |
| shop | {eventType}\_shop | 副本映射商店 |
## Arena
| 字段 | 映射 | 描述 |
| --- | --- | --- |
| type | {arenaType} | 關卡的 type |
| name | {arenaType}::name | 關卡的名稱 |
| description | {arenaType}::description | 關卡的描述 |
| start_requirement | {arenaType}\_start_requirement | 關卡部隊配置條件 |
| <font color='red'> price_requirement | {arenaType}\_enter_requirement | 關卡消耗條件 |
| available_requirement | {arenaType}\_available_requirement | 關卡解鎖條件 |
| complete_requirement | {arenaType}\_complete_requirement | 關卡通關條件 |
| visible_requirement | {arenaType}\_visible_requirement | 關卡可見條件 |
| lose_helper_requirement | {arenaType}\_lose_helper_requirement | 關卡失敗引導條件 |
| enter_script | {arenaType}\_enter_script | 關卡進入腳本 |
| lose_script | {arenaType}\_lose_script | 關卡失敗腳本 |
| win_script | {arenaType}\_win_script | 關卡勝利腳本 |
| <font color='red'>mission | {arenaType}\_mission | 關卡任務映射(格式不一致) |
| win_sharing | {arenaType}\_sharing | 關卡獲勝后描述(不確定) |
| <font color='red'> support | {arenaType}\_{supportType}\_{index} | 關卡戰斗支援 (格式不一致) |
## Arena_Support
| 字段 | 映射 | 描述 |
| --- | --- | --- |
| type | {supportType} | 戰斗支援的type |
| <font color='red'> purchase_item | {supportType}\_item | 戰斗支援的 item |
| activate_script | {supportType}\_activate_script | 戰斗支援購買腳本 |
| available_requirement | {supportType}\_available_requirement | 購買條件 |
## Shop_Event
| 字段 | 映射 | 描述 |
| --- | --- | --- |
| purchase_item | {shopItemType} | 商品的 item |
| title | {shopItemType}::title| 商品的名稱 |
| available_requirement | {shopItemType}\_available_requirement | 購買物品顯示條件 |
|<font color='red'> token_buy_script | {shopItemType}\_token_price_script | 令牌購買腳本 |
| token_price_requirement | {shopItemType}\_token_price_requirement | 令牌購買條件 |
| <font color='red'> gold_buy_script | {shopItemType}\_gold_price_script (可選添加) | 金條購買腳本 |
| gold_price_requirement | {shopItemType}\_gold_price_requirement (可選添加) | 金條購買條件 |
## Misson
| 字段 | 映射 | 描述 |
| --- | --- | --- |
| type | {missionType} |任務的 type |
| map | {missionType}\_map | 對應地圖 |
| <font color='red'>action_script | {missionType} (action_script) | 對應執行腳本 |
## Map
| 字段 | 映射 | 描述 |
| --- | --- | --- |
| type | {mapType} |地圖的 type |
| obstacle | {mapType}\_obj\_{index} | 障礙物 type |