Skip to content

Commit

Permalink
feat: Improve spells (#89)
Browse files Browse the repository at this point in the history
* support multiple spell casting entries, update roles;
* change calculation of spell striker/caster to return 0 if there are no spell for the creature;
* rename all spell_c* instances to spellc*;
* introduce slot field inside spell.
  • Loading branch information
RakuJa authored Feb 19, 2025
1 parent 71d648e commit 12b3007
Show file tree
Hide file tree
Showing 22 changed files with 4,058 additions and 148 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ database.db
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
Loading

0 comments on commit 12b3007

Please sign in to comment.