mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
new kana font and its tester, adjusting baselines of kana/cjkpunct/hangul, new color model 216 instead of 256, proof-of-concept factioning with four relationship models (amicable, neutral, hostile, fearful)
Former-commit-id: ac2ca8d0f4432377f1030afa6ac86df0c6887b3e Former-commit-id: 855f49d6c0e89da1e7311744683dc83e68ac84e4
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"racename" : "CONTEXT_RACE_HUMAN",
|
||||
"racenameplural" : "CONTEXT_RACE_HUMAN_PLURAL",
|
||||
"ethnicgroup" : "human",
|
||||
"baseheight" : 40,
|
||||
"basemass" : 60.0,
|
||||
|
||||
|
||||
8
res/raw/FactionSigrid.json
Normal file
8
res/raw/FactionSigrid.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"factionname" : "sigrid",
|
||||
|
||||
"factionamicable" : ["follower"],
|
||||
"factionneutral" : ["controlledvillager"],
|
||||
"factionhostile" : ["wildlifehostile"],
|
||||
"factionfearful" : ["peasant", "wildlifeflee"]
|
||||
}
|
||||
Reference in New Issue
Block a user