Advertisement
p1kashwak

ingameinfo.xml

Mar 16th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.27 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <config>
  3. <lines at="botleft">
  4. <line>
  5. <str>Day {day}, {mctime12} (</str>
  6. <if>
  7. <var>daytime</var>
  8. <str>$eDay</str>
  9. <str>$8Night</str>
  10. </if>
  11. <str> time$f)</str>
  12. </line>
  13.  
  14. </lines>
  15. <lines at="botright">
  16. <line>
  17. <max>
  18. <var>potiondurationticks0</var>
  19. <num>0.5</num>
  20. <str>{potionicon0}: {potionduration0}</str>
  21. <str> </str>
  22. </max>
  23. </line>
  24. <line>
  25. <max>
  26. <var>potiondurationticks1</var>
  27. <num>0.5</num>
  28. <str>{potionicon1}: {potionduration1}</str>
  29. <str> </str>
  30. </max>
  31. </line>
  32. <line>
  33. <max>
  34. <var>potiondurationticks2</var>
  35. <num>0.5</num>
  36. <str>{potionicon2}: {potionduration2}</str>
  37. <str> </str>
  38. </max>
  39. </line>
  40. <line>
  41. <max>
  42. <var>potiondurationticks3</var>
  43. <num>0.5</num>
  44. <str>{potionicon3}: {potionduration3}</str>
  45. <str> </str>
  46. </max>
  47. </line>
  48. <line>
  49. <max>
  50. <var>potiondurationticks4</var>
  51. <num>0.5</num>
  52. <str>{potionicon4}: {potionduration4}</str>
  53. <str> </str>
  54. </max>
  55. </line>
  56. <line>
  57. <max>
  58. <var>potiondurationticks5</var>
  59. <num>0.5</num>
  60. <str>{potionicon5}: {potionduration5}</str>
  61. <str> </str>
  62. </max>
  63. </line>
  64. <line>
  65. <max>
  66. <var>potiondurationticks6</var>
  67. <num>0.5</num>
  68. <str>{potionicon6}: {potionduration6}</str>
  69. <str> </str>
  70. </max>
  71. </line>
  72. <line>
  73. <max>
  74. <var>potiondurationticks7</var>
  75. <num>0.5</num>
  76. <str>{potionicon7}: {potionduration7}</str>
  77. <str> </str>
  78. </max>
  79. </line>
  80. <line>
  81. <max>
  82. <var>potiondurationticks8</var>
  83. <num>0.5</num>
  84. <str>{potionicon8}: {potionduration8}</str>
  85. <str> </str>
  86. </max>
  87. </line>
  88. </lines>
  89.  
  90. <lines at="middleleft">
  91. <line>
  92. <var>helmeticon</var>
  93. <str> </str>
  94. <operation>
  95. <str>ge</str>
  96. <pct>
  97. <var>helmetdamageleft</var>
  98. <var>helmetmaxdamage</var>
  99. </pct>
  100. <num>50</num>
  101. <num>20</num>
  102. <num>10</num>
  103. <str>$e</str>
  104. <str>$6</str>
  105. <str>$c</str>
  106. <str>$4</str>
  107. </operation>
  108. <max>
  109. <var>helmetdamageleft</var>
  110. <num>0.5</num>
  111. <str>{helmetdamageleft}$f</str>
  112. <str/>
  113. </max>
  114. </line>
  115. <line>
  116. <var>chestplateicon</var>
  117. <str> </str>
  118. <operation>
  119. <str>ge</str>
  120. <pct>
  121. <var>chestplatedamageleft</var>
  122. <var>chestplatemaxdamage</var>
  123. </pct>
  124. <num>50</num>
  125. <num>20</num>
  126. <num>10</num>
  127. <str>$e</str>
  128. <str>$6</str>
  129. <str>$c</str>
  130. <str>$4</str>
  131. </operation>
  132. <max>
  133. <var>chestplatedamageleft</var>
  134. <num>0.5</num>
  135. <str>{chestplatedamageleft}$f</str>
  136. <str/>
  137. </max>
  138. </line>
  139. <line>
  140. <var>leggingsicon</var>
  141. <str> </str>
  142. <operation>
  143. <str>ge</str>
  144. <pct>
  145. <var>leggingsdamageleft</var>
  146. <var>leggingsmaxdamage</var>
  147. </pct>
  148. <num>50</num>
  149. <num>20</num>
  150. <num>10</num>
  151. <str>$e</str>
  152. <str>$6</str>
  153. <str>$c</str>
  154. <str>$4</str>
  155. </operation>
  156. <max>
  157. <var>leggingsdamageleft</var>
  158. <num>0.5</num>
  159. <str>{leggingsdamageleft}$f</str>
  160. <str/>
  161. </max>
  162. </line>
  163. <line>
  164. <var>bootsicon</var>
  165. <str> </str>
  166. <operation>
  167. <str>ge</str>
  168. <pct>
  169. <var>bootsdamageleft</var>
  170. <var>bootsmaxdamage</var>
  171. </pct>
  172. <num>50</num>
  173. <num>20</num>
  174. <num>10</num>
  175. <str>$e</str>
  176. <str>$6</str>
  177. <str>$c</str>
  178. <str>$4</str>
  179. </operation>
  180. <max>
  181. <var>bootsdamageleft</var>
  182. <num>0.5</num>
  183. <str>{bootsdamageleft}$f</str>
  184. <str/>
  185. </max>
  186. </line>
  187. <line>
  188. <var>equippedicon</var>
  189. <str> </str>
  190. <operation>
  191. <str>ge</str>
  192. <pct>
  193. <var>equippeddamageleft</var>
  194. <var>equippedmaxdamage</var>
  195. </pct>
  196. <num>50</num>
  197. <num>20</num>
  198. <num>10</num>
  199. <num>0</num>
  200. <str>$e</str>
  201. <str>$6</str>
  202. <str>$c</str>
  203. <str>$4</str>
  204. <str/>
  205. </operation>
  206. <max>
  207. <var>equippeddamageleft</var>
  208. <num>0.5</num>
  209. <str>{equippeddamageleft}$f</str>
  210. <var>equippedname</var>
  211. </max>
  212. </line>
  213.  
  214.  
  215.  
  216.  
  217. </lines>
  218.  
  219.  
  220. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement