Skip to content
KapTaiN KaVerN edited this page Nov 18, 2016 · 12 revisions

#Modding/Coding 101

Working files

  • Animal Table : Table reporting all animals and some of their characteristics

Definition

Mtb = Mean time between - Mtb = 1/x

Game mechanics

WorkTags

None = 0,
Intellectual = 2,
ManualDumb = 4,
ManualSkilled = 8,
Violent = 16,
Caring = 32,
Social = 64,
Scary = 128,
Animals = 256,
Artistic = 512,
Crafting = 1024,
Cooking = 2048,
Firefighting = 4096,
Cleaning = 8192,
Hauling = 16384,
PlantWork = 32768,
Mining = 65536

Ticks

GenDate

In-Game Time Ticks Real Time
1 hour - 2500
1 day - 24 hours 60000
1 Season - 15 days 900000
1 Year - 4 seaons 3600000
Clone this wiki locally