企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
#### **event ---包含---> 多个arena(简单的)-- 可用图形化(arena摆放位置)** **event** 包含: <font color="red">大副本信息、小关卡简单信息、商店</font> [Event格式](http://www.kancloud.cn/an007/event/183001) (前后端一致) * 生成多个对应的 **arena**(复杂的) <font color="red">小关卡信息、兵种要求、派兵顺序、奖励、支援</font> [Arena格式](http://www.kancloud.cn/an007/event/183034) (前后端一致) * 生成对应的 4个 **arena_support**(eventType_xxxxxxxx__xx(_xx)) <font color="red">战斗支援</font> [Arena_Support格式](http://www.kancloud.cn/an007/event/183191) * 生成对应的 1个 **shop_event** (eventType_shop) 主要是每个商品的详细信息 <font color="red">副本商店信息、奖励</font> [Shop_Event格式](http://www.kancloud.cn/an007/event/182687) * * * * * #### **arena (eventType_xx(_xx)_arena)** * 生成对应的 **mission** (eventType_xx(_xx)_mission) <font color="red">玩家出兵点、派兵配置、敌军配置、音乐动画音效</font> [Misson格式](http://www.kancloud.cn/an007/event/183155) (前后端一致) * **misson** 生成对应的 **map**(eventType_xx(_xx)_map) <font color="red">障碍物、战斗绿块、士兵行走路线</font> [Map格式](http://www.kancloud.cn/an007/event/183156)(前后端一致) * * * * * #### **涉及:requirement、脚本、item、params** **event || arena || arena_support || shop_event** ----> requirement([详细](http://www.kancloud.cn/an007/event/183060)) **event || arena || arena_support || shop_event** --------> script ([详细](http://www.kancloud.cn/an007/event/183154)) 模板生成 **arena_support** ------> params([详细](http://www.kancloud.cn/an007/event/183192))(前后端一致) **event || arena_support || shop_event** -----> item ([详细](http://www.kancloud.cn/an007/event/183233))(前后端一致) * * * * * #### **战斗地图 (.as .h)** [.as文件格式](http://www.kancloud.cn/an007/event/183524) [.h文件格式](http://www.kancloud.cn/an007/event/183543) <font color="red">设置地图敌军、出兵点、出兵时间、战斗支援</font>