From Dark and Darker Wiki
(Basic implementation of Prop Tabs. Doesn't handle existence checks or data checks; simply assumes all exist, which needs to be fixed.) |
(Added conditional existence check. Added rarity field to color chests by whether or not they are high-end props.) |
||
Line 4: | Line 4: | ||
|firstShownTier=Normal | |firstShownTier=Normal | ||
|contentNormal = | |contentNormal = | ||
{{#if:{{Prop Data|{{{1|}}}-{{{2|}}}|N|XP}} | |||
|{{Infobox | |||
|name = {{{1|}}} | |||
|rarity = {{#if:{{Prop Data|{{{1|}}}-{{{2|}}}|N|isHigh-End}}|7|2}} | |||
|openduration = {{Prop Data|{{{1|}}}-{{{2|}}}|N|Interactions|Open|Duration}} | |||
|experience = {{Prop Data|{{{1|}}}-{{{2|}}}|N|XP}} | |||
|highendpropinteraction= {{Prop Data|{{{1|}}}-{{{2|}}}|N|AP}} | |||
|nomargin = 1 | |||
}} }} | |||
|contentNormalLocked = | |contentNormalLocked = | ||
{{#if:{{Prop Data|{{{1|}}}-{{{2|}}}#Locked|N|XP}} | |||
|{{Infobox | |||
|name = {{{1|}}} | |||
|rarity = {{#if:{{Prop Data|{{{1|}}}-{{{2|}}}#Locked|N|isHigh-End}}|7|2}} | |||
|picklockduration = {{Prop Data|{{{1|}}}-{{{2|}}}#Locked|N|Interactions|Pick Lock|Duration}} | |||
|experience = {{Prop Data|{{{1|}}}-{{{2|}}}#Locked|N|XP}} | |||
|highendpropinteraction= {{Prop Data|{{{1|}}}-{{{2|}}}#Locked|N|AP}} | |||
|nomargin = 1 | |||
}} }} | |||
|contentHighRoller = | |contentHighRoller = | ||
{{#if:{{Prop Data|{{{1|}}}-{{{2|}}}|HR|XP}} | |||
|{{Infobox | |||
|name = {{{1|}}} | |||
|rarity = {{#if:{{Prop Data|{{{1|}}}-{{{2|}}}|HR|isHigh-End}}|7|2}} | |||
|openduration = {{Prop Data|{{{1|}}}-{{{2|}}}|HR|Interactions|Open|Duration}} | |||
|experience = {{Prop Data|{{{1|}}}-{{{2|}}}|HR|XP}} | |||
|highendpropinteraction= {{Prop Data|{{{1|}}}-{{{2|}}}|HR|AP}} | |||
|nomargin = 1 | |||
}} }} | |||
|contentHighRollerLocked = | |contentHighRollerLocked = | ||
{{#if:{{Prop Data|{{{1|}}}-{{{2|}}}#Locked|HR|XP}} | |||
|{{Infobox | |||
|name = {{{1|}}} | |||
|rarity = {{#if:{{Prop Data|{{{1|}}}-{{{2|}}}#Locked|HR|isHigh-End}}|7|2}} | |||
|picklockduration = {{Prop Data|{{{1|}}}-{{{2|}}}#Locked|HR|Interactions|Pick Lock|Duration}} | |||
|experience = {{Prop Data|{{{1|}}}-{{{2|}}}#Locked|HR|XP}} | |||
|highendpropinteraction= {{Prop Data|{{{1|}}}-{{{2|}}}#Locked|HR|AP}} | |||
}}<!-- | |nomargin = 1 | ||
}} }} }}<!-- | |||
--></includeonly><noinclude> | --></includeonly><noinclude> | ||
{{GeneratePropTabs|Lion's Head Chest|Crypt}} | {{GeneratePropTabs|Lion's Head Chest|Crypt}} | ||
</noinclude> | </noinclude> |