Skip to content

Commit

Permalink
It works
Browse files Browse the repository at this point in the history
  • Loading branch information
VYFelty committed Jul 3, 2018
1 parent 7e2517d commit 9620b81
Show file tree
Hide file tree
Showing 6 changed files with 924 additions and 182 deletions.
39 changes: 19 additions & 20 deletions vyfms/common/decisions/FMS_GER_decisions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#Just needing to swithc to observe mode.
# 1. Italy - ITA
# 2. Hungary - HUN
# 3. Slovakia - SLO
Expand All @@ -10,8 +9,8 @@

fms_dec_cat = {

###Germany to Italy
fms_ger_to_ita = {
###GER to ITA
fms_GER_to_ITA = {

available = {

Expand All @@ -35,7 +34,7 @@
complete_effect = {

ITA = { change_tag_from = GER }
#change_tag_from = ROOT

}

ai_will_do = {
Expand All @@ -48,8 +47,8 @@
}
###EoD GER to ITA

###Germany to Hungary
fms_ger_to_hun = {
###GER to HUN
fms_GER_to_HUN = {

available = {

Expand All @@ -73,7 +72,7 @@
complete_effect = {

HUN = { change_tag_from = GER }
#change_tag_from = ROOT

}

ai_will_do = {
Expand All @@ -86,7 +85,7 @@
#EoD HUN to GER

###GER to SLO
fms_ger_to_SLO = {
fms_GER_to_SLO = {

available = {

Expand All @@ -110,7 +109,7 @@
complete_effect = {

SLO = { change_tag_from = GER }
#change_tag_from = ROOT

}

ai_will_do = {
Expand All @@ -123,7 +122,7 @@
#EoD GER TO SLO

###GER to ROM
fms_ger_to_ROM = {
fms_GER_to_ROM = {

available = {

Expand All @@ -147,7 +146,7 @@
complete_effect = {

ROM = { change_tag_from = GER }
#change_tag_from = ROOT

}

ai_will_do = {
Expand All @@ -160,7 +159,7 @@
#EoD GER TO ROM

###GER to BUL
fms_ger_to_BUL = {
fms_GER_to_BUL = {

available = {

Expand All @@ -183,8 +182,8 @@

complete_effect = {

BUL = { change_tag_BUL = GER }
#change_tag_fBUL = ROOT
BUL = { change_tag_from = GER }

}

ai_will_do = {
Expand All @@ -197,7 +196,7 @@
#EoD GER TO BUL

###GER to YUG
fms_ger_to_YUG = {
fms_GER_to_YUG = {

available = {

Expand All @@ -220,8 +219,8 @@

complete_effect = {

YUG = { change_tag_YUG = GER }
#change_tag_fYUG = ROOT
YUG = { change_tag_from = GER }

}

ai_will_do = {
Expand All @@ -234,7 +233,7 @@
#EoD GER TO YUG

###GER to CRO
fms_ger_to_CRO = {
fms_GER_to_CRO = {

available = {

Expand All @@ -257,8 +256,8 @@

complete_effect = {

CRO = { change_tag_CRO = GER }
#change_tag_fCRO = ROOT
CRO = { change_tag_from = GER }

}

ai_will_do = {
Expand Down
Loading

0 comments on commit 9620b81

Please sign in to comment.