mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 06:26:26 +00:00
pushed a side version of the character generator for testing purposes
This commit is contained in:
parent
d7d717b519
commit
151e36bb10
2 changed files with 13 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -26,6 +26,7 @@ tmtags
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
|
|
||||||
# ikrpg
|
# ikrpg
|
||||||
|
xcf
|
||||||
_site
|
_site
|
||||||
Makefile
|
Makefile
|
||||||
_posts/0000-01-01-Todo.html
|
_posts/0000-01-01-Todo.html
|
||||||
|
|
|
||||||
|
|
@ -5628,8 +5628,18 @@ var ikrpg = ikrpg || {};
|
||||||
"Command",
|
"Command",
|
||||||
"Deception",
|
"Deception",
|
||||||
"Lore (any)",
|
"Lore (any)",
|
||||||
"Negotiation"]), "Choose 1 if Blackclad"),
|
"Negotiation"]), "Choose 1 if<br />Blackclad"),
|
||||||
listItem(_notes, "All non-Blackclad members of the party gain one additional rank in the general skill of their choice"),
|
choices(arrayPairs(_occupational_skills, [
|
||||||
|
"Animal Handling",
|
||||||
|
"Climbing",
|
||||||
|
"Detection",
|
||||||
|
"Driving",
|
||||||
|
"Gambling",
|
||||||
|
"Intimidation",
|
||||||
|
"Jumping",
|
||||||
|
"Lore (any)",
|
||||||
|
"Riding",
|
||||||
|
"Swimming"]), "Choose 1 if<br />not Blackclad")
|
||||||
],
|
],
|
||||||
"Crusaders": [
|
"Crusaders": [
|
||||||
listItem(_notes, "Adventuring Company: Crusaders"),
|
listItem(_notes, "Adventuring Company: Crusaders"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue