8,131
edits
m (Iritscen moved page OBD talk:BINA/OBJC/NEUT to XML:BINA/OBJC/NEUT without leaving a redirect) |
Paradox-01 (talk | contribs) (+ temp + cat // incomplete table style update) |
||
Line 1: | Line 1: | ||
= | {{XML_OBJC_Header | type=NEUT | prev=MELE | next=PART | name=Neutral behavior collection }} | ||
__TOC__ | |||
''' | ===general information=== | ||
* The xml code on this page is based on onisplit '''v0.9.61.0''' | |||
* '''BINACJBONeutral.oni''' is level specific. (It can be found in edition/GameDataFolder/level''XX''_... ) | * '''BINACJBONeutral.oni''' is level specific. (It can be found in edition/GameDataFolder/level''XX''_... ) | ||
===file structure=== | |||
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
<Oni> | <Oni> | ||
Line 71: | Line 70: | ||
{ | ===tags=== | ||
!XML tag | (Caution: change of table style in progress) | ||
! | {| class="wikitable" width="100%" | ||
! | !width=150px| XML tag | ||
!width=120px| content type | |||
! description | |||
|- | |- | ||
|<?xml version="1.0" encoding="utf-8"?> | | <?xml version="1.0" encoding="utf-8"?> | ||
| | | flag, float | ||
| | | Don't change this. | ||
|- | |- | ||
|valign=top|<Oni> | |valign=top| <Oni> | ||
| | | - | ||
| | | | ||
|- | |- | ||
|valign=top|<ObjectCollection> | |valign=top| <ObjectCollection> | ||
| | | | ||
| | | | ||
|- | |- | ||
|valign=top|<NEUT Id="1853"> | |valign=top| <NEUT Id="1853"> | ||
|Id doesn't matter here. | |Id doesn't matter here. | ||
| | | | ||
Line 97: | Line 98: | ||
|- | |- | ||
|<Flags> | |<Flags> | ||
| | | | ||
| | | | ||
|- | |- | ||
|<Position> | |<Position> | ||
| | | float | ||
| | | useless here | ||
|- | |- | ||
|<Rotation> | |<Rotation> | ||
| | | float | ||
| | | useless here | ||
|- | |- | ||
|<OSD> | |<OSD> | ||
| | | - | ||
| | | | ||
|- | |- | ||
Line 117: | Line 118: | ||
|- | |- | ||
|<NeutralId> | |<NeutralId> | ||
|used by [[ONCC]] and [[ | |used by [[XML:ONCC|ONCC]] and [[XML:BINA/OBJC/MELE|BINA/CJBO/MELE]] | ||
| | | | ||
|- | |- | ||
Line 234: | Line 235: | ||
*OtherAnimOnce | *OtherAnimOnce | ||
|- | |- | ||
|valign=top|[[ | |valign=top|[[XML:StNA#animation_types|<Anim>]] | ||
| | | | ||
|valign=top| | |valign=top| | ||
Line 272: | Line 273: | ||
*c03_12_09tctffag2 | *c03_12_09tctffag2 | ||
|} | |} | ||
{{XML}} |
edits