Orcs Must Die! 2

Orcs Must Die! 2

合成您自己的魔法书
修改并共享您自己的魔法书,诸如陷阱、饰品、武器以及人物的服饰。为 Orcs Must Die! 2 堡垒创建自定义的敌潮。阅读入门指南以了解更多信息。
Shadowjam 2013 年 7 月 15 日 上午 11:05
Trap modding tutorial
when operning an XML file the main points are

<Model>*******.model</Model>
^ ^
this is the model that is being used for placing
down or for the model that is being fired

<PlaceCost>*********</PlaceCost>
^ ^
= how much the trap costs to place (dur) :P

<PlaceCeiling/>
^ ^
this is where the trap can be placed <PlaceCeiling/> <PlaceFlat/> <PlaceVertical/> there is some specials <PlaceFlatNoGrid/> and 2 that i don't know <PlaceNoTracks/> and <PlaceRotation/>

<Rate>****.**</Rate>
^ ^
this is how long it takes for the trap to fire (higher the number the longer it takes to fire. so a Negative number (-100) means it will fire VERY fast

<MaxRange>******</MaxRange>
^ ^ ^ ^
im sure you dont need me to tell you what this means :)

<Amount>********</Amount>
^ ^ ^ ^
this is the amount of damage a trap does



if you want to add any thing that i have not put (like how to stun or turn damage into bleeding or burning or freezing free free to add your input in the way i have done so other people understand it better ill edit this post :)