-
Notifications
You must be signed in to change notification settings - Fork 4
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
Create chi ability pages. #20
base: master
Are you sure you want to change the base?
Conversation
fixy fixy
|
||
SmokeScreen is a Chi Ability. | ||
|
||
SmokeScreen enables a chiblocker to blind their enemies, allowing for a quick escape or an unseen approach. GIF TO BE ADDED |
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.
Change to SmokeScreen allows Chiblockers to blind all enemies in an area from a distance, giving them a chance for a quick escape or an unseen approach. GIF TO BE ADDED
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.
I think its better to write it as "SmokeScreen enables a chiblocker to blind enemies from a distance, allowing for a quick escape or an unseen approach"
|
||
SwiftKick is a Chi ability. | ||
|
||
SwiftKick allows a chiblocker to swiftly kick an enemy, potentially blocking their chi. GIF TO BE ADDED |
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.
Change to SwiftKick allows Chiblockers to hit enemies with a powerful kick, dealing increased damage and resulting in a greater chance to block their chi. GIF TO BE ADDED
|
||
USAGE GIF TO BE ADDED | ||
|
||
Function 1: [Left Click] the target entity. |
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.
This is missing a key component of this abilities usage. The user must be midair while they click for the move to activate. See https://github.com/ProjectKorra/ProjectKorra/blob/master/src/com/projectkorra/projectkorra/chiblocking/SwiftKick.java#L40-L43
|
||
|
||
|
||
.. tip:: Using this in time QuickStrike is a very good strategy! |
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.
This needs some refining lol
* ``Enabled`` determines whether the ability is available to use. It takes a boolean value [true/false]. | ||
* ``Damage`` determines the amount of damage the ability does when used on another entity. It takes any positive integer and is equivalent to number of half hearts of damage. | ||
* ``Cooldown`` determines the cooldown of the ability after being used. It takes an integer value and is equivalent to number of milliseconds. | ||
* ``ChiBlockChance`` determines the probability that SwiftKick will chiblock a bender. It takes an integer value from 1-100 is equivalent to percent chance of blocking chi. |
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.
Change to It takes an integer value from 1-100 and is equivalent to the increased percent for blocking chi.
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.
I modified your suggestion slightly so that it fits better word wise
Use the following template. Feel free to remove any unused sections.