-
Notifications
You must be signed in to change notification settings - Fork 758
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
Fixes #2215: Turn effect_list.txt into effect_list.md #2230
Conversation
- New file: effect_list.md added with markdown version of previous text document.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for your contribution! 👍
You're welcome! 🙂 |
Could we add those effect constant name into the table as well?
|
@Emistry good idea, let's do it! what could also be interesting would be to add an |
I updated it with the constant name column. Effect ID from |
doc/effect_list.md
Outdated
966 | Bone crack | ||
967 | Another little explosion | ||
Effect ID | Constant Name | Description | ||
--: | :------------------------------| :---------------------------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the table should be properly aligned:
ID | Constant Name | Description
----:|:-------------------------------|:----------------------------------
-1 | EF_NONE | (none)
0 | EF_HIT1 | Regular Hit
1 | EF_HIT2 | Bash
And if you want to use Effect ID
, the whole first column will have to be enlarged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
- Updated effect list based on db/constant.conf - Added Constant Name column
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution! I'll be merging this now
Pull Request Prelude
Changes Proposed
Affected Branches:
stable
Issues addressed:
Turn the effect list documentation into markdown
Tracker number: #2215
Known Issues and TODO List
With respect to line 2 of Description of the effect list,
Is the
(01f3 <ID> ....... )
supposed to be(0x1f3 <ID> ....... )
?If not, then this file is ready to be reviewed.