weapon/summon blueprints: serialize promotions

This commit is contained in:
Justin Edmund 2025-12-02 04:39:49 -08:00
parent e81c55905c
commit 0dba56c55d
2 changed files with 10 additions and 2 deletions

View file

@ -10,7 +10,11 @@ module Api
}
end
fields :granblue_id, :element, :rarity, :max_level
fields :granblue_id, :element, :rarity, :max_level, :promotions
field :promotion_names do |s|
s.promotion_names
end
field :uncap do |s|
{

View file

@ -13,7 +13,11 @@ module Api
# Primary information
fields :granblue_id, :element, :proficiency,
:max_level, :max_skill_level, :max_awakening_level, :limit, :rarity,
:series, :ax, :ax_type
:series, :ax, :ax_type, :promotions
field :promotion_names do |w|
w.promotion_names
end
# Uncap information
field :uncap do |w|