Uses of Class
jurpe.characters.Skill

Packages that use Skill
jurpe.characters   
jurpe.containers   
jurpe.items   
jurpe.system   
jurpe.system.commands   
 

Uses of Skill in jurpe.characters
 

Methods in jurpe.characters that return Skill
 Skill PCharacterSkill.getSkill()
          Returns the Skill associated with this current ability.
 

Methods in jurpe.characters with parameters of type Skill
 PCharacterSkill PCharacter.getCharacterSkill(Skill skill)
          Get a Skill learned by this character (PCharacterSkill)
 

Constructors in jurpe.characters with parameters of type Skill
PCharacterSkill(Skill aA, int aLivello)
          Constructor
 

Uses of Skill in jurpe.containers
 

Methods in jurpe.containers that return Skill
 Skill Skills.forName(java.lang.String name)
          Get an Skill (skill) object searching for its name.
 

Methods in jurpe.containers that return types with arguments of type Skill
 java.util.AbstractList<Skill> Skills.getWeapon()
          Get Weapon Physical Skills
 

Methods in jurpe.containers with parameters of type Skill
 java.util.AbstractList<Weapon> MasterShop.getWeapons(Skill skl, boolean rand)
          Get available weapons for a given skill
 

Uses of Skill in jurpe.items
 

Methods in jurpe.items that return Skill
 Skill Weapon.getSkill()
          Get Skill required to use this weapon
 

Constructors in jurpe.items with parameters of type Skill
Weapon(java.lang.String name, jurpe.items.Attack att, int cost, int weight, int maxDamage, int minStrength, Skill skl)
          Constructor
Weapon(java.lang.String name, int cost, int weight, Skill skl, int dCUT_SW, int dCUT_TH, int dCR_SW, int dCR_TH, int dIMP_SW, int dIMP_TH, int minStrength, int maxDamage)
          Constructor
 

Uses of Skill in jurpe.system
 

Methods in jurpe.system with parameters of type Skill
 boolean CoreCommands.addSkill(Skill skillToAdd)
          Add Skill to Playing Character.
 

Uses of Skill in jurpe.system.commands
 

Methods in jurpe.system.commands with parameters of type Skill
static boolean SkillCommands.addSkill(PCharacter curPC, Skill skillToAdd, boolean autoImprove)
          Add Skill to Playing Character.
static float SkillCommands.getImprovingSkillCost(PCharacter pc, int currentLevel, Skill skill)
          Get how much points an improvement of one level for a determinate Skill costs
static float SkillCommands.getSkillCost(Skill skill, PCharacter pc, int level)
          Get how much points a Skill costs it's valued, or the initial points needed to learn a skill
 


Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net