Overview
This is a simple feature that allows members to import character data via a URL. You can use any/all of the parameters noted below. You must use one of the corresponding values from the table below or the AD&D Toolkit will ignore the parameter. The first parameter/value pair is required: x_3p=1
An Example
https://adndtoolkit.com/character-new/?x_3p=1&x_system=2&x_class=paladin&x_name=Strongheart
The above is an example of a URL string that would successfully import the desired System, character Name, and Class.
| Parameter | Value | Meaning |
|---|---|---|
| x_3p | (1) | Valid Import |
| x_system | (1, 2, 3, 4) | (1=>1e, 2=>2e, 3=>Homebrew, 4=>UA) |
| x_class | (cleric, druid, fighter, paladin, ranger, mage, illusionist, thief, assassin, monk, mc_cf, mc_cfm, mc_cr, mc_cm, mc_ct, mc_ca, mc_ci, mc_fm, mc_fi, mc_ft, mc_fa, mc_fmt, mc_mt, mc_it, mc_df, mc_dr, mc_dm, mc_dfm, acrobat, barbarian, cavalier, blademaster) | Values that start with “mc_” are multiclass. Subsequent letters are first letter of each class.
eg. mc_cf = Cleric/Fighter
|
| x_gender | (male, female) | Male, Female |
| x_race | (dwarf, dg, dh, dm elf, ed, eg, eh, ev, ewi, ewd, gnome, gd, gs, half_elf, halfling, hh, hs, ht, half_orc, human’) | Acronyms are for UA subraces.
eg. dg = Dwarf, Grey
|
| x_alignment | (1, 2, 3, 4, 5, 6, 7, 8, 9) | 1 => ‘Lawful Good’, 2 => ‘Lawful Neutral’, 3 => ‘Lawful Evil’, 4 => ‘Neutral Good’, 5 => ‘Neutral Neutral’, 6 => ‘Neutral Evil’, 7 => ‘Chaotic Good’, 8 => ‘Chaotic Neutral’, 9 => ‘Chaotic Evil’ |
| x_name | ({string}) | Character Name <= 30 characters |
| x_str | (3, 4, 5,… 25) | Ability Value |
| x_int | (3, 4, 5,… 25) | Ability Value |
| x_wis | (3, 4, 5,… 25) | Ability Value |
| x_dex | (3, 4, 5,… 25) | Ability Value |
| x_con | (3, 4, 5,… 25) | Ability Value |
| x_cha | (3, 4, 5,… 25) | Ability Value |

One reply on “Import New Character Via URL”
[…] and would like a super simple way to export character data to be used in AD&D Toolkit, read this short article. It explains how all you need to do is pass the appropriate parameter/value pairs via URL to […]