summaryrefslogtreecommitdiff
path: root/content/encyclopediae/npcs.json
AgeCommit message (Collapse)Author
2020-09-28better type validation and spawners set home argument on their spawned templatetroido
2020-09-27parameterexpression can be serialized nowtroido
2020-09-27better serialisation structure for encyclopediaetroido
["list", [1, 2, 3]] is now just [1, 2, 3] and {"type": builtwall", "kwargs": {"health": 50}} is now {":template": "builtwall", "health": 50}
2020-09-26spawned entities are now saved but not spawned again until removedtroido
2020-09-22added way to create dyed capestroido
2020-09-22added cottontroido
2020-09-21pickaxes are now obtainabletroido
2020-09-21exchange is now an interaction againtroido
2020-09-21made talk and reply a form of interact againtroido
2020-06-05added exchanger as seperate component/system; refactored other interactions; ↵troido
parameter parsing returns result instead of option
2020-06-05actually added talk system and removed reply interactiontroido
2020-05-19better json parsing using serde_json::value::from_valuetroido
2020-05-16encyclopedia can be split over different filestroido