Commit 502934f44aff2eaf97da109a7a9a78bdfdf92e1e

Authored by ZhaoLu-Hoshea\Administrator
1 parent 02643f9f

添加字段用于判断是否是触发式刷怪

Showing 2 changed files with 1 additions and 0 deletions   Show diff stats
Datas/pro2d/CarbonMonster.xlsx
No preview for this file type
Defines/pro2d.xml
... ... @@ -760,6 +760,7 @@
760 760 <bean name="mainMonsterWave">
761 761 <var name="key" type="int"/>
762 762 <var name="name" type="string"/>
  763 + <var name="isTrigger" type="bool"/>
763 764 <var name="startWait" type="float"/>
764 765 <var name="completeWait" type="float"/>
765 766 <var name="monsterBorn" type="list,MonsterBorn"/>
... ...