489
edits
Script 10k (talk | contribs) |
Script 10k (talk | contribs) |
||
Line 19: | Line 19: | ||
*'''Remove values from XML elements''' (for example, remove boss shields from characters in a level). | *'''Remove values from XML elements''' (for example, remove boss shields from characters in a level). | ||
*'''Replace values in XML elements''' (for example, increase the health of characters by replacing the old HP value). | *'''Replace values in XML elements''' (for example, increase the health of characters by replacing the old HP value). | ||
*'''Add custom XML to existing files (patch only)''' | *'''Add custom XML to existing files (patch only).''' | ||
*'''Remove XML from existing files (patch only)''' | *'''Remove XML from existing files (patch only).''' | ||
*'''Powerful custom XML editing using javascript (patch only).''' | |||
*'''Patch file support''' allows the modder to list multiple commands in a file, on separate lines, to all be performed at once. | *'''Patch file support''' allows the modder to list multiple commands in a file, on separate lines, to all be performed at once. | ||
edits