Bows
From Crusaderkings
(Difference between revisions)
| Line 1: | Line 1: | ||
province_event = { | province_event = { | ||
| - | |||
id = 3000 | id = 3000 | ||
| - | |||
name = "TECH_DISCOVERY" | name = "TECH_DISCOVERY" | ||
| - | + | map = yes tag = shortbow | |
| - | map = yes | + | picture = event_techinvention |
| - | tag = shortbow | + | trigger = { |
| - | + | ||
| - | picture = event_techinvention | + | |
| - | + | ||
| - | trigger = { | + | |
condition = { type = capital value = yes } | condition = { type = capital value = yes } | ||
| - | + | condition = { type = not value = { type = has_advance value = { shortbow = yes } } } | |
| - | condition = { type = not value = { type = | + | condition = { type = advance_focus value = shortbow } |
| - | + | ||
| - | has_advance value = { shortbow = yes } } } | + | |
| - | + | ||
| - | condition = { type = advance_focus value = shortbow } | + | |
} | } | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
Revision as of 01:59, 1 March 2010
province_event = { id = 3000
name = "TECH_DISCOVERY" map = yes tag = shortbow picture = event_techinvention trigger = { condition = { type = capital value = yes } condition = { type = not value = { type = has_advance value = { shortbow = yes } } } condition = { type = advance_focus value = shortbow } }
