Add transcendence step to weapon blueprint

This commit is contained in:
Justin Edmund 2024-01-13 11:20:56 -08:00
parent 8f28e34217
commit cc9e0d91b2

View file

@ -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,