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
|
||||
|
||||
# ikrpg
|
||||
xcf
|
||||
_site
|
||||
Makefile
|
||||
_posts/0000-01-01-Todo.html
|
||||
|
|
|
|||
|
|
@ -5628,8 +5628,18 @@ var ikrpg = ikrpg || {};
|
|||
"Command",
|
||||
"Deception",
|
||||
"Lore (any)",
|
||||
"Negotiation"]), "Choose 1 if Blackclad"),
|
||||
listItem(_notes, "All non-Blackclad members of the party gain one additional rank in the general skill of their choice"),
|
||||
"Negotiation"]), "Choose 1 if<br />Blackclad"),
|
||||
choices(arrayPairs(_occupational_skills, [
|
||||
"Animal Handling",
|
||||
"Climbing",
|
||||
"Detection",
|
||||
"Driving",
|
||||
"Gambling",
|
||||
"Intimidation",
|
||||
"Jumping",
|
||||
"Lore (any)",
|
||||
"Riding",
|
||||
"Swimming"]), "Choose 1 if<br />not Blackclad")
|
||||
],
|
||||
"Crusaders": [
|
||||
listItem(_notes, "Adventuring Company: Crusaders"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue