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:
Song Minjae
2016-02-15 02:47:40 +09:00
parent 6fdd3b7c9c
commit bde8371ac9
59 changed files with 1139 additions and 538 deletions

View File

@@ -1,7 +1,6 @@
{
"racename" : "CONTEXT_RACE_HUMAN",
"racenameplural" : "CONTEXT_RACE_HUMAN_PLURAL",
"ethnicgroup" : "human",
"baseheight" : 40,
"basemass" : 60.0,

View File

@@ -0,0 +1,8 @@
{
"factionname" : "sigrid",
"factionamicable" : ["follower"],
"factionneutral" : ["controlledvillager"],
"factionhostile" : ["wildlifehostile"],
"factionfearful" : ["peasant", "wildlifeflee"]
}