Template:Mod625Table/doc

From Fallen London Wiki

The template shows a table of rewards for actions that give out three rewards, using the same "mod 6.25" formula as Inspire her to imagine His Amused Lordship as a historical figure.

The template should be used together with the usual {{Gain}} template.

Usage[edit]

The mandatory parameters are the quality the rewards depend on, as well as the rewards. Technically all of those can be arbitrary text, but it is suggested to use {{IL}}.

{{Mod625Table
|input   = {{IL|Intensity of the Dream|Appearance=Intensity}}
|reward1 = {{IL|Comprehensive Bribe}}
|reward2 = {{IL|Sworn Statement}}
|reward3 = {{IL|Intriguing Snippet}}
}}
Intensity Comprehensive Bribe Sworn Statement Intriguing Snippet

1 0 0 20
2 0 1 15
3 0 2 10
4 0 3 5
5 0 4 0
6 0 4 20
7 1 0 15
8 1 1 10
9 1 2 5
10 1 3 0
11 1 3 20
12 1 4 15
13 2 0 10
14 2 1 5
15 2 2 0
16 2 2 20
17 2 3 15
18 2 4 10
19 3 0 5
20 3 1 0
21 3 1 20
... ... ... ...


Is is possible to limit the number of rows shown using limit:

{{Mod625Table
|input   = {{IL|Intensity of the Dream|Appearance=Intensity}}
|reward1 = {{IL|Comprehensive Bribe}}
|reward2 = {{IL|Sworn Statement}}
|reward3 = {{IL|Intriguing Snippet}}
|limit = 3
}}
Intensity Comprehensive Bribe Sworn Statement Intriguing Snippet

1 0 0 20
2 0 1 15
3 0 2 10
... ... ... ...


The factor by which the third reward is scaled can be changed as well (default is 20). This is necessary for e.g. Extract clues from his thoughts.

{{Mod625Table
|input   = {{IL|Intensity of the Dream|Appearance=Intensity}}
|reward1 = {{IL|Uncanny Incunabulum|Appearance=Incunabula}}
|reward2 = {{IL|Extraordinary Implication|Appearance=Implications}}
|reward3 = {{IL|Appalling Secret|Appearance=Secrets}}
|factor = 13.3
}}
Intensity Incunabula Implications Secrets

1 0 0 13
2 0 1 9
3 0 2 6
4 0 3 3
5 0 4 0
6 0 4 13
7 1 0 9
8 1 1 6
9 1 2 3
10 1 3 0
11 1 3 13
12 1 4 9
13 2 0 6
14 2 1 3
15 2 2 0
16 2 2 13
17 2 3 9
18 2 4 6
19 3 0 3
20 3 1 0
21 3 1 13
... ... ... ...


The template shows a table of rewards for actions that give out three rewards, using the same "mod 6.25" formula as [[Inspire her to imagine His Amused Lordship as a historical figure]].

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Input valueinput

The input value the others are derived from

Example
{{IL|Intensity of the Dream}}
Linerequired
First rewardreward1

Most valuable reward

Example
{{IL|Comprehensive Bribe}}
Linerequired
Second rewardreward2

Second-most valuable reward

Example
{{IL|Sworn Statement}}
Linerequired
Third rewardreward3

Least valuable reward

Example
{{IL|Intriguing Snippet}}
Linerequired
Factor for third rewardfactor

Factor by which the mod result is multiplied for 3rd reward

Default
20
Example
13.3
Numbersuggested
Table rowslimit

How many rows should the table have?

Default
21
Example
7
Numberoptional