Jump to content

XmlTools/Full documentation: Difference between revisions

Line 515: Line 515:
     </ONCPParticle>
     </ONCPParticle>
  </xml>
  </xml>
{| style="margin: 1em auto 1em auto;" <!-- Centers table -->
! style="width: 50%;" | XML Original
! style="width: 50%;" | XML After Command
|-
|
<Oni>
      ...
      <ONCP id="3">
            <Particles>
                  ...
                  <span style="color:blue"><ONCPParticle></span>
                      <span style="color:blue"><Name>glow</Name></span>
                      <span style="color:blue"><Type>h2h_griglow_e01</Type></span>
                      <span style="color:blue"><BodyPart>None</BodyPart></span>
                  <span style="color:blue"></ONCPParticle></span>
            <Particles>
      ...
      </ONCP>
</Oni>
|
<Oni>
      ...
      <ONCP id="3">
            <Particles>
                  ...
                  <ONCPParticle>
                      <Name>glow</Name>
                      <Type>h2h_griglow_e01</Type>
                      <BodyPart>None</BodyPart>
                  </ONCPParticle>
                  <span style="color:red"><ONCPParticle></span>
                      <span style="color:red"><Name>glass_break</Name></span>
                      <span style="color:red"><Type>glass_break</Type></span>
                      <span style="color:red"><BodyPart>None</BodyPart></span>
                  <span style="color:red"></ONCPParticle></span>
            <Particles>
      ...
      </ONCP>
</Oni>
|}
489

edits