@extends('admin.layout') @section('admin-title') Factions @endsection @section('admin-content') {!! breadcrumbs(['Admin Panel' => 'admin', 'Factions' => 'admin/world/factions', ($faction->id ? 'Edit' : 'Create') . ' Faction' => $faction->id ? 'admin/world/factions/edit/' . $faction->id : 'admin/world/factions/create']) !!}
Factions may have multiple ranks, which may be either open (available for users and/or characters to have/climb through) or closed (occupyable by characters or figures and changeable only by staff). Open ranks require a "breakpoint"-- the amount of faction standing (as represented by the set currency) required to attain that rank. Ranks are adjusted automatically/on the fly based on the user/character's current amount of standing. Ranks should have unique breakpoints within the faction. To create a basic/entry rank, set a breakpoint of 0.
Please select a member type.