elang1999 : 大佬,真的不会了!我想修改中国长城卡片到别的国家去用,先拿原有长城卡片练手,结果改完了,没有任何作用!!!!我基于bismarck2大佬的[MOD] 决定版中德马瑞西葡荷英意美墨强化+圣香油传教士强化+造长城造坦克MOD进行修改的!请大佬帮我解决问题,十分感谢!!!!!!!!!!!! 这是原版<tech name="YPHCGreatWall" type="Normal"> <dbid>3961</dbid> <displaynameid>61585</displaynameid> <cost resourcetype="Ships">1.0000</cost> <cost resourcetype="Wood">500.0000</cost> <cost resourcetype="Gold">500.0000</cost> <researchpoints>40.0000</researchpoints> <status>UNOBTAINABLE</status> <icon>resources\images\icons\home_city\hc_great_wall.png</icon> <rollovertextid>61584</rollovertextid> <flag>HomeCity</flag> <effects> <effect type="Data" amount="50.00" subtype="Hitpoints" relativity="BasePercent"> <target type="ProtoUnit">AbstractWall</target> </effect> <effect type="TextOutput">61587</effect> <effect type="Data" amount="2.00" subtype="BuildPoints" relativity="BasePercent"> <target type="ProtoUnit">AbstractWall</target> </effect> </effects> </tech> 我修改完的:<tech name="YPHCGreatWall" type="Normal"> <dbid>3961</dbid> <displaynameid>61585</displaynameid> <cost resourcetype="Ships">1.0000</cost> <researchpoints>40.0000</researchpoints> <status>UNOBTAINABLE</status> <icon>resources\images\icons\home_city\hc_great_wall.png</icon> <rollovertextid>61584</rollovertextid> <flag>HomeCity</flag> <effects> <effect type="Data" amount="80.00" subtype="Hitpoints" relativity="BasePercent"> <target type="ProtoUnit">AbstractWall</target> </effect> <effect type="TextOutput">61587</effect> <effect type="Data" amount="0.05" subtype="BuildPoints" relativity="BasePercent"> <target type="ProtoUnit">AbstractWall</target> </effect> </effects> </tech>
|