-- 
-- Slave:
-- sample
-- Instruction:
-- Fill out all the empty fields that don't say "Ignore This"
-- Each line only needs to be a few words long
-- You can reuse lines where it makes sense
-- Send to casualcraig69@gmail.com when finished
-- 
INSERT INTO `template_slave` (`id`, `image_names`, `is_virgin`, `temperment`, `condition`, `oral_skill`, `riding_skill`, `anal_skill`,
	`whipping_effectiveness`, `humiliation_effectiveness`, `denial_effectiveness`, `affection_effective`, `category`, `artist`, `names`, `backgrounds`) VALUES
(42, 
	"sample.png", -- File Names (Ignore This)
	0, 0, 0, -- States (Ignore This)
	0, 0, 0, -- Skills (Ignore This)
	0, 0, 0, 0, -- Effectiveness (Ignore This)
	"Unknown",  -- Category (Ignore This)
	"Unknown",  -- Artist (Ignore This)
	"", -- Names
	"" -- Backstory (This one should be a paragraph long)
);
INSERT INTO `dialog` (`template_slave_key`, `is_compliant`, `greeting`, `waiting`, `punish`, `reward`, `train`, `talk`, `work`, `other`,
	`whipping`, `humiliation`, `denial`, `treats`, `affection`, `sex`, `oral`, `riding`, `anal`, `who`, `want`, `love`, `home`, `labor`,
	`public`, `glory`, `escort`, `stripper`, `cam`, `pornstar`, `identity`, `auction`, `free` ) VALUES
(
 42, -- template_slave_key (Ignore This)
 0, -- is_compliant (Means this dialog is for when she is temperment 2 or less, and isn't behaving)
 "", -- greeting
 "", -- waiting
 "", -- punish
 "", -- reward
 "", -- train
 "", -- talk
 "", -- work
 "", -- other (For assorted actions)
 "", -- whipping
 "", -- humiliation
 "", -- denial
 "", -- treats
 "", -- affection
 "", -- sex (This one should be a paragraph long)
 "", -- oral
 "", -- riding
 "", -- anal
 "", -- who are you
 "", -- what do you want
 "", -- do you like it here
 "", -- home
 "", -- labor
 "", -- public
 "", -- glory (Ignore This)
 "", -- escort (Ignore This)
 "", -- stripper (Ignore This)
 "", -- cam girl (Ignore This)
 "", -- pornstar (Ignore This)
 "", -- rename
 "", -- auction
 "" -- set free
);
INSERT INTO `dialog` (`template_slave_key`, `is_compliant`, `greeting`, `waiting`, `punish`, `reward`, `train`, `talk`, `work`, `other`,
	`whipping`, `humiliation`, `denial`, `treats`, `affection`, `sex`, `oral`, `riding`, `anal`, `who`, `want`, `love`, `home`, `labor`,
	`public`, `glory`, `escort`, `stripper`, `cam`, `pornstar`, `identity`, `auction`, `free` ) VALUES
(
 42, -- template_slave_key
 1, -- is_compliant (Means this dialog is for when she is temperment 3 or more, and is behaving)
 "", -- greeting
 "", -- waiting
 "", -- punish
 "", -- reward
 "", -- train
 "", -- talk
 "", -- work
 "", -- other (For assorted actions)
 "", -- whipping
 "", -- humiliation
 "", -- denial
 "", -- treats
 "", -- affection
 "", -- sex (This one should be a paragraph long)
 "", -- oral
 "", -- riding
 "", -- anal
 "", -- who are you
 "", -- what do you want
 "", -- do you like it here
 "", -- home
 "", -- labor
 "", -- public
 "", -- glory
 "", -- escort
 "", -- stripper
 "", -- cam girl
 "", -- pornstar
 "", -- rename
 "", -- auction
 "" -- set free
);