Exemplo n.º 1
0
include "Scripts/Menu.php";
?>
 
<?php 
include "Scripts/SkillsScript.php";
?>

<h1>SKILLS</h1>

<?php 
if ($querylist[1] != "") {
    MenuList("Skill", "Data/SkillsList.data", "Skills.php");
    SkillDetail($querylist[0], $querylist[1]);
} else {
    echo "<p>The skills that describe heroes in DINO-PIRATES OF NINJA ISLAND are listed below:</p>";
    SkillList("Name", "All");
    echo "<h2 style=\"clear:left;margin-top:2em;\">Skill Descriptions</h2>";
    echo "<p>Skills are presented in alphabetical order, in the following format. Entries that do not apply to a particular skill are omitted in that skill's description.</p>";
    echo "<h3>Skill Description Format</h3>";
    echo "<p><b>Skill Name (Key Ability)</b></p>";
    echo "<p><b>Trained Only; Armor Penalty</b></p>";
    echo "<p>The skill name line and the line beneath it include the following information:</p>";
    echo "<p><b>Key Ability:</b> The abbreviation for the ability whose modifier applies to the skill check.</p>";
    echo "<p><b>Trained Only:</b> If \"Trained Only\" appears on the line beneath the skill name, a character must have at least 1 rank in the skill to use it. If \"Trained Only\" is omitted, the skill can be used untrained. If any particular notes apply to trained or untrained use, they are covered in the Special section (see below).</p>";
    echo "<p><b>Armor Penalty:</b> If \"Armor Penalty\" appears on the line beneath the skill name, apply the armor penalty for the armor the character is wearing to checks involving this skill.</p>";
    echo "<p><b>Check:</b> What a character can do with a successful skill check, and the check's DC.</p>";
    echo "<p><b>Challenges:</b> Any specific challenges associated with this skill and their effects.</p>";
    echo "<p><b>Try Again?:</b> Any conditions that apply to repeated attempts to use the skill for a particular purpose. If this entry is omitted, the skill check can be tried again without any inherent penalty other than taking additional time.</p>";
    echo "<p><b>Time:</b> How much time it takes to make a check with this skill.</p>";
    echo "<p><b>Special:</b> Any particular notes that apply, such as whether a character can take 10 or take 20 when using the skill.</p>";
}
Exemplo n.º 2
0
<h3>Taking 5</h3>
<p>If you would succeed at the task by rolling a 5 or more, you are assumed to automatically succeed. Your check result is calculated as 5 + your total modifiers for the check. You may take 5 under any circumstances and the check takes the normal amount of time.</p>

<h3>Taking 10</h3>
<p>If you are not under pressure or distracted you can choose to take 10 as your automatic result. Your check result is calculated as 10 + your total modifiers for the check. Remember, you may only take 10 when you are not under pressure or distracted, but the check takes the normal amount of time.</p>

<h3>Taking 20</h3>
<p>If you are willing to take longer to complete a task, and there are no consequences for failure, you may choose to take 20 as your automatic result. Your check result is calculated as 20 + your total modifiers for the check. Taking 20 takes 20 times as long as a normal check, and you automatically suffer any consequences for failure. Don't do this when disarming a trap, kids.</p>

<a name="Challenges"><h2>Challenges</h2></a>
<p>When you get good at stuff, you can start getting fancy. A Challenge is a kind of modifier applied to the Difficulty of a check that allows you to do things a little more impressively than just the basics. This increase to the Difficulty adjusts any penalties for failure, so if you set off the bomb by blowing your Disable Device check by 10 or more, a Difficulty 15 check with a +5 challenge applied to will be explosive with a result of 10 or less. Be cautious!</p>
<p>Taking a challenge on a check normally applies a +5 modifier to the Difficulty of the check.</p>
<p>Some standard challenges that apply to all checks are listed below:</p>

<h3>Fast Task</h3>
<p>You can reduce the time needed to complete the check. A full-round action becomes a standard action, a standard action becomes a move action and a move action becomes a free action. Checks longer than a full-round action have their time reduced by 25% per challenge penalty taken. You cannot reduce a check to a free action if it normally requires a standard action or longer.</p>

<h3>Simultaneous Tasks</h3>
<p>You can perform two tasks at the same time by accepting a +10 modifier to one of the checks. The two tasks, if successful, take as long as the longest of the two takes.</p>

<h3>Done With Style</h3>
<p>You gain a +2 bonus on your next interaction skill check if you succeed on any skill check or attack with the Difficulty increased by 5.</p>
<p>Interaction Skills, by the way, are:</p>
	
<?php 
SkillList("Interaction", "Yes");
?>

<a name="Aid"><h2 style="clear:both">Aid</h2></a>
<p>Heroes, being the cooperative sort, are always helping each other out. When two characters want to cooperate on a task that requires a check, one character aids the other. The aiding character makes the appropriate check against a Difficulty of 10 (they can't take 10 on this check). If the aid check is successful, the recipient of the aid attempt receives a +2 bonus on their check (which is made against whatever the appropriate Difficulty is for the task). A very successful Aid check, one that exceeds 20, grants a +3 bonus, and one that exceeds 30 grants a +4 bonus, and so on. Note that multiple folks may be able to chip in on some tasks (be reasonable), and each successful Aid check supplies another bonus.</p>