mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
Bug fixes
This commit is contained in:
parent
ea2ad9416e
commit
f04c541aee
2 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# 2015-10-10
|
# 2015-10-10 v2
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2725,7 +2725,7 @@ var ikrpg = ikrpg || {};
|
||||||
choices(arrayPairs(_languages, languages), "Choose 1"),
|
choices(arrayPairs(_languages, languages), "Choose 1"),
|
||||||
range(_height, 61, 79),
|
range(_height, 61, 79),
|
||||||
range(_weight, 95, 195),
|
range(_weight, 95, 195),
|
||||||
list(_abilities, ["Blight Gifts"])
|
list(_abilities, ["Blight Gifts"]),
|
||||||
list(_notes, [
|
list(_notes, [
|
||||||
"Gains +3 ARM against cold damage",
|
"Gains +3 ARM against cold damage",
|
||||||
"Gains -3 ARM against fire damage"]),
|
"Gains -3 ARM against fire damage"]),
|
||||||
|
|
@ -3615,7 +3615,7 @@ var ikrpg = ikrpg || {};
|
||||||
list(_spells, ["Blind Spot", "Hex Bolt", "Hidden Path"]),
|
list(_spells, ["Blind Spot", "Hex Bolt", "Hidden Path"]),
|
||||||
number(_ARC, 1), // Sorcerous Blessing blight gift
|
number(_ARC, 1), // Sorcerous Blessing blight gift
|
||||||
number(_ARC_max, 1), // Sorcerous Blessing blight gift
|
number(_ARC_max, 1), // Sorcerous Blessing blight gift
|
||||||
listItem(_melee_weapon, "Hex Razor"), // TODO: add me
|
listItem(_melee_weapons, "Hex Razor"), // TODO: add me
|
||||||
listItem(_armors, "Nyss Leather Armor")
|
listItem(_armors, "Nyss Leather Armor")
|
||||||
],
|
],
|
||||||
"Highwayman": [
|
"Highwayman": [
|
||||||
|
|
@ -4248,7 +4248,7 @@ var ikrpg = ikrpg || {};
|
||||||
listItem(_careers, "Rhulic Warcaster"),
|
listItem(_careers, "Rhulic Warcaster"),
|
||||||
list(_abilities, ["Bond", "Rhulic Warcaster"]),
|
list(_abilities, ["Bond", "Rhulic Warcaster"]),
|
||||||
listItem(_connections, "Dwarven Clan"),
|
listItem(_connections, "Dwarven Clan"),
|
||||||
choice(arrayPairs(_military_skills, [
|
choices(arrayPairs(_military_skills, [
|
||||||
"Great Weapon",
|
"Great Weapon",
|
||||||
"Hand Weapon",
|
"Hand Weapon",
|
||||||
"Pistol",
|
"Pistol",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue