Skip to content

Commit

Permalink
Graph data
Browse files Browse the repository at this point in the history
  • Loading branch information
tboby committed Sep 7, 2019
1 parent b90433c commit 77dc0cc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/common/anomalies_and_archaeology.cwt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

types = {
## graph_related_types = { event special_project }
type[anomaly_category] = {
path = "game/common/anomalies"
localisation = {
Expand Down
4 changes: 3 additions & 1 deletion config/common/buildings.cwt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Add branch office subtype
types = {
## graph_related_types = { technology }
type[building] = {
path = "game/common/buildings"
localisation = {
Expand Down Expand Up @@ -88,7 +89,7 @@ building = {
potential = {
alias_name[trigger] = alias_match_left[trigger]
}

## cardinality = 0..1
destroy_trigger = {
alias_name[trigger] = alias_match_left[trigger]
Expand Down Expand Up @@ -125,6 +126,7 @@ building = {
## cardinality = 0..1
prerequisites = {
## cardinality = 0..inf
## incomingReferenceLabel = prereq
<technology>
}

Expand Down
1 change: 1 addition & 0 deletions config/common/special_projects.cwt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
types = {
## graph_related_types = { event anomaly_category }
type[special_project] = {
name_field = "key"
path = "game/common/special_projects"
Expand Down
1 change: 1 addition & 0 deletions config/events.cwt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
types = {
## graph_related_types = { special_project anomaly_category }
type[event] = {
name_field = "id"

Expand Down

0 comments on commit 77dc0cc

Please sign in to comment.