Advanced - Named Cells: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
== The Boolean Named Cells == | == The Boolean Named Cells == | ||
These Named Cells simply return a TRUE/FALSE value, based on the status of the Character. | These Named Cells simply return a TRUE/FALSE value, based on the status of the Character. These all start with ''b_''. | ||
{| border="1" width="80%" align="center" class="wikitable" style="text-align:left" cellpadding="1" cellspacing="0" | {| border="1" width="80%" align="center" class="wikitable" style="text-align:left" cellpadding="1" cellspacing="0" | ||
|+ '''''Table: The Boolean named cells''''' | |+ '''''Table: The Boolean named cells''''' | ||
Line 32: | Line 32: | ||
|- | |- | ||
|style="background:#dddddd;" |b_WearingArmor|| style="background:#dddddd;" |TRUE: if the Character is wearing any kind of Armor | |style="background:#dddddd;" |b_WearingArmor|| style="background:#dddddd;" |TRUE: if the Character is wearing any kind of Armor | ||
|} | |||
== The Integer Named Cells == | |||
The Integer Named Cells contains integer values, and start with ''i_''. That group of Named Cells contains many useful data. Because there are veyr numerous, only the the most useful ones are listed. | |||
=== The Integer Named Cells for Ability Scores === | |||
{| border="1" width="80%" align="center" class="wikitable" style="text-align:left" cellpadding="1" cellspacing="0" | |||
|+ '''''Table: The Integer named cells for Ability Scores''''' | |||
! style="background:#ffdead;" | Named Cells !! style="background:#ffdead;" | Description | |||
|- | |||
|i_STR|| The Strength ability score | |||
|- | |||
|style="background:#dddddd;" |i_STRModif|| style="background:#dddddd;" |The Strength modifier | |||
|- | |||
|i_DEX|| The Dexterity ability score | |||
|- | |||
|style="background:#dddddd;"|i_DEXModif|| style="background:#dddddd;"|The Dexterity modifier | |||
|- | |||
|i_CON|| The Constitution ability score | |||
|- | |||
|style="background:#dddddd;"|i_CONModif|| style="background:#dddddd;"|The Constitution modifier | |||
|- | |||
|i_INT|| The Intelligence ability score | |||
|- | |||
|style="background:#dddddd;"|i_INTModif|| style="background:#dddddd;"|The Intelligence modifier | |||
|- | |||
|i_WIS|| The Wisdom ability score | |||
|- | |||
|style="background:#dddddd;"|i_WISModif|| style="background:#dddddd;"|The Wisdom modifier | |||
|- | |||
|i_CHA|| The Charisma ability score | |||
|- | |||
|style="background:#dddddd;"|i_CHAModif|| style="background:#dddddd;"|The Charisma modifier | |||
|} | |} |
Revision as of 14:04, 22 July 2006
The Sheet uses thousands of Named Cells to facilitate the creation of formulas. Althoug this page will not try to list all those named cells, the most useful ones are listed by category.
The Generic Named Cells
Named Cells | Description |
---|---|
CR | CR is used to add a Carriage return to the text of a formula |
The Boolean Named Cells
These Named Cells simply return a TRUE/FALSE value, based on the status of the Character. These all start with b_.
Named Cells | Description |
---|---|
b_HeavyArmor | TRUE: if the Character is wearing a Heavy Armor |
b_HeavyLoad | TRUE: if the Load Class (from Gear) is Heavy |
b_HoldingShield | TRUE: if the Character is holding a Shield |
b_LightArmor | TRUE: if the Character is wearing a Light armor, or no armor |
b_LightLoad | TRUE: if the Load Class (from Gear) is Light |
b_MediumArmor | TRUE: if the Character is wearing a Medium Armor |
b_MediumLoad | TRUE: if the Load Class (from Gear) is Medium |
b_WearingArmor | TRUE: if the Character is wearing any kind of Armor |
The Integer Named Cells
The Integer Named Cells contains integer values, and start with i_. That group of Named Cells contains many useful data. Because there are veyr numerous, only the the most useful ones are listed.
The Integer Named Cells for Ability Scores
Named Cells | Description |
---|---|
i_STR | The Strength ability score |
i_STRModif | The Strength modifier |
i_DEX | The Dexterity ability score |
i_DEXModif | The Dexterity modifier |
i_CON | The Constitution ability score |
i_CONModif | The Constitution modifier |
i_INT | The Intelligence ability score |
i_INTModif | The Intelligence modifier |
i_WIS | The Wisdom ability score |
i_WISModif | The Wisdom modifier |
i_CHA | The Charisma ability score |
i_CHAModif | The Charisma modifier |