Yiga Clan member spawns: Difference between revisions
Jump to navigation
Jump to search
→Condition 3: AutoPlacementMgr
imported>Leoetlino |
imported>Leoetlino |
||
Line 44: | Line 44: | ||
Note: if Electric_Relic_GetBack is set, [[AIDef:Action/CreateAndReplaceAssassin]] will create Yiga enemy actors with the DropTable parameter set to "HighRank". This causes them to drop better items upon defeat. | Note: if Electric_Relic_GetBack is set, [[AIDef:Action/CreateAndReplaceAssassin]] will create Yiga enemy actors with the DropTable parameter set to "HighRank". This causes them to drop better items upon defeat. | ||
<div class="mw-collapsible mw-collapsed"> | |||
Source: (with the code cleaned up) | Source: (with the code cleaned up) | ||
<div class="mw-collapsible-content"> | |||
<source lang="c++"> | <source lang="c++"> | ||
// This is at 0x710073D7FC in Switch 1.5.0 | // This is at 0x710073D7FC in Switch 1.5.0 | ||
Line 109: | Line 111: | ||
} | } | ||
</source> | </source> | ||
</div> | |||
</div> | |||
[[Category:Internals]] | [[Category:Internals]] | ||
[[Category:Game mechanics]] | [[Category:Game mechanics]] |