def create
    @character_state = CharacterState.new(character_state_params)

    respond_to do |format|
      if @character_state.save