hensei-api/app/controllers/api/v1
Justin Edmund 00e5ec8c4b
API updates for Draconic Weapons Providence (#138)
* Make weapon key series an array

Draconic Weapons Providence can have original Draconic Weapon keys, but also have a new key that can only be equipped to them. Thanks, Cygames.

* Update weapon.rb

* Update to check key compatibility against an array instead of an int
* Add convenience function to check if the weapon is part of a Draconic Weapon series

* Update grid_weapon.rb

Update conflict detection to:
* Detect Draconic Weapons Providence
* Add multiple weapons to conflicting weapons instead of just one

* (WIP) Update conflict view rendering

Conflict blueprints should render multiple conflict weapons instead of just one.

Also adds Draconic Weapon Providence series to various places that check series by number

* Finish last bugs

We tested to ensure that conflict resolution appears for

* Opus and Draconic
* Draconic and Draconic 2
* Draconic 2 + Opus and Draconic 1
2023-12-26 03:21:06 -08:00
..
api_controller.rb (Hotfix) Fix summon transcendence (#129) 2023-08-26 15:38:54 -07:00
characters_controller.rb February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
favorites_controller.rb Refactor FavoritesController for blueprinter 2022-12-21 16:10:53 -08:00
grid_characters_controller.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
grid_summons_controller.rb (Hotfix) Fix summon transcendence (#129) 2023-08-26 15:38:54 -07:00
grid_weapons_controller.rb API updates for Draconic Weapons Providence (#138) 2023-12-26 03:21:06 -08:00
guidebooks_controller.rb Adds guidebooks and gacha tables (#95) 2023-06-04 22:23:34 -07:00
job_accessories_controller.rb February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
job_skills_controller.rb Updated getting skills assignable to a job 2022-12-22 23:26:23 -08:00
jobs_controller.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
parties_controller.rb Set extra from raid party, not extra property (#137) 2023-11-05 14:30:08 -08:00
raids_controller.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
search_controller.rb Add support for inclusions/exclusions (#124) 2023-08-21 20:01:15 -07:00
summons_controller.rb February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
users_controller.rb Implement roles and visibility (#128) 2023-08-25 15:53:56 -07:00
weapon_keys_controller.rb Fix fetching weapon keys so you dont need filters 2022-12-24 04:54:50 -08:00
weapons_controller.rb February 2023 Update (#48) 2023-02-04 23:46:12 -08:00