Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.30 KB | None | 0 0
  1. <node>
  2.     <attribute name="Name" value="Crusoe" />
  3.     <component type="AnimatedModel">
  4.         <attribute name="Model" value="Model;Objects/Crusoe/Models/gob.mdl" />
  5.         <attribute name="Material" value="Material;Objects/Crusoe/Materials/gc_highlight.xml" />
  6.         <attribute name="Cast Shadows" value="true" />
  7.     </component>
  8.     <component type="Highlighter">
  9.         <attribute name="Color" value="0 1 0 1" />
  10.     </component>
  11.     <component type="AnimationController" />
  12.     <component type="AnimationStanceMap">
  13.         <attribute name="Path" value="Objects/Crusoe/Animations" />
  14.         <attribute name="Stances" value="Empty;Staff;1H;2H" />
  15.         <attribute name="Default Stance" value="Empty" />
  16.     </component>
  17.     <component type="CombatCameraControllerMain">
  18.         <attribute name="Offset" value="0.5" />
  19.     </component>
  20.     <component type="CombatController" >
  21.         <attribute name="Start State" value = "ActionDoNothing" />
  22.         <attribute name="Main State" value = "ActionPlayerIdle" />
  23.     </component>
  24.     <component type="PlayerVitals" />
  25.     <component type="UnitPortrait">
  26.         <attribute name="Faction" value="Player" />
  27.         <attribute name="Portrait Path" value="Objects/Crusoe/Textures/portrait.png" />
  28.         <attribute name="Unit Name" value="Crusoe" />
  29.     </component>
  30.     <component type="FloatingCombatText">
  31.         <attribute name="Offset" value="1.5" />
  32.     </component>
  33. </node>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement