hensei-api/app/blueprints/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_blueprint.rb
awakening_blueprint.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
character_blueprint.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
conflict_blueprint.rb API updates for Draconic Weapons Providence (#138) 2023-12-26 03:21:06 -08:00
empty_blueprint.rb
error_blueprint.rb
favorite_blueprint.rb
grid_character_blueprint.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
grid_summon_blueprint.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
grid_weapon_blueprint.rb API updates for Draconic Weapons Providence (#138) 2023-12-26 03:21:06 -08:00
guidebook_blueprint.rb
job_accessory_blueprint.rb
job_blueprint.rb
job_skill_blueprint.rb
party_blueprint.rb Implement roles and visibility (#128) 2023-08-25 15:53:56 -07:00
raid_blueprint.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
raid_group_blueprint.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
search_blueprint.rb July 2023 Feature Release: Tagging objects (#118) 2023-07-05 21:51:36 -07:00
summon_blueprint.rb
update_blueprint.rb
user_blueprint.rb Return the user's role in login and user blueprints (#133) 2023-09-09 02:29:32 -07:00
weapon_blueprint.rb (Hotfix) Fix awakening-related API errors (#108) 2023-06-21 01:10:05 -07:00
weapon_key_blueprint.rb