Updating templates

This commit is contained in:
Justin Edmund 2020-09-16 23:49:25 -07:00
parent 529e78e098
commit fb34e8e292
3 changed files with 9 additions and 7 deletions

View file

@ -0,0 +1,4 @@
attributes :id,
:mainhand,
:position,
:weapon

View file

@ -1,6 +0,0 @@
object @weapon
attributes :id,
:party_id,
:weapon_id,
:position

View file

@ -1,3 +1,7 @@
object :party
attributes :id, :shortcode
attributes :id, :shortcode
node :grid do |p|
partial('grid_weapons/base', :object => p.weapons)
end