feat: Moves skills to json file (#1411)
This commit is contained in:
parent
c18d0d23ff
commit
baed849f10
9 changed files with 906 additions and 109 deletions
814
Distribution/Data/skills.json
Normal file
814
Distribution/Data/skills.json
Normal file
|
|
@ -0,0 +1,814 @@
|
|||
[
|
||||
{
|
||||
"SkillID": 0,
|
||||
"Name": "Alchemy",
|
||||
"Title": "Alchemist",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0.05,
|
||||
"IntScale": 0.05,
|
||||
"StatTotal": 10,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0.5,
|
||||
"IntGain": 0.5,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Alchemy"
|
||||
},
|
||||
{
|
||||
"SkillID": 1,
|
||||
"Name": "Anatomy",
|
||||
"Title": "Biologist",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0.15,
|
||||
"DexGain": 0.15,
|
||||
"IntGain": 0.7,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Anatomy"
|
||||
},
|
||||
{
|
||||
"SkillID": 2,
|
||||
"Name": "Animal Lore",
|
||||
"Title": "Naturalist",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0,
|
||||
"IntGain": 1,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "AnimalLore"
|
||||
},
|
||||
{
|
||||
"SkillID": 3,
|
||||
"Name": "Item Identification",
|
||||
"Title": "Merchant",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0,
|
||||
"IntGain": 1,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "ItemID"
|
||||
},
|
||||
{
|
||||
"SkillID": 4,
|
||||
"Name": "Arms Lore",
|
||||
"Title": "Weapon Master",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0.75,
|
||||
"DexGain": 0.15,
|
||||
"IntGain": 0.1,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "ArmsLore"
|
||||
},
|
||||
{
|
||||
"SkillID": 5,
|
||||
"Name": "Parrying",
|
||||
"Title": "Duelist",
|
||||
"StrScale": 0.075,
|
||||
"DexScale": 0.025,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 10,
|
||||
"StrGain": 0.75,
|
||||
"DexGain": 0.25,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Parrying"
|
||||
},
|
||||
{
|
||||
"SkillID": 6,
|
||||
"Name": "Begging",
|
||||
"Title": "Beggar",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Begging"
|
||||
},
|
||||
{
|
||||
"SkillID": 7,
|
||||
"Name": "Blacksmithy",
|
||||
"Title": "Blacksmith",
|
||||
"StrScale": 0.1,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 10,
|
||||
"StrGain": 1,
|
||||
"DexGain": 0,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Blacksmith"
|
||||
},
|
||||
{
|
||||
"SkillID": 8,
|
||||
"Name": "Bowcraft/Fletching",
|
||||
"Title": "Bowyer",
|
||||
"StrScale": 0.06,
|
||||
"DexScale": 0.16,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 22,
|
||||
"StrGain": 0.6,
|
||||
"DexGain": 1.6,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Bowcraft"
|
||||
},
|
||||
{
|
||||
"SkillID": 9,
|
||||
"Name": "Peacemaking",
|
||||
"Title": "Pacifier",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Peacemaking"
|
||||
},
|
||||
{
|
||||
"SkillID": 10,
|
||||
"Name": "Camping",
|
||||
"Title": "Explorer",
|
||||
"StrScale": 0.2,
|
||||
"DexScale": 0.15,
|
||||
"IntScale": 0.15,
|
||||
"StatTotal": 50,
|
||||
"StrGain": 2,
|
||||
"DexGain": 1.5,
|
||||
"IntGain": 1.5,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Camping"
|
||||
},
|
||||
{
|
||||
"SkillID": 11,
|
||||
"Name": "Carpentry",
|
||||
"Title": "Carpenter",
|
||||
"StrScale": 0.2,
|
||||
"DexScale": 0.05,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 25,
|
||||
"StrGain": 2,
|
||||
"DexGain": 0.5,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Carpentry"
|
||||
},
|
||||
{
|
||||
"SkillID": 12,
|
||||
"Name": "Cartography",
|
||||
"Title": "Cartographer",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0.075,
|
||||
"IntScale": 0.075,
|
||||
"StatTotal": 15,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0.75,
|
||||
"IntGain": 0.75,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Cartography"
|
||||
},
|
||||
{
|
||||
"SkillID": 13,
|
||||
"Name": "Cooking",
|
||||
"Title": "Chef",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0.2,
|
||||
"IntScale": 0.3,
|
||||
"StatTotal": 50,
|
||||
"StrGain": 0,
|
||||
"DexGain": 2,
|
||||
"IntGain": 3,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Cooking"
|
||||
},
|
||||
{
|
||||
"SkillID": 14,
|
||||
"Name": "Detecting Hidden",
|
||||
"Title": "Scout",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0.4,
|
||||
"IntGain": 0.6,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "DetectingHidden"
|
||||
},
|
||||
{
|
||||
"SkillID": 15,
|
||||
"Name": "Discordance",
|
||||
"Title": "Demoralizer",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0.025,
|
||||
"IntScale": 0.025,
|
||||
"StatTotal": 5,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0.25,
|
||||
"IntGain": 0.25,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Enticement"
|
||||
},
|
||||
{
|
||||
"SkillID": 16,
|
||||
"Name": "Evaluating Intelligence",
|
||||
"Title": "Scholar",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0,
|
||||
"IntGain": 1,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "EvaluateIntelligence"
|
||||
},
|
||||
{
|
||||
"SkillID": 17,
|
||||
"Name": "Healing",
|
||||
"Title": "Healer",
|
||||
"StrScale": 0.06,
|
||||
"DexScale": 0.06,
|
||||
"IntScale": 0.08,
|
||||
"StatTotal": 20,
|
||||
"StrGain": 0.6,
|
||||
"DexGain": 0.6,
|
||||
"IntGain": 0.8,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Healing"
|
||||
},
|
||||
{
|
||||
"SkillID": 18,
|
||||
"Name": "Fishing",
|
||||
"Title": "Fisherman",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0.5,
|
||||
"DexGain": 0.5,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Fishing"
|
||||
},
|
||||
{
|
||||
"SkillID": 19,
|
||||
"Name": "Forensic Evaluation",
|
||||
"Title": "Detective",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0.2,
|
||||
"IntGain": 0.8,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "ForensicEvaluation"
|
||||
},
|
||||
{
|
||||
"SkillID": 20,
|
||||
"Name": "Herding",
|
||||
"Title": "Shepherd",
|
||||
"StrScale": 0.1625,
|
||||
"DexScale": 0.0625,
|
||||
"IntScale": 0.025,
|
||||
"StatTotal": 25,
|
||||
"StrGain": 1.625,
|
||||
"DexGain": 0.625,
|
||||
"IntGain": 0.25,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Herding"
|
||||
},
|
||||
{
|
||||
"SkillID": 21,
|
||||
"Name": "Hiding",
|
||||
"Title": "Shade",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0.8,
|
||||
"IntGain": 0.2,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Hiding"
|
||||
},
|
||||
{
|
||||
"SkillID": 22,
|
||||
"Name": "Provocation",
|
||||
"Title": "Rouser",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0.045,
|
||||
"IntScale": 0.005,
|
||||
"StatTotal": 5,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0.45,
|
||||
"IntGain": 0.05,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Provocation"
|
||||
},
|
||||
{
|
||||
"SkillID": 23,
|
||||
"Name": "Inscription",
|
||||
"Title": "Scribe",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0.02,
|
||||
"IntScale": 0.08,
|
||||
"StatTotal": 10,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0.2,
|
||||
"IntGain": 0.8,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Inscription"
|
||||
},
|
||||
{
|
||||
"SkillID": 24,
|
||||
"Name": "Lockpicking",
|
||||
"Title": "Infiltrator",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0.25,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 25,
|
||||
"StrGain": 0,
|
||||
"DexGain": 2,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Lockpicking"
|
||||
},
|
||||
{
|
||||
"SkillID": 25,
|
||||
"Name": "Magery",
|
||||
"Title": "Mage",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0.15,
|
||||
"StatTotal": 15,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0,
|
||||
"IntGain": 1.5,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Magery"
|
||||
},
|
||||
{
|
||||
"SkillID": 26,
|
||||
"Name": "Resisting Spells",
|
||||
"Title": "Warder",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0.25,
|
||||
"DexGain": 0.25,
|
||||
"IntGain": 0.5,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "ResistingSpells"
|
||||
},
|
||||
{
|
||||
"SkillID": 27,
|
||||
"Name": "Tactics",
|
||||
"Title": "Tactician",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Tactics"
|
||||
},
|
||||
{
|
||||
"SkillID": 28,
|
||||
"Name": "Snooping",
|
||||
"Title": "Spy",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0.25,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 25,
|
||||
"StrGain": 0,
|
||||
"DexGain": 2.5,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Snooping"
|
||||
},
|
||||
{
|
||||
"SkillID": 29,
|
||||
"Name": "Musicianship",
|
||||
"Title": "Bard",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0.8,
|
||||
"IntGain": 0.2,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Musicianship"
|
||||
},
|
||||
{
|
||||
"SkillID": 30,
|
||||
"Name": "Poisoning",
|
||||
"Title": "Assassin",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0.04,
|
||||
"IntScale": 0.16,
|
||||
"StatTotal": 20,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0.4,
|
||||
"IntGain": 1.6,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Poisoning"
|
||||
},
|
||||
{
|
||||
"SkillID": 31,
|
||||
"Name": "Archery",
|
||||
"Title": "Archer",
|
||||
"StrScale": 0.025,
|
||||
"DexScale": 0.075,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 10,
|
||||
"StrGain": 0.25,
|
||||
"DexGain": 0.75,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Archery"
|
||||
},
|
||||
{
|
||||
"SkillID": 32,
|
||||
"Name": "Spirit Speak",
|
||||
"Title": "Medium",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0,
|
||||
"IntGain": 1,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "SpiritSpeak"
|
||||
},
|
||||
{
|
||||
"SkillID": 33,
|
||||
"Name": "Stealing",
|
||||
"Title": "Pickpocket",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0.1,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 10,
|
||||
"StrGain": 0,
|
||||
"DexGain": 1,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Stealing"
|
||||
},
|
||||
{
|
||||
"SkillID": 34,
|
||||
"Name": "Tailoring",
|
||||
"Title": "Tailor",
|
||||
"StrScale": 0.0375,
|
||||
"DexScale": 0.1625,
|
||||
"IntScale": 0.05,
|
||||
"StatTotal": 25,
|
||||
"StrGain": 0.38,
|
||||
"DexGain": 1.63,
|
||||
"IntGain": 0.5,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Tailoring"
|
||||
},
|
||||
{
|
||||
"SkillID": 35,
|
||||
"Name": "Animal Taming",
|
||||
"Title": "Tamer",
|
||||
"StrScale": 0.14,
|
||||
"DexScale": 0.02,
|
||||
"IntScale": 0.04,
|
||||
"StatTotal": 20,
|
||||
"StrGain": 1.4,
|
||||
"DexGain": 0.2,
|
||||
"IntGain": 0.4,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "AnimalTaming"
|
||||
},
|
||||
{
|
||||
"SkillID": 36,
|
||||
"Name": "Taste Identification",
|
||||
"Title": "Praegustator",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0.2,
|
||||
"DexGain": 0,
|
||||
"IntGain": 0.8,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "TasteIdentification"
|
||||
},
|
||||
{
|
||||
"SkillID": 37,
|
||||
"Name": "Tinkering",
|
||||
"Title": "Tinker",
|
||||
"StrScale": 0.05,
|
||||
"DexScale": 0.02,
|
||||
"IntScale": 0.03,
|
||||
"StatTotal": 10,
|
||||
"StrGain": 0.5,
|
||||
"DexGain": 0.2,
|
||||
"IntGain": 0.3,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Tinkering"
|
||||
},
|
||||
{
|
||||
"SkillID": 38,
|
||||
"Name": "Tracking",
|
||||
"Title": "Ranger",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0.125,
|
||||
"IntScale": 0.125,
|
||||
"StatTotal": 25,
|
||||
"StrGain": 0,
|
||||
"DexGain": 1.25,
|
||||
"IntGain": 1.25,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Tracking"
|
||||
},
|
||||
{
|
||||
"SkillID": 39,
|
||||
"Name": "Veterinary",
|
||||
"Title": "Veterinarian",
|
||||
"StrScale": 0.08,
|
||||
"DexScale": 0.04,
|
||||
"IntScale": 0.08,
|
||||
"StatTotal": 20,
|
||||
"StrGain": 0.8,
|
||||
"DexGain": 0.4,
|
||||
"IntGain": 0.8,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Veterinary"
|
||||
},
|
||||
{
|
||||
"SkillID": 40,
|
||||
"Name": "Swordsmanship",
|
||||
"Title": "Swordsman",
|
||||
"StrScale": 0.075,
|
||||
"DexScale": 0.025,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 10,
|
||||
"StrGain": 0.75,
|
||||
"DexGain": 0.25,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Swordsmanship"
|
||||
},
|
||||
{
|
||||
"SkillID": 41,
|
||||
"Name": "Mace Fighting",
|
||||
"Title": "Armsman",
|
||||
"StrScale": 0.09,
|
||||
"DexScale": 0.01,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 10,
|
||||
"StrGain": 0.9,
|
||||
"DexGain": 0.1,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "MaceFighting"
|
||||
},
|
||||
{
|
||||
"SkillID": 42,
|
||||
"Name": "Fencing",
|
||||
"Title": "Fencer",
|
||||
"StrScale": 0.045,
|
||||
"DexScale": 0.055,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 10,
|
||||
"StrGain": 0.45,
|
||||
"DexGain": 0.55,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Fencing"
|
||||
},
|
||||
{
|
||||
"SkillID": 43,
|
||||
"Name": "Wrestling",
|
||||
"Title": "Wrestler",
|
||||
"StrScale": 0.09,
|
||||
"DexScale": 0.01,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 10,
|
||||
"StrGain": 0.9,
|
||||
"DexGain": 0.1,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Wrestling"
|
||||
},
|
||||
{
|
||||
"SkillID": 44,
|
||||
"Name": "Lumberjacking",
|
||||
"Title": "Lumberjack",
|
||||
"StrScale": 0.2,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 20,
|
||||
"StrGain": 2,
|
||||
"DexGain": 0,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Lumberjacking"
|
||||
},
|
||||
{
|
||||
"SkillID": 45,
|
||||
"Name": "Mining",
|
||||
"Title": "Miner",
|
||||
"StrScale": 0.2,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 20,
|
||||
"StrGain": 2,
|
||||
"DexGain": 0,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Mining"
|
||||
},
|
||||
{
|
||||
"SkillID": 46,
|
||||
"Name": "Meditation",
|
||||
"Title": "Stoic",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Meditation"
|
||||
},
|
||||
{
|
||||
"SkillID": 47,
|
||||
"Name": "Stealth",
|
||||
"Title": "Rogue",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Stealth"
|
||||
},
|
||||
{
|
||||
"SkillID": 48,
|
||||
"Name": "Remove Trap",
|
||||
"Title": "Trap Specialist",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Disarm"
|
||||
},
|
||||
{
|
||||
"SkillID": 49,
|
||||
"Name": "Necromancy",
|
||||
"Title": "Necromancer",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Necromancy"
|
||||
},
|
||||
{
|
||||
"SkillID": 50,
|
||||
"Name": "Focus",
|
||||
"Title": "Driven",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Focus"
|
||||
},
|
||||
{
|
||||
"SkillID": 51,
|
||||
"Name": "Chivalry",
|
||||
"Title": "Paladin",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Chivalry"
|
||||
},
|
||||
{
|
||||
"SkillID": 52,
|
||||
"Name": "Bushido",
|
||||
"Title": "Samurai",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Bushido"
|
||||
},
|
||||
{
|
||||
"SkillID": 53,
|
||||
"Name": "Ninjitsu",
|
||||
"Title": "Ninja",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Ninjitsu"
|
||||
},
|
||||
{
|
||||
"SkillID": 54,
|
||||
"Name": "Spellweaving",
|
||||
"Title": "Arcanist",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Spellweaving"
|
||||
},
|
||||
{
|
||||
"SkillID": 55,
|
||||
"Name": "Mysticism",
|
||||
"Title": "Mystic",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Mysticism"
|
||||
},
|
||||
{
|
||||
"SkillID": 56,
|
||||
"Name": "Imbuing",
|
||||
"Title": "Artificer",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Imbuing"
|
||||
},
|
||||
{
|
||||
"SkillID": 57,
|
||||
"Name": "Throwing",
|
||||
"Title": "Bladeweaver",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Throwing"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue