Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
kebiao committed Apr 10, 2019
1 parent 32e92f0 commit 1ac8fcb
Showing 1 changed file with 60 additions and 60 deletions.
120 changes: 60 additions & 60 deletions scripts/entity_defs/interfaces/CombatPropertys.def
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
<root>
<Properties>
<HP>
<Type> HP </Type>
<Utype> 47001 </Utype>
<Flags> ALL_CLIENTS </Flags>
<Persistent> true </Persistent>
<Default> 0 </Default>
</HP>

<HP_Max>
<Type> HP </Type>
<Utype> 47002 </Utype>
<Flags> ALL_CLIENTS </Flags>
<Default> 0 </Default>
</HP_Max>

<MP>
<Type> HP </Type>
<Utype> 47003 </Utype>
<Flags> ALL_CLIENTS </Flags>
<Persistent> true </Persistent>
<Default> 0 </Default>
</MP>

<MP_Max>
<Type> HP </Type>
<Utype> 47004 </Utype>
<Flags> ALL_CLIENTS </Flags>
<Default> 0 </Default>
</MP_Max>
</Properties>

<CellMethods>
<addHP>
<Arg> HP </Arg>
</addHP>

<addMP>
<Arg> MP </Arg>
</addMP>

<setHP>
<Arg> HP </Arg>
</setHP>

<setMP>
<Arg> MP </Arg>
</setMP>

<setHPMax>
<Arg> HP </Arg>
</setHPMax>

<setMPMax>
<Arg> MP </Arg>
</setMPMax>
</CellMethods>
</root>

<root>
<Properties>
<HP>
<Type> HP </Type>
<Utype> 47001 </Utype>
<Flags> ALL_CLIENTS </Flags>
<Persistent> true </Persistent>
<Default> 0 </Default>
</HP>
<HP_Max>
<Type> HP </Type>
<Utype> 47002 </Utype>
<Flags> ALL_CLIENTS </Flags>
<Default> 0 </Default>
</HP_Max>
<MP>
<Type> MP </Type>
<Utype> 47003 </Utype>
<Flags> ALL_CLIENTS </Flags>
<Persistent> true </Persistent>
<Default> 0 </Default>
</MP>
<MP_Max>
<Type> MP </Type>
<Utype> 47004 </Utype>
<Flags> ALL_CLIENTS </Flags>
<Default> 0 </Default>
</MP_Max>
</Properties>
<CellMethods>
<addHP>
<Arg> HP </Arg>
</addHP>
<addMP>
<Arg> MP </Arg>
</addMP>
<setHP>
<Arg> HP </Arg>
</setHP>
<setMP>
<Arg> MP </Arg>
</setMP>
<setHPMax>
<Arg> HP </Arg>
</setHPMax>
<setMPMax>
<Arg> MP </Arg>
</setMPMax>
</CellMethods>
</root>

0 comments on commit 1ac8fcb

Please sign in to comment.