Any chance of getting the Chain Status in the API somewhere? The main bit being current hit count (and if the chain is in cooldown or not). Other info would nice, but not necessary. It would be possible to use the attack logs and walk backward through them to find out if there is an active chain, but would require a good bit of computation.
Chain Status
Started by Rodel30 [176739] on in API Development.
About this thread
Posts archived: 4 / 4 posts (100%) · the total is Torn's reply count + the opening post at the last fetch
Counted by TornLife from the archived posts.
- Archived posts
- 4
- Discussion span
- →
- People posting
- 4
- Likes on archived posts
- 3
- Authority score
- 51 / 100
- Historical score
- 19 / 100
- Story score
- 26 / 100
- Engagement score
- 44 / 100
Any chance of getting the Chain Status in the API somewhere? The main bit being current hit count (and if the chain is in cooldown or not). Other info would nice, but not necessary. It would be possible to use the attack logs and walk backward through them to find out if there is an active chain, but would require a good bit of computation.
yea, they could it put some extra line in api attacks like in the and if chain active like put chain 1 if its not chain attack 0, but you also can do manually by checking all attacks in row;] with some extra coding;]
I quasi want a separate Chain API which can just have references to Attacks with additional metadata specific to chains like "retal", "respect_modifier", "status" ("Cooldown", "Active", "Inactive").
I'd agree I'd rather just have a simple way to get chains into the api... but once I sort out some of this api stuff I may have a way for us to estimate what a given target will be worth in respect via a user script.... but first I need to learn a bit more about js to actually get past the obstacle that is in my way.