mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-09 13:21:51 +09:00
mod support design wip
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"factionname" : "player",
|
||||
|
||||
"factionamicable" : ["follower"],
|
||||
"factionneutral" : ["controlledvillager"],
|
||||
"factionhostile" : ["wildlifehostile"],
|
||||
"factionfearful" : ["wildlifeflee"]
|
||||
}
|
||||
8
assets/modules/basegame/factions/FactionSigrid.json
Normal file
8
assets/modules/basegame/factions/FactionSigrid.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"factionname" : "sigrid",
|
||||
|
||||
"factionamicable" : ["follower"],
|
||||
"factionneutral" : ["controlledvillager", "wildhamletcontroller"],
|
||||
"factionhostile" : ["wildlifehostile"],
|
||||
"factionfearful" : ["wildhamletvillager", "wildlifeflee"]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"factionname" : "wildhamlet_template",
|
||||
|
||||
"factionamicable" : [],
|
||||
"factionneutral" : ["player", "thisvillager", "thiscontroller"],
|
||||
"factionhostile" : [],
|
||||
"factionfearful" : []
|
||||
}
|
||||
4
assets/modules/basegame/factions/factionid.csv
Normal file
4
assets/modules/basegame/factions/factionid.csv
Normal file
@@ -0,0 +1,4 @@
|
||||
"id";"filename"
|
||||
"-1";"FactionGenericPlayer.json"
|
||||
"-2";"FactionWildHamletTemplate.json"
|
||||
"-11443683";"FactionSigrid.json"
|
||||
|
Reference in New Issue
Block a user