mod support design wip

This commit is contained in:
Song Minjae
2017-04-17 04:03:58 +09:00
parent 073e36b48a
commit 98d7548ce8
25 changed files with 340 additions and 142 deletions

View File

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

View File

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

View File

@@ -0,0 +1,8 @@
{
"factionname" : "wildhamlet_template",
"factionamicable" : [],
"factionneutral" : ["player", "thisvillager", "thiscontroller"],
"factionhostile" : [],
"factionfearful" : []
}

View File

@@ -0,0 +1,4 @@
"id";"filename"
"-1";"FactionGenericPlayer.json"
"-2";"FactionWildHamletTemplate.json"
"-11443683";"FactionSigrid.json"
1 id filename
2 -1 FactionGenericPlayer.json
3 -2 FactionWildHamletTemplate.json
4 -11443683 FactionSigrid.json