Difference between revisions of "Combat(ControlPanel)"

From CoffeeMud Wiki
Jump to navigation Jump to search
(Created page with "{{CoffeeMUDAdministratorTOC}} {{CoffeeMUDMUDGrinderTOC}} {{CoffeeMUDControlPanelTOC}} This section of the Control Panel contains ini settings related to Combat. ==Combat Syst...")
 
Line 17: Line 17:
 
; PURGE : The player is erased from the system.  This is also known as Hardcore mode by players, or Permadeath.
 
; PURGE : The player is erased from the system.  This is also known as Hardcore mode by players, or Permadeath.
 
; UNLEVEL X : The player loses X levels of experience.  X must be a whole number.
 
; UNLEVEL X : The player loses X levels of experience.  X must be a whole number.
; ASTRAL : The player becomes a ghost transported to the designated DEATH room specified in the Default Rooms section of the ini or control panel.  They must travel to their body in the specified MORGUE room and then receive a resurrection from another player or mob before they may resume their adventures.  The player will receive the Prop_AstralSpirit affect while a ghost, and archons may modify the player and remove this property to return them to life.
+
; ASTRAL : The player becomes a ghost transported to the designated DEATH room specified in the Default Rooms section of the ini or control panel.  They must travel to their body in the specified MORGUE room and then receive a resurrection from another player or mob before they may resume their adventures.  The player will receive the [[Prop_AstralSpirit]] affect while a ghost, and archons may modify the player and remove this property to return them to life.
 
; ASTRAL_RES : As ASTRAL above, but player can type ENTER BODY when they reach their body to self-resurrect (or get a resurrection to mitigate some lost XP).
 
; ASTRAL_RES : As ASTRAL above, but player can type ENTER BODY when they reach their body to self-resurrect (or get a resurrection to mitigate some lost XP).
 
; OUT X : The player goes safely unconscious for X ticks.  X must be a whole number.
 
; OUT X : The player goes safely unconscious for X ticks.  X must be a whole number.
 
; RECALL : The player simply recalls to their death room (no body is created, they just return home).
 
; RECALL : The player simply recalls to their death room (no body is created, they just return home).
 
; (X) : The player loses a flat X experience points when they die.  X must be a whole number. Parenthesis are optional.
 
; (X) : The player loses a flat X experience points when they die.  X must be a whole number. Parenthesis are optional.
; (math expression) ; The player loses experience calculated based on the given math expression (replace the words "math expression" with an actual math expression, and parenthesis are optional/used to determine order of precedence).  The valid operands are + - * / ( ) @x1 and @x2.  @x1 is the player's level.  @x2 is the killer's level.
+
; (math expression) : The player loses experience calculated based on the given math expression (replace the words "math expression" with an actual math expression, and parenthesis are optional/used to determine order of precedence).  The valid operands are + - * / ( ) @x1 and @x2.  @x1 is the player's level.  @x2 is the killer's level.
 +
 
 
==Injury System==
 
==Injury System==
  

Revision as of 15:06, 23 November 2020

CoffeeMUD
Administrator                                                  Builder                                                              Player
=CoffeeMUD Administrator Information=
Installation     Help     Development    Modification     Feature Requests     Mud Grinder     ini     Security     CMARE Share     Wiki
=CoffeeMUD MUDGrinder=
Control Panel     File Browser     Journal Browser    Account Manager     Player Manager     Clan Manager     Polls Manager     System Reports     Server Log     Statistics    Cache Resources     Races     Classes     Abilities     Skill Recipes     SkillComponents     Quest Manager    Achievements     Holidays     Factions     Socials     Deities     Catalog
=CoffeeMUD Control Panel=
Switches     Security     Default Rooms    Channels     Abilities     Clan     Combat     Player Settings     Economy     Calendar     Miscellaneous

This section of the Control Panel contains ini settings related to Combat.

Combat System

Prowess Options

Show Damage

Corpseguard

Player Death

This ini configuration enables one of several death mechanics when a player dies. Multiple entries may be included and are separated by commas. The configurations are:

EXPERIENCE 
The player loses 100 experience per level when they die. This is the default setting.
PURGE 
The player is erased from the system. This is also known as Hardcore mode by players, or Permadeath.
UNLEVEL X 
The player loses X levels of experience. X must be a whole number.
ASTRAL 
The player becomes a ghost transported to the designated DEATH room specified in the Default Rooms section of the ini or control panel. They must travel to their body in the specified MORGUE room and then receive a resurrection from another player or mob before they may resume their adventures. The player will receive the Prop_AstralSpirit affect while a ghost, and archons may modify the player and remove this property to return them to life.
ASTRAL_RES 
As ASTRAL above, but player can type ENTER BODY when they reach their body to self-resurrect (or get a resurrection to mitigate some lost XP).
OUT X 
The player goes safely unconscious for X ticks. X must be a whole number.
RECALL 
The player simply recalls to their death room (no body is created, they just return home).
(X) 
The player loses a flat X experience points when they die. X must be a whole number. Parenthesis are optional.
(math expression) 
The player loses experience calculated based on the given math expression (replace the words "math expression" with an actual math expression, and parenthesis are optional/used to determine order of precedence). The valid operands are + - * / ( ) @x1 and @x2. @x1 is the player's level. @x2 is the killer's level.

Injury System

Flee

EXP Rate

Mob Death

Item Loot Policy

Autoreaction

Dueltickdown

Combat Formulas

NPC Hit Points

Hit Point Recovery

Mana Recovery

Moves Recovery

Attack Adjustment

Armor Adjustment

Attack Fudge Bonus

PVP Attack Fudge Bonus

Chance Spell Crit

PVP Chance Spell Crit

Damage Spell Crit

PVP Damage Spell Crit

Damage Spell Fudge

PVP Damage Spell Fudge

Chance Weapon Crit

PVP Chance Weapon Crit

Damage Ranged Target

PVP Damage Ranged Target

Damage Ranged Fudge

PVP Damage Ranged Fudge

Damage Ranged Static

Damage Melee Targeted

PvP Damage Melee Targeted

Damage Melee Fudge

PVP Damage Melee Fudge

Total Combat XP

Ind. Combat XP

Notes

WikiEditor: There's a lot to digest here, may take a while to fill in all these fields.