VirtualFramework/Data/Xml/13BaoShiFenLei.xml
2025-04-29 11:16:25 +08:00

73 lines
2.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Module>
<Icon>1折射仪.png</Icon>
<Scene>ZheSheYiScene</Scene>
<Type>All</Type>
<Name>宝石分类</Name>
<OnlyCurScore>true</OnlyCurScore>
<!--状态机-->
<FSM name="状态机1">
<State name="初始状态">
<Enter>
<Action type="Sequence">
<Action type="ImageSelectMap"
random="false"
scoreName=""
totalScore=""
rightScore=""
wrongScore=""
rightLabel=""
wrongLabel=""
finishedEvent="全部完成"
rightBg="baoshi/背景图.png">
<Item name="碧玺(红)" pic="baoshi/碧玺(红).png"></Item>
<Item name="玻璃猫眼(白)" pic="baoshi/玻璃猫眼(白).png"></Item>
<Item name="查罗石" pic="baoshi/查罗石.png"></Item>
<Item name="发晶(无色)" pic="baoshi/发晶(无色).png"></Item>
<Item name="方柱石" pic="baoshi/方柱石.png"></Item>
<Item name="橄榄石" pic="baoshi/橄榄石.png"></Item>
<Item name="合成红宝石" pic="baoshi/合成红宝石.png"></Item>
<Item name="合成尖晶石" pic="baoshi/合成尖晶石.png"></Item>
<Item name="红玛瑙" pic="baoshi/红玛瑙.png"></Item>
<Item name="菱锰矿" pic="baoshi/菱锰矿.png"></Item>
<Item name="合成立方氧化锆" pic="baoshi/合成立方氧化锆.png"></Item>
<Item name="磷灰石" pic="baoshi/磷灰石.png"></Item>
<Item name="石英岩玉" pic="baoshi/石英岩玉.png"></Item>
<Item name="月光石(黄)" pic="baoshi/月光石(黄).png"></Item>
<Item name="合成蓝宝石" pic="baoshi/合成蓝宝石.png"></Item>
<Item name="托帕石" pic="baoshi/托帕石.png"></Item>
<Item name="玉髓(蓝)" pic="baoshi/玉髓(蓝).png"></Item>
<Item name="碧玺(绿)" pic="baoshi/碧玺(绿).png"></Item>
<Item name="合成祖母绿" pic="baoshi/合成祖母绿.png"></Item>
<Item name="和田玉(碧玉)" pic="baoshi/和田玉(碧玉).png"></Item>
<Item name="欧泊(白)" pic="baoshi/欧泊(白).png"></Item>
<Item name="月光石(白)" pic="baoshi/月光石(白).png"></Item>
<Item name="合成蓝宝石" pic="baoshi/合成蓝宝石.png"></Item>
<Item name="紫晶" pic="baoshi/紫晶.png"></Item>
</Action>
<Condition type="StrEvent" value="全部完成"></Condition>
<Action type="TipWindow" value="恭喜你完成当前模块" btns="确定" audio=""></Action>
</Action>
</Enter>
</State>
<Transision from="any" to="初始状态">
</Transision>
</FSM>
</Module>