Character: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Illviljan
(switch to cargo)
 
(74 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{Character shared stats}}
<!-- search for "TODO" in the source code, add the info and replace the HTML code. DO NOT REMOVE THIS NOTE until all TODOs have been removed -->
<!-- search for "TODO" in the source code, add the info and replace the HTML code. DO NOT REMOVE THIS NOTE until all TODOs have been removed -->
A '''character''' is a player-controlled persona in the game with a unique name in the game world.
A '''character''' is a player-controlled persona in the game with a unique name in the game world.


==Character creation==
==Character creation==
After logging into [[Path of Exile]] a character can be created though the character creation screen <!-- TODO add screenshot here -> by clicking on the '''Create''' <!-- TODO screenshot of the button -->
After logging into [[Path of Exile]] a character can be created though the character creation screen. <!-- TODO add screenshot here -> by clicking on the '''Create''' <!-- TODO screenshot of the button -->


A character can be created in different [[leagues]]. The game recommends to start in the current standard challenge league.
A character can be created in different [[leagues]]. The game recommends to start in the current standard challenge league.


Once the league has been choose, a [[character class]] can be selected. The classes differ by starting location on the [[passive skill tree]], the [[quest rewards]] they're given, by their base [[attributes]] and their general appearance and voice. They also each have different possible [[Ascendancy class]]es.
Once the league has been chosen, a [[character class]] can be selected. The classes differ by starting location on the [[passive skill tree]], the [[quest rewards]] they're given, by their base [[attributes]] and their general appearance and voice. They also each have different possible [[Ascendancy class]]es.


Players can freely choose the name of their character, however it has to be unique on the realm and it is not possible to use non-ascii letters or numbers in the name. The only special character allowed is the underscore. If a character has remained inactive for over a year their name will become available for other players to use when creating a new character.
Players can freely choose the name of their character, however it has to be unique on the realm and it is not possible to use non-ascii letters or numbers in the name. The only special character allowed is the underscore. If a character has remained inactive for over a year their name will become available for other players to use when creating a new character.
Line 14: Line 13:
There is also the option to create a [[PvP]]&ndash;only character.
There is also the option to create a [[PvP]]&ndash;only character.


By default only 24 characters can be created. After that existing characters have to be deleted in order to create new a one; however this limit can be extended by purchasing additional character slots from the Path of Exile Shop.
By default only 24 characters can be created. Up to 255 characters can be created by purchasing [[Extra Character Slot]]s.<ref>https://reddit.com/r/pathofexile/comments/wquunv/i_just_found_out_you_can_only_have_255_character/
</ref> After that existing characters have to be deleted in order to create new a one; however this limit can be extended by purchasing additional character slots from the Path of Exile Shop.


==Shared Stats==
==Shared Stats==
Line 22: Line 22:
===Base Stats===
===Base Stats===
{{#cargo_query:
{{#cargo_query:
|tables = character_shared_stats
|tables = generic_stats
|fields = character_shared_stats.stat_text
|fields = stat_text
|where =  
|where = name="Character"
    id="base_evasion_rating"  
AND (id="base_evasion_rating"  
  OR id="base_critical_strike_multiplier"  
  OR id="base_critical_strike_multiplier"  
  OR id="energy_shield_recharge_rate_per_minute_%"  
  OR id="energy_shield_recharge_rate_per_minute_%"  
  OR id="mana_regeneration_rate_per_minute_%"  
  OR id="mana_regeneration_rate_per_minute_%")
|format = ul
|format = ul
}}
}}
Line 34: Line 34:
===Dual Wield===
===Dual Wield===
{{#cargo_query:
{{#cargo_query:
|tables = character_shared_stats
|tables = generic_stats
|fields = stat_text
|fields = stat_text
|where = id LIKE "%dual_wield%"
|where = name="Character" AND id LIKE "%dual_wield%"
|format = ul
|format = ul
}}
}}
Line 42: Line 42:
===Charges===
===Charges===
{{#cargo_query:
{{#cargo_query:
|tables = character_shared_stats
|tables = generic_stats
|fields = stat_text
|fields = stat_text
|where =  
|where = name="Character"
    id != "energy_shield_recharge_rate_per_minute_%"
AND (id != "energy_shield_recharge_rate_per_minute_%"
  AND id LIKE "%charge%"
  AND id LIKE "%charge%"
  OR  id LIKE "%rampage%"
  OR  id LIKE "%rampage%")
|format = ul
|format = ul
}}
}}
Line 53: Line 53:
===Maximums===
===Maximums===
{{#cargo_query:
{{#cargo_query:
|tables = character_shared_stats
|tables = generic_stats
|fields = stat_text
|fields = stat_text
|where =  
|where = name="Character"
  (
  AND ((
    id LIKE "%max%"
      id LIKE "%max%"
OR id LIKE "base_number%"
    OR id LIKE "base_number%"
  )
  )
  AND id NOT LIKE "%charge%"
  AND id NOT LIKE "%charge%"
  AND id NOT LIKE "%rampage%"
  AND id NOT LIKE "%rampage%")
|format = ul
|format = ul
}}
}}
Line 67: Line 67:
===PvP===
===PvP===
{{#cargo_query:
{{#cargo_query:
|tables = character_shared_stats
|tables = generic_stats
|fields = stat_text
|fields = stat_text
|where = id LIKE "%pvp%"
|where = name="Character" AND id LIKE "%pvp%"
|format = ul
|format = ul
}}
}}
Line 81: Line 81:


