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,28 @@
# An adjacency matrix of religion sphere relationship
# 0: neutral, 1: amicable (welcoming), -1: hostile (will not barter, like 'unassigned' neutral)
# -2: enemy (this is the holy war! WAAAGH!!)
# Put some ideas here:
# ABSTRACT (ideologies, philosophies, etc.) #
# war: WAAAGH!!
# randomness: All hail the Random Number God!
# strength: tranees; disciplinants
# brute: mostly "brute" wild mobs, or spheres that is fond of brute-ness
# TANGIBLE (certain creatures, (gem)stones, metals) #
# steels: dwarven1
# stones: dwarven2
# octocat: a chimera creature of octopus and cat. put that to the gitchen!
"↓from to→";"strength";"harmony";"war";"randomness";"wealth";"brute";"helix"
"strength" ; "1"; "1"; "0"; "0"; "0"; "0"; "0"
"harmony" ; "0"; "1"; "-1"; "0"; "0"; "0"; "0"
"war" ; "-2"; "-2"; "1"; "-2"; "-2"; "-2"; "0"
"randomness"; "0"; "0"; "0"; "1"; "0"; "0"; "0"
"wealth" ;
"brute" ; "0"; "0"; "-1"; "0"; "0"; "-1"; "0"
"helix" ;
Can't render this file because it contains an unexpected character in line 11 and column 17.