如何设置一种单位可以捡起宝藏?
帝国3吧
全部回复
仅看楼主
level 6
Block_Runner 楼主
需要改哪一部份?
2011年10月02日 05点10分 1
level 13
data.bar里xxx.tactics得有
<action>
<name stringid="69148">Discover</name>
<type>Discover</type>
<anim>Pickup</anim>
<maxrange>0.2</maxrange>
<rate type="AbstractNuggetLand">1.0</rate>
</action>
下面<tactic>得按格式加上<action>Discover</action>
art.bar里xxx.xml得有
<anim>
Pickup
<assetreference type="GrannyAnim">
<file>animation_library\explorer\pickup_explorer_A</file>
<tag type="SpecificSoundSet" checkvisible="1" set="GatherFruit">0.33</tag>
</assetreference>
<component>ModelComp</component>
</anim>

2011年10月02日 05点10分 2
level 6
Block_Runner 楼主
那这单位要是没有“捡起”的动画,是不是就只有捡起的手势却无法成功捡起了?
2011年10月05日 03点10分 3
1