模板:Special project


特殊項目(Special project) can be used to display description, requirements, and costs of a special project in a compact infobox.

Parameter[編輯原始碼]

Parameter Description Default Status
version To specify the major patch for which the event was written or updated. empty Required
project_key Special project identification code as it appears in the file to serve as an anchor empty Optional
header Header level of the project name. Accepts h2, h3, h4, and h5. h3 Optional
project_name Title of the special project. {{{PROJECT_NAME}}} Optional, but desired
project_text Ingame description text of the special project. empty Optional, but desired
requirements Conditions that must be met to begin the special project, if any. * None Optional
mutually_exclusive Other special projects of which only one can be researched. empty Optional
tech_department The type of research points the special project costs, if any. Must be one of the following (capitalization matters):
  • physics
  • society
  • engineering
empty Required if using "cost"
cost The cost in research points needed to complete the special project, if any. empty One of these two is required
days_to_research The fixed amount of time it takes to complete the special project. empty
time_limit The amount of time before the special project expires, if any. empty Optional
on_success The effects of completing the special project. {{{on_success}}} Optional, but desired
on_fail The effects of failing the special project. empty Optional

Examples[編輯原始碼]

For a special project requiring 1000 社會學研究 Society Research 社會學研究Society Research Research:

{{Special_project
|version = Timeless
|project_name = Social Study
|project_text = Studying our population's behaviour should grant us several insights into improving efficiency.
|tech_department = society
|cost = 1000
|on_success = *Gets event
}}

Produces:

Social Study

Outliner top 500px.png
Studying our population's behaviour should grant us several insights into improving efficiency.
 

要求:

  • None
研究 Research 研究花費:
  • 社會學研究 Society Research 1000 社會學研究



Yes.png 成功:
  • Gets event



For a special project requiring a scientist of at least level 1, taking 180 days:

{{Special_project
|version = Timeless
|project_name = Ruined Ship
|project_text = A ruined ship has been spotted and must be investigated.
|requirements =
* At least level 1 scientist in orbit.
|days_to_research = 180
|on_success = *Gets event
}}

Produces:

Ruined Ship

Outliner top 500px.png
A ruined ship has been spotted and must be investigated.
 

要求:

  • At least level 1 scientist in orbit.

Time.png 研究時間:

  • 180 天內完成

Yes.png 成功:
  • Gets event



For a special project that times out in 180 days and is mutually exclusive with another:

{{Special_project
|version = Timeless
|project_name = Dismantle Station
|project_text = A station in decaying orbit must be dismantled before it can fall.
|requirements =
* At least level 1 scientist in orbit.
|mutually_exclusive = 
* Boost Station
|days_to_research = 90
|time_limit = 180
|on_success = *Gets event
|on_fail = *Gets event
}}

Produces:

Dismantle Station

Outliner top 500px.png
A station in decaying orbit must be dismantled before it can fall.
 

要求:

  • At least level 1 scientist in orbit.

No.png 互斥:

  • Boost Station

Time.png 研究時間:

  • 90 天內完成

Time.png 過期:

  • 180 天后過期

Yes.png 成功:
  • Gets event
No.png 失敗:
  • Gets event