VirtualFramework/Data/Xml/13BaoShiFenLei.xml
2025-05-13 15:56:58 +08:00

91 lines
3.2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<Module>
<Icon>13.png</Icon>
<Scene>13BaoShiFenLei</Scene>
<Type>All</Type>
<Name>宝石分类</Name>
<OnlyCurScore>true</OnlyCurScore>
<!--状态机-->
<FSM name="状态机1">
<State name="初始状态">
<Enter>
<Action type="Sequence">
<Action type="ImageSelectMap"
random="true"
scoreName=""
totalScore=""
rightScore=""
wrongScore=""
rightLabel=""
wrongLabel=""
finishedEvent="全部完成">
<Row name="红色\n粉红">
<Item name="碧玺(红)" pic="baoshi/碧玺(红).png"></Item>
<Item name="合成红宝石" pic="baoshi/合成红宝石.png"></Item>
<Item name="红玛瑙" pic="baoshi/红玛瑙.png"></Item>
<Item name="菱锰矿" pic="baoshi/菱锰矿.png"></Item>
</Row>
<Row name="黄色\n橙色">
<Item name="合成立方氧化锆" pic="baoshi/合成立方氧化锆.png"></Item>
<Item name="磷灰石" pic="baoshi/磷灰石.png"></Item>
<Item name="石英岩玉" pic="baoshi/石英岩玉.png"></Item>
<Item name="月光石(黄)" pic="baoshi/月光石(黄).png"></Item>
</Row>
<Row name="蓝色">
<Item name="合成尖晶石" pic="baoshi/合成尖晶石.png"></Item>
<Item name="合成蓝宝石" pic="baoshi/合成蓝宝石.png"></Item>
<Item name="托帕石" pic="baoshi/托帕石.png"></Item>
<Item name="玉髓(蓝)" pic="baoshi/玉髓(蓝).png"></Item>
</Row>
<Row name="绿色">
<Item name="碧玺(绿)" pic="baoshi/碧玺(绿).png"></Item>
<Item name="橄榄石" pic="baoshi/橄榄石.png"></Item>
<Item name="合成祖母绿" pic="baoshi/合成祖母绿.png"></Item>
<Item name="和田玉(碧玉)" pic="baoshi/和田玉(碧玉).png"></Item>
</Row>
<Row name="无色\n">
<Item name="玻璃猫眼(白)" pic="baoshi/玻璃猫眼(白).png"></Item>
<Item name="发晶(无色)" pic="baoshi/发晶(无色).png"></Item>
<Item name="欧泊(白)" pic="baoshi/欧泊(白).png"></Item>
<Item name="月光石(白)" pic="baoshi/月光石(白).png"></Item>
</Row>
<Row name="紫色">
<Item name="查罗石" pic="baoshi/查罗石.png"></Item>
<Item name="方柱石" pic="baoshi/方柱石.png"></Item>
<Item name="合成蓝宝石(紫)" pic="baoshi/合成蓝宝石(紫).png"></Item>
<Item name="紫晶" pic="baoshi/紫晶.png"></Item>
</Row>
</Action>
<Action type="TextTip" title="实验说明" value="宝石分类:根据宝石颜色进行分类,拖拽左侧宝石放置对应宝石名称区域内,完成宝石分类任务" audio="13-14/sound_1.mp3" btns="确定"/>
<Condition type="UIClick" value="UIRoot/PopUI/UITextTip/Mask/Content/BtnContent/确定"></Condition>
<Condition type="StrEvent" value="全部完成"></Condition>
<Action type="TipWindow" value="恭喜您完成宝石分类任务,点击确定,返回模块导航页。" btns="确定" audio="13-14/sound_2.mp3"></Action>
</Action>
</Enter>
</State>
<Transision from="any" to="初始状态">
</Transision>
</FSM>
</Module>