Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| blitz:enemy [2026/07/15 19:42] – created gameboyadv4002 | blitz:enemy [2026/07/23 16:51] (current) – gameboyadv4002 | ||
|---|---|---|---|
| Line 53: | Line 53: | ||
| </ | </ | ||
| * GroupID: used to connect multiple areas to act as one. | * GroupID: used to connect multiple areas to act as one. | ||
| + | |||
| + | ===== Missile Octocopter ===== | ||
| + | Copied from Escape 3: Belly Phase (Fld_OctLastBoss02_OctMsn) | ||
| + | < | ||
| + | - AirBallIkuraDropNum: | ||
| + | AmbushConstraint: | ||
| + | AmbushSearchRadius: | ||
| + | BindType: !l 0 | ||
| + | EnemyRailableParams__SolveType: | ||
| + | IsAttachAirBall: | ||
| + | IsFaceToPlayerOnActivate: | ||
| + | IsLinkDest: true | ||
| + | IsReviveBySwitch: | ||
| + | IsUnbindOnActivate: | ||
| + | ItemDropableParams__DropNum: | ||
| + | LayerConfigName: | ||
| + | Links: {} | ||
| + | ModelName: null | ||
| + | NoCulling: false | ||
| + | OverwriteAttackBreakTime: | ||
| + | PatrolFrontDirFixed: | ||
| + | PlayerChaseType: | ||
| + | Team: !l 2 | ||
| + | UnitConfigName: | ||
| + | UseFrontWithBindable: | ||
| + | UsePaintDrone: | ||
| + | </ | ||
| + | * OverwriteAttackBreakTime: | ||
| + | |||