Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beyond Breach Map #148

Closed
aliyafarhana opened this issue Feb 8, 2024 · 6 comments
Closed

Beyond Breach Map #148

aliyafarhana opened this issue Feb 8, 2024 · 6 comments
Labels
documentation Improvements or additions to documentation Q&A

Comments

@aliyafarhana
Copy link

Can you make an update for this one? I really want to use the map. Well, I tried to make one by myself but I don't know how to add the "new_law" and "chain_info". What I know is "is_breached" and "disable_over" is boolean. Hope you can make an example for this one. Thank you!

@aliyafarhana aliyafarhana added the enhancement New feature or request label Feb 8, 2024
@Lost-MSth
Copy link
Owner

new_law: "over100_step50" | "frag50" | "lowlevel" | "antiheroism" | None is just a string.

I am not sure whether chain_info: dict works or not. It is {"id": <chain_id: str>, "index": <1, 2, 3, ...>}

@Lost-MSth Lost-MSth added documentation Improvements or additions to documentation Q&A and removed enhancement New feature or request labels Feb 8, 2024
@aliyafarhana
Copy link
Author

How I suppose to know for others? Like the chain_info. I found it in IDA when decompile Arcaea library. So, chain_info will look like this
{"id": "chain_id": test, "index": 1, 2, 3} ? Or something else? Can you explain more to me about this? I want to know about this. So I can do it by myself later.

@Lost-MSth
Copy link
Owner

For example, {"id": "test", "index": 1} is for the first map of the chain.

@aliyafarhana
Copy link
Author

Ah I see, thank you. Btw will you add this for the server?. I hope you add it. I still need an example for this, in case if I forgot about it.

@Lost-MSth
Copy link
Owner

OK. I will add a breached map example at next version.

@aliyafarhana
Copy link
Author

Thank you!

Lost-MSth added a commit that referenced this issue Feb 20, 2024
- Fix a bug that API for Link Play cannot work
- Add an example breached map #148
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation Q&A
Projects
None yet
Development

No branches or pull requests

2 participants