Added: - Weapon Key 3 - AX Modifier and Strength - Perpetuity (on Characters) - Slot and Group on WeaponKeys
5 lines
141 B
Ruby
5 lines
141 B
Ruby
class AddElementToGridWeapons < ActiveRecord::Migration[6.1]
|
|
def change
|
|
add_column :grid_weapons, :element, :integer
|
|
end
|
|
end
|