User:Allen Kerensky/Myriad Lite Preview4/Myriad Lite Character Sheet v0.0.2 20110521
Jump to navigation
Jump to search
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Myriad Lite Character Sheet v0.0.2 20110521
<lsl>
- =======================================================
- Myriad Lite Character Sheet v0.0.2 20110521
- =======================================================
NAME=Myriad Player SPECIES=Human BACKGROUND=Normal CAREER=None
- =======================================================
- Experience Points
- Example Format: XP=ExperiencePoints
- ExperiencePoints is an integer number 0-2320
- Example Format: XPLEVEL=Level
- Level is an integer number from 1-30
- =======================================================
XP=0 XPLEVEL=1
- =======================================================
- ATTRIBUTES
- Each Attribute is a single integer number 1-10
- Mortal Humans will range from 1-5
- Attributes greater than 5 are reserved for supernatural or superhuman monsters, aliens, deities, etc
- Example: POWER=1
- =======================================================
POWER=3 GRACE=3 INTELLECT=3 SPIRIT=3
- =======================================================
- RESILIENCES
- Each Resilience is a single integer number 1-20
- Example: WOUNDS=1
- =======================================================
WOUNDS=3 CRITICAL=2 RESOLVE=3
- =======================================================
- Boons
- Boon Lines have two subfields, separated by a comma
- Boon Name is a string of characters which do not contain a comma
- Boon Rank is an integer number 1-5
- Example Format: BOON = BoonName,BoonRank
- Example: BOON=Ally,1
- List one BOON line for each boon you have
- =======================================================
BOON=Ally,1
- =======================================================
- Flaws
- Flaw Lines have two subfields, separated by a comma
- Flaw Name is a string of characters which do not contain a comma
- Flaw Rank is an integer number 1-5
- Example Format: FLAW = FlawName,FlawRank
- Example: FLAW=Enemy,1
- List one FLAW line for each flaw you have
- =======================================================
FLAW=Enemy,1
- =======================================================
- SKILLS
- Skill Lines have two subfields, separated by a comma
- Skill Name is a string of characters which do not contain a comma
- Skill Rank is an integer number 1-5
- Example Format: SKILL = SkillName,SkillRank
- Example: SKILL=Arts and Crafts,1
- List one SKILL line for each skill you have
- =======================================================
SKILL=Ranged Combat,1 SKILL=Close Combat,1
- =======================================================
- Effect lines have two subfields, separated by a comma
- Example Format: EFFECT=EffectName,EffectRank
- EffectName is a string of characters which do not contain a comma
- EffectRank is an integer number 1-5
- Effects which do not list or use ranks, will be EffectRank=1
- Example: EFFECT=Animal Call,1
- List one EFFECT line for each Special Effect you have
- =======================================================
EFFECT=Aura of Innocence,1
- =======================================================
- STUNTS
- Stunt lines are simple STUNT=stunttext
- =======================================================
STUNTS=
- =======================================================
- QUOTES
- Quote lines are simple QUOTE=quotetext
- =======================================================
QUOTE=
- =======================================================
- Equipment
- Equipment Liines have two subfields separated by a comma
- EquipmentName is a string of characters which do not contain a comma
- NumberCarried is an integer number 0 to whatever
- Example Format = EquipmentName,NumberCarried
- Example: EQUIPMENT=Lockpick Set,1
- List one EQUIPMENT line for each item you carry
- =======================================================
EQUIPMENT=ICS 45,1 EQUIPMENT=Body Armor,1 </lsl>