hensei-api/spec/models
Justin Edmund 1f80e4189f
Add weapon stat modifiers for AX skills and befoulments (#202)
* add weapon_stat_modifiers table for ax skills and befoulments

* add fk columns for ax modifiers and befoulments, replace has_ax_skills with augment_type

* update models for weapon_stat_modifier fks and befoulments

* update blueprints for weapon_stat_modifier serialization

* update import service for weapon_stat_modifier fks and befoulments

* add weapon_stat_modifiers controller and update params for fks

* update tests and factories for weapon_stat_modifier fks

* fix remaining has_ax_skills and ax_modifier references

* add ax_modifier and befoulment_modifier to eager loading

* fix ax modifier column naming and migration approach

* add game_skill_ids for befoulment modifiers
2025-12-31 22:20:00 -08:00
..
artifact_skill_spec.rb
artifact_spec.rb
collection_artifact_spec.rb
collection_character_spec.rb
collection_job_accessory_spec.rb
collection_summon_spec.rb
collection_weapon_spec.rb Add weapon stat modifiers for AX skills and befoulments (#202) 2025-12-31 22:20:00 -08:00
crew_gw_participation_spec.rb add GW events and scoring system 2025-12-03 23:34:54 -08:00
crew_invitation_spec.rb add crew invitations system 2025-12-03 23:06:07 -08:00
crew_membership_spec.rb
crew_spec.rb
gacha_spec.rb
grid_artifact_spec.rb Add model specs for collection sync functionality 2025-12-03 23:08:01 -08:00
grid_characters_spec.rb Add model specs for collection sync functionality 2025-12-03 23:08:01 -08:00
grid_summons_spec.rb Add model specs for collection sync functionality 2025-12-03 23:08:01 -08:00
grid_weapon_spec.rb Add model specs for collection sync functionality 2025-12-03 23:08:01 -08:00
gw_crew_score_spec.rb add GW events and scoring system 2025-12-03 23:34:54 -08:00
gw_event_spec.rb add GW events and scoring system 2025-12-03 23:34:54 -08:00
gw_individual_score_spec.rb add GW events and scoring system 2025-12-03 23:34:54 -08:00
party_spec.rb
phantom_player_spec.rb add phantom players for non-registered crew members 2025-12-03 23:55:15 -08:00
user_spec.rb
weapon_key_spec.rb
weapon_spec.rb