Jump to content

XmlTools: Difference between revisions

m
m (→‎Overview: minor note)
m (→‎Features: typo)
Line 25: Line 25:
*'''Add new values to a set of XML elements''' (e.g., add the 'unkillable' flag to some characters in a level).
*'''Add new values to a set of XML elements''' (e.g., add the 'unkillable' flag to some characters in a level).
*'''Remove values from a set of XML elements''' (e.g., remove boss shields from characters in a level).
*'''Remove values from a set of XML elements''' (e.g., remove boss shields from characters in a level).
*'''Replace values in a set XML elements''' (e.g., increase the health of characters by replacing the old HP value).
*'''Replace values in a set of XML elements''' (e.g., increase the health of characters by replacing the old HP value).
*'''Patch file support''' that allows the modder to list multiple commands in a file, to all be performed at once.
*'''Patch file support''' that allows the modder to list multiple commands in a file, to all be performed at once.
*'''Add new XML inside existing nodes''' (patch only).
*'''Add new XML inside existing nodes''' (patch only).