Create a form to import existing lists of (_equipment_slot_,_equipment_name_) in different formats (YAML,JSON,CSV,...). An example (YAML): ``` yaml --- Chest: - Modest Blast Suit - Another Chest Legs : - Justicebringer Greaves Feet: - Survivalist's Stompers #... ```
Create a form to import existing lists of (equipment_slot,equipment_name) in different formats (YAML,JSON,CSV,...).
An example (YAML):