scripts/modtools/create-unit.lua: fix indentation and add todo list.

develop
expwnent 2015-09-15 02:19:09 -04:00
parent d4300ab814
commit 6730e58bcf
1 changed files with 158 additions and 147 deletions

@ -3,6 +3,16 @@
-- version 0.4
-- This is a beta version. Use at your own risk.
--[[
TODO
children and babies: set child/baby job
confirm body size is computed appropriately for different ages / life stages
incarnate pre-existing historical figures
some sort of invasion helper script
set invasion_id, etc
announcement for fake natural birth if appropriate
]]
--[[
if dfhack.gui.getCurViewscreen()._type ~= df.viewscreen_dwarfmodest or df.global.ui.main.mode ~= df.ui_sidebar_mode.LookAround then
print 'activate loo[k] mode'
@ -123,6 +133,7 @@ function createFigure(trgunit,he,he_group)
--lets skip skills for now
--local skills = df.historical_figure_info.T_skills:new() -- skills snap shot
-- ...
-- note that innate skills are automaticaly set by DF
hf.info.skills = {new=true}