mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 03:24:06 +09:00
Bug fix in LightmapRenderer — Now water attenuates sunlight, new creature attribution: religion sphere
Former-commit-id: fd200afabaf318bec060a8fea9eb82da6f105aad Former-commit-id: e035368f4d6d589bdb6822301fee763eb00df984
This commit is contained in:
17
res/raw/ReligionSphereRelations.csv
Normal file
17
res/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 == explicit neutrality)
|
||||
# -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 fond of bruteness
|
||||
|
||||
"↓from to→";"strength";"harmony";"war";"randomness";"wealth";"brute";"helix"
|
||||
"strength" ; "1"; "1"; "-1"; "0"; "0"; "-1"
|
||||
"harmony" ; "0"; "1"; "-1"; "-1"; "0"; "0"
|
||||
"war" ; "-2"; "-2"; "1"; "-2"; "-2"; "-2"
|
||||
"randomness"; "0"; "0"; "0"; "1"; "0"; "0"
|
||||
"wealth" ;
|
||||
"brute" ;
|
||||
"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