{{#cargo_query:
{{#cargo_query:
|tables = character_shared_stats
|tables = generic_stats
|fields = stat_text
|fields = stat_text
|where = id LIKE "%per_level%" AND value > 0
|where = name="Character" AND (id LIKE "%per_level%" AND value > 0)
|format = ul
|format = ul
}}
}}
==Version history==
{{Version history table header}}
{{Version history table row|0.9.3|
* Characters now have three blood effects depending on the size of the damage relative to their maximum life.
* Added a new level-up effect and sound.
* Increased default mana regeneration of characters.
}}
{{Version history table row|0.8.3|
* Characters can now not get [[stunned]] if they currently have any remaining [[energy shield]].
* Reduced starting character [[life]] values.
* New characters now start with five [[Scrolls of Wisdom]] (until we add vendors).
}}
{{Version history table row|0.6.11|
* Added a new level-up effect.
* Increased automatic mana and life gain per level.
}}
{{Version history table row|0.6.10|
* Mana now refills when the character levels up.
}}
{{Version history table row|0.6.7|
* Fixed a rare crash when levelling up.
}}
{{Version history table row|0.5.13|
* Characters now play their "idle relaxed" animations in town rather than "idle combat".
}}
{{Version history table row|0.5.11|
* Improved most character sounds.
* Footstep sound overhaul.
* Level up "ding" sound added.
}}
{{Version history table row|0.5.8|
* Greatly increased starting [[attribute]] values.
}}
{{Version history table row|0.5.5|
* Fixed the "running on the spot" bug.
* Level up effect plays.
}}
{{Version history table row|0.5.4|
* Added some new character animations.
* * Fixed crashes when sending [[player]]s and [[item]]s from distant servers.
}}
{{Version history table row|0.5.3|
* Characters now start with correct [[strength]]/[[dexterity]]/[[intelligence]].
}}
{{Version history table row|0.5.2|
* Improved various [[monster]] and character animations.
* Allowed character to run through shallow water.
}}
{{Version history table row|0.5.1|
* Reduced collidable size of character.
}}
{{Version history table end}}


==See also==
==See also==
Line 95: Line 148:


[[Category:Game mechanics]]
[[Category:Game mechanics]]
[[ru:Персонаж]]
[[de:Charakter]]

Latest revision as of 04:26, 18 July 2023

A character is a player-controlled persona in the game with a unique name in the game world.

Character creation

After logging into Path of Exile a character can be created though the character creation screen.

A character can be created in different leagues. The game recommends to start in the current standard challenge league.

Once the league has been chosen, a character class can be selected. The classes differ by starting location on the passive skill tree, the quest rewards they're given, by their base attributes and their general appearance and voice. They also each have different possible Ascendancy classes.

Players can freely choose the name of their character, however it has to be unique on the realm and it is not possible to use non-ascii letters or numbers in the name. The only special character allowed is the underscore. If a character has remained inactive for over a year their name will become available for other players to use when creating a new character.

There is also the option to create a PvP–only character.

By default only 24 characters can be created. Up to 255 characters can be created by purchasing Extra Character Slots.[1] After that existing characters have to be deleted in order to create new a one; however this limit can be extended by purchasing additional character slots from the Path of Exile Shop.

Shared Stats

The stats found in the subsections can be found on every character, regardless of the character class.

Base Stats

Dual Wield

Charges

Maximums

  • +1 to maximum number of Summoned Totems
  • +10% of Maximum Energy Shield to maximum Recovery per Energy Shield Leech
  • +10% of Maximum Life to maximum Recovery per Life Leech
  • +10% of Maximum Mana to maximum Recovery per Mana Leech
  • +10% to Maximum total Energy Shield Recovery per second from Leech
  • +20 to maximum Fortification
  • +20% Maximum total Mana Recovery per second from Leech
  • +20% to Maximum total Life Recovery per second from Leech
  • +50 to Maximum Rage
  • +75% to maximum Chance to Block Attack Damage
  • +75% to maximum Chance to Block Spell Damage
  • 90% to maximum Physical Damage Reduction
  • Call of Steel has +12 to maximum Steel Shards
  • Can have up to 10 Azurite Stacks
  • Can have up to 15 Remote Mines placed at a time
  • Can have up to 15 Traps placed at a time
  • Can have up to 20 Frost Nova Stacks
  • Can have up to 20 Talisman degen Stacks
  • Can have up to 4 Viper Strike Orbs
  • Can have up to 5 Explosive Arrow Stacks
  • Can have up to 5000 Darkness Stacks
  • Can have up to 8 Fire Beam Stacks
  • Maximum 45 Eaten Souls

PvP

Character level

The character level is used for a variety of purposes, most importantly character level will be a limiting factor for equipment.

The character level can be increased though gaining experience which is obtained by slaying monsters.

Once a certain threshold is reached, the character will level up gaining one passive skill point and the following bonuses:

Version history

Version Changes
0.9.3
  • Characters now have three blood effects depending on the size of the damage relative to their maximum life.
  • Added a new level-up effect and sound.
  • Increased default mana regeneration of characters.
0.8.3
0.6.11
  • Added a new level-up effect.
  • Increased automatic mana and life gain per level.
0.6.10
  • Mana now refills when the character levels up.
0.6.7
  • Fixed a rare crash when levelling up.
0.5.13
  • Characters now play their "idle relaxed" animations in town rather than "idle combat".
0.5.11
  • Improved most character sounds.
  • Footstep sound overhaul.
  • Level up "ding" sound added.
0.5.8
0.5.5
  • Fixed the "running on the spot" bug.
  • Level up effect plays.
0.5.4
  • Added some new character animations.
  • * Fixed crashes when sending players and items from distant servers.
0.5.3
0.5.2
  • Improved various monster and character animations.
  • Allowed character to run through shallow water.
0.5.1
  • Reduced collidable size of character.

See also

References

ru:Персонаж de:Charakter