#include <Spot.h>
Inheritance diagram for ogs::skills::Spot:
Public Member Functions | |
Spot (Points cclassPoints=0, float distance=0.0, bool distracted=false) | |
Create a new Spot skill. | |
float | getDistance () const |
Determine the distance of the target from the spotter. | |
void | setDistance (float distance) |
Change the distance of the target from the spotter. | |
bool | isDistracted () const |
Determine if the spotter is distracted. | |
void | setDistracted (bool distracted=true) |
Indicate that the spotter is or is not distracted. |
|
The default distance of a new Spot skill is 10 feet or less. The user of the new Spot skill is not distracted by default.
|
|
|
|
|
|
A -1 modifier is added to the skill check for every 10 feet of the target from the spotter.
|
|
A -5 modifier is automatically added to Spot checks if the spotter is distracted or removed if the spotter is no longer distracted.
|