Skip to content

Commit

Permalink
✏️ docs|Readme|Add kofi button
Browse files Browse the repository at this point in the history
# Why this change is being made?
# |<----   Try To Limit Each Line to a Maximum Of 72 Characters   ---->|

# How does it address the issue?

# Breaking: List any breaking changes

# Issues this commit closes
# Provide links or keys to any relevant tickets, articles or other resources
# Example: Github issue #23

# --- COMMIT END ---
# Subject: Write a short, imperative mood description of the change
# Scope: What part of the code this component affects
# Type:
#    🎸 feat     (new feature)
#    🐛 fix     (bug fix)
#    ⚡️ perf  (performance improvement)
#    🏹 release  (create a release commit)
#    💡 refactor  (a code change that neither fixes a bug or adds a feature )

#    🤖 chore     (updating grunt tasks etc; no production code change)
#    ✏️ docs     (changes to documentation)
#    💄 style    (formatting, missing semi colons, etc; no code change)
#    💍 test    (adding or refactoring tests; no production code change)
# --------------------
# Remember to
#   - Capitalize the subject line
#   - Use the imperative mood in the subject line
#   - Do not end the subject line with a period
#   - Separate subject from body with a blank line
#   - Use the body to explain what and why vs. how
#   - Can use multiple lines with "-" for bullet points in body
# --------------------
  • Loading branch information
caewok committed May 23, 2024
1 parent 675ab70 commit 040b3e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
![Latest Release Download Count](https://img.shields.io/github/downloads/caewok/fvtt-action-initiative/latest/module.zip)
![All Downloads](https://img.shields.io/github/downloads/caewok/fvtt-action-initiative/total)

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/H2H3Y7IJW)

# Action Initiative

Action Initiative implements initiative similar to that of the [Unearthed Arcana Greyhawk Initiative](https://media.wizards.com/2017/dnd/downloads/UAGreyhawkInitiative.pdf). Combatants declare actions in advance each turn; different actions use different combinations of die rolls to determine initiative position. Initiative goes from lowest to highest.
Expand Down

0 comments on commit 040b3e0

Please sign in to comment.