Add transcendence step to weapon blueprint
This commit is contained in:
parent
8f28e34217
commit
cc9e0d91b2
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ module Api
|
||||||
end
|
end
|
||||||
|
|
||||||
view :nested do
|
view :nested do
|
||||||
fields :mainhand, :position, :uncap_level, :element
|
fields :mainhand, :position, :uncap_level, :transcendence_step, :element
|
||||||
association :weapon, name: :object, blueprint: WeaponBlueprint
|
association :weapon, name: :object, blueprint: WeaponBlueprint
|
||||||
|
|
||||||
association :weapon_keys,
|
association :weapon_keys,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue