An API to help Granblue Fantasy players create and share teams and strategies.
Find a file
Justin Edmund 9cf8626752
Add support for weapon transcendence (#142)
* Add migrations

* Add weapon key 4 column

* Update schema.rb

* Add transcendence date to weapon

* Rename summon XLB to match weapon

* Update blueprints

* Update search

* Accept weapon transcendence step

* Update XLB to transcendence for summons

* Add logic for transcending weapons

* Add transcendence step to weapon blueprint
2024-01-15 14:05:17 -08:00
app Add support for weapon transcendence (#142) 2024-01-15 14:05:17 -08:00
bin
config
db Add support for weapon transcendence (#142) 2024-01-15 14:05:17 -08:00
lib Add support for weapon transcendence (#142) 2024-01-15 14:05:17 -08:00
log
public
spec
storage
test
tmp
vendor
.env Hotfix so weapon key search translates ints to arrays (#140) 2023-12-30 06:20:22 -08:00
.gitignore
.ruby-gemset
.ruby-version
.solargraph.yml
config.ru
Gemfile Implement wiki parsers (#121) 2023-08-19 23:05:32 -07:00
Gemfile.lock Implement wiki parsers (#121) 2023-08-19 23:05:32 -07:00
Rakefile
README.md

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...