{{--
* @description Char-Bazaar - Venda de personagenssolid
* @author Rickson Kauê
* @date Data de criação 05/12/2023
* @version 1.0
* @copyright (c) Ravenor
* @email ricksonkaue04@gmail.com
--}}
@extends('template.layout')
@section('title', 'Char Bazaar')
@section('submenuItem', 'sellCharacters')
@section('content')
{!! $formaters->progressBar([[2, 0], [0, 0], [0, 0], [1, 2]], 2) !!}
|
|
|
Health:
{{ $playerData['health'] }} / {{ $playerData["healthmax"] }}
|
|
Mana:
{{ $playerData['mana'] }} / {{ $playerData['manamax'] }}
|
|
Capacity:
{{ $playerData['cap'] }}
|
{{--
|
Soul:
{{ $playerData['soul'] }}
|
--}}
|
Blessings:
{{ $playerData['blessings'] }}
|
|
| Axe Fighting |
{{ $playerData['skill_axe'] }} |
{{ $playerData['skill_axe_tries'] }}% |
| Club Fighting |
{{ $playerData['skill_club'] }} |
{{ $playerData['skill_club_tries'] }}% |
| Distance Fighting |
{{ $playerData['skill_dist'] }} |
{{ $playerData['skill_dist_tries'] }} % |
| Fishing |
{{ $playerData["skill_fishing"] }} |
{{ $playerData["skill_fishing_tries"] }}% |
| Fist Fighting |
{{ $playerData['skill_fist'] }} |
{{ $playerData["skill_fist_tries"] }}% |
| Magic Level |
{{ $playerData["maglevel"] }} |
{{ $playerData["maglevel"] }}% |
| Shielding |
{{ $playerData["skill_shielding"] }} |
{{ $playerData["skill_shielding_tries"] }}% |
| Sword Fighting |
{{ $playerData["skill_sword"] }} |
{{ $playerData["skill_sword_tries"] }}% |
|
|
| Creation Date:
{{ $playerData['created'] }}
|
| Experience:
{{ $playerData['experience'] }} |
|
|
|
For your information about direct selling:
-
If direct sale is enabled, the character will not be listed on the marketplace.
-
Instead, a code will be generated for access to an exclusive offer with different taxation from the standard rate. However, the buyer will receive the character instantly.
|
@endsection