This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
kdf_api [2025/03/30 13:28] – [maxfollowdistance] kitanoi | kdf_api [2025/05/10 06:14] (current) – kitanoi | ||
---|---|---|---|
Line 428: | Line 428: | ||
[1] = {contentid = 12345, frompercent = 100, topercent = 95, pos = {x = 1, y = 2, z = 3}, desc = "tank boss 12345 at this pos from 100-95%" | [1] = {contentid = 12345, frompercent = 100, topercent = 95, pos = {x = 1, y = 2, z = 3}, desc = "tank boss 12345 at this pos from 100-95%" | ||
}, | }, | ||
+ | | ||
+ | tankat= { | ||
+ | [1] = {contentid = 1644, frompercent = 100, topercent = 0, reqs = [[return not KitanoiFuncs.API.DungeonFramework.GarudaPhased]], | ||
+ | [2] = {contentid = 1644, frompercent = 100, topercent = 0, reqs = [[return | ||
+ | }, | ||
</ | </ | ||
* contentid [required] contentid of the enemy | * contentid [required] contentid of the enemy | ||
Line 433: | Line 438: | ||
* topercent [required] should be the lower % | * topercent [required] should be the lower % | ||
* pos [required] position to tank at | * pos [required] position to tank at | ||
+ | * reqs [optional] must start with " | ||
--------------------------------------------------------------- | --------------------------------------------------------------- | ||
====MaxFollowDist==== | ====MaxFollowDist==== | ||
- | [int][optional] | + | [int][optional] |
--------------------------------------------------------------- | --------------------------------------------------------------- |