mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
Player movement seems like back to working, res→assets
Former-commit-id: f91181caee4dabf4cb2e51d8077441c6b0f83757 Former-commit-id: 8b450303698c5c85dea9145a056b290b95a6a7b0
This commit is contained in:
17
assets/raw/ReligionSphereRelations.csv
Normal file
17
assets/raw/ReligionSphereRelations.csv
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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!!)
|
||||
|
||||
# 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
|
||||
|
||||
"↓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 8 and column 17.
|
Reference in New Issue
Block a user