
simple.server.extension.d20.alignment.Neutral_Good Maven / Gradle / Ivy
The newest version!
package simple.server.extension.d20.alignment;
import org.openide.util.lookup.ServiceProvider;
/**
*
* @author Javier A. Ortiz Bultron [email protected]
*/
@ServiceProvider(service = D20Alignment.class)
public class Neutral_Good extends AbstractAlignment {
@Override
public String getShortName() {
return "NG";
}
@Override
public String getDescription() {
return "A neutral good character does the best that a good person can "
+ "do. He is devoted to helping others. He works with kings "
+ "and magistrates but does not feel beholden to them.\n"
+ "\n"
+ "Neutral good is the best alignment you can be because it "
+ "means doing what "
+ "is good without bias for or against order.";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy