|
|
| (21 intermediate revisions by the same user not shown) |
| Line 20: |
Line 20: |
| --> {{#if: {{{notes|}}}|<tr><th>'''Notes:'''</th><td>{{{notes}}}</td></tr>}}<!-- | | --> {{#if: {{{notes|}}}|<tr><th>'''Notes:'''</th><td>{{{notes}}}</td></tr>}}<!-- |
| --> </table> | | --> </table> |
|
| |
| <noinclude>
| |
| {{#cargo_store:
| |
| |table=HuntingSpots
| |
| |name={{{name|}}}
| |
| |description={{{description|}}}
| |
| |level={{{level|}}}
| |
| |exp={{{exp|}}}
| |
| |loot={{{loot|}}}
| |
| |location={{{location|}}}
| |
| |monsters={{{monsters|}}}
| |
| |notes={{{notes|}}}
| |
| |vocation={{{vocation|Any}}}
| |
| |team={{{team|0}}}
| |
| |strategy={{{strategy|}}}
| |
| |strategy_warriors={{{strategy_warriors|}}}
| |
| |strategy_mages={{{strategy_mages|}}}
| |
| |strategy_sorcerer={{{strategy_sorcerer|}}}
| |
| |strategy_cleric={{{strategy_cleric|}}}
| |
| |strategy_scouts={{{strategy_scouts|}}}
| |
| |strategy_team={{{strategy_team|}}}
| |
| }}
| |
| </noinclude>
| |