Menu

How the Dragoncode works

Ayron

The Dragoncode is byte encoded

magic header: 6D D7 3E (results in bdc+ when encodec in BASE64)
first data byte: SssR RRRR
where S = RL sex, s = VL sex, R = race

The rest can be in any order.
size: 0001 0XXX
weight: 0010 0XXX
skin: 0011 00XX
age: 0100 00XX
breath weapon: 0101 0XXX
magical power: 0110 0XXX
mental power: 0111 0XXX
pastlife: 0001 10XX
mating status: 0010 10XX
Sexual orientation: 0011 10XX
Coloration. Code: 0100 1XXX
where XXX = number of color-tags.
Color-tag: CCCC PPPP
were CCCC = color, PPPP = body part
Technical ability: 0101 1XXX
home: 1000 XXXX
Missing limbs: 110E ABCD
where A = wing, B = tail, C = leg, D = arm, E = horn/spin

The Dragoncode allways ends with FF.

Race:
Dragons:
0 = (general)
1 = western
2 = eastern
3 = wyvern
4 = wyrm
5 = western with feather wings
6 = draconids
7 = anthro
8 = Komodo dragon
9 = Drake
10 = winged Drake
11 = feathered serpent
Dinosaurs, lizards:
16 = (general)
17 = raptor
18 = tyrannosaur
19 = brontosaur
20 = apatosaur
21 = stegosaur
29 = serpent
30 = general lizard

32 = unknown

RL-Sex:
0 = female
1 = male

VL-Sex:
0 = unknown
1 = female
2 = male
3 = herm

Size:
0 = variable
1 = very tiny
...
7 = like Godzilla

Weight:
0 = variable
1 = only skin and bones
...
7 = obese

Skin:
0 = skin
1 = leather
2 = scales
3 = fur

Age:
0 = hatch
1 = strider
2 = adult
3 = senior

Breath weapon:
0 = none
1 = fire
2 = ice
3 = acid
4 = smoke

Magic:
0 = no magical power
...
7 = there is nothing I can't do

Mental power:
0 = I'm blocked
...
7 = There's almost nothing I can't do if I put my mind on it.

Technical ability:
0 = I can replace a light bulb, but not more.
...
7 = I can write assembly code.

Home:
0 = nature
1 = forest
2 = plains
3 = jungle
4 = rock
5 = mountains
6 = water
7 = ice
8 = fire
9 = earth
10 = urban
11 = darkness

Past-life:
0 = no pastlife
1 = I don't know
2 = This isn't my first life
3 = I can remember several past-lifes

Mating status:
0 = I'm not interested in mating
1 = I have no mate, but you have a chance
2 = I'm free, and I want YOU!!!
3 = I have a mate

Sexual orientation:
0 = asexual
1 = hetero
2 = homo
3 = bi

Coloration:
Body parts:
0 = general, 1 = eyes, 2 = arms, 3 = underside, 4 = hands/feet,
5 = legs, 6 = wings, 7 = horns, 8 = spines, 9 = fur/hair,
10 = tail, 11 = head, 12 = neck, 13 = crest, 14 = points
15 = stripes
Colors:
0 = black, 1 = blue, 2 = green, 3 = cyan, 4 = red, 5 = purple,
6 = brown, 7 = gray, 8 = dark gray, 9 = light blue,
10 = light green, 11 = light cyan, 12 = light red,
13 = magenta, 14 = yellow, 15 = white


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.