Add auto summon and Raid view to Party blueprint
This commit is contained in:
parent
0abc80c24f
commit
330254b7f7
2 changed files with 6 additions and 3 deletions
|
|
@ -34,7 +34,8 @@ module Api
|
||||||
|
|
||||||
view :minimal do
|
view :minimal do
|
||||||
fields :name, :element, :shortcode, :favorited, :extra,
|
fields :name, :element, :shortcode, :favorited, :extra,
|
||||||
:full_auto, :clear_time, :auto_guard, :created_at, :updated_at
|
:full_auto, :clear_time, :auto_guard, :auto_summon,
|
||||||
|
:created_at, :updated_at
|
||||||
|
|
||||||
field :remix do |p|
|
field :remix do |p|
|
||||||
p.is_remix
|
p.is_remix
|
||||||
|
|
@ -49,7 +50,8 @@ module Api
|
||||||
end
|
end
|
||||||
|
|
||||||
association :raid,
|
association :raid,
|
||||||
blueprint: RaidBlueprint
|
blueprint: RaidBlueprint,
|
||||||
|
view: :full
|
||||||
|
|
||||||
association :job,
|
association :job,
|
||||||
blueprint: JobBlueprint
|
blueprint: JobBlueprint
|
||||||
|
|
|
||||||
|
|
@ -259,6 +259,7 @@ module Api
|
||||||
:skill3_id,
|
:skill3_id,
|
||||||
:full_auto,
|
:full_auto,
|
||||||
:auto_guard,
|
:auto_guard,
|
||||||
|
:auto_summon,
|
||||||
:charge_attack,
|
:charge_attack,
|
||||||
:clear_time,
|
:clear_time,
|
||||||
:button_count,
|
:button_count,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue