8,189
edits
Paradox-01 (talk | contribs) No edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 3: | Line 3: | ||
===general information=== | ===general information=== | ||
* The xml code on this page is based on onisplit '''v0.9.61.0''' | * The xml code on this page is based on onisplit '''v0.9.61.0''' | ||
* ''' | * '''Impt*.oni''' files are global. (They can be found in AE/AEInstaller/vanilla/level0_Final.dat) | ||
* They are used by [[XML:ONCC#CBPI:_Character_Body_Part_Impacts|CBPI]], [[XML:ONCC#ONIA:_Oni_Character_Impact_Array|ONIA]] and [[XML:BINA/ONIE|ONIE]]. | * They are used by [[XML:ONCC#CBPI:_Character_Body_Part_Impacts|CBPI]], [[XML:ONCC#ONIA:_Oni_Character_Impact_Array|ONIA]] and [[XML:BINA/ONIE|ONIE]]. | ||
* Impact is only specified by the file name. | * Impact is only specified by the file name. | ||
Line 11: | Line 11: | ||
===XML structure=== | ===XML structure=== | ||
For example:<br>ImptBar_Super_Kick.xml | For example:<br>ImptBar_Super_Kick.xml but | ||
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
<Oni> | <Oni> | ||
Line 128: | Line 128: | ||
| | | | | | ||
| +--Kick_Blocked | | +--Kick_Blocked | ||
| +--Kick_Hit (Groups ONIA links. | | +--Kick_Hit (Groups ONIA links. Redundant to ONCP since ONIA <Modifier> is always "Any". Or you think of it as "future-proof" if you add more (actual light and heavy) characters.)) | ||
| | | | | | | | ||
| | +--Bar_Super_Kick | | | +--Bar_Super_Kick |
edits