-
Notifications
You must be signed in to change notification settings - Fork 16
Home
KapTaiN KaVerN edited this page Nov 18, 2016
·
12 revisions
#Modding/Coding 101
- Github basics - Better introduction to git - Different workflow
- A note to modders about xml definitions
- [A15] XML Auto-Documentation : "a listing of all Core (ie. vanilla) uses of Alpha 14's XML code" - (Use CTRL + F for search on the page)
- Tynan's working devlog for the A14 update : All the changes (again use CTRL+F)
- Animal Table : Table reporting all animals and some of their characteristics
Mtb = Mean time between - Mtb = 1/x
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
In-Game Time | Ticks | Real Time |
---|---|---|
1 hour - | 2500 | |
1 day - 24 hours | 60000 | |
1 Season - 15 days | 900000 | |
1 Year - 4 seaons | 3600000 |