From Dark and Darker Wiki
(Traps were missing requirement cell) |
(Added logic to use hybrid prop name when localized string doesn't exist.) |
||
Line 50: | Line 50: | ||
-->|{{#vardefine:current_prop|{{#arrayindex:Props|{{#var:i}} }} }}<!-- | -->|{{#vardefine:current_prop|{{#arrayindex:Props|{{#var:i}} }} }}<!-- | ||
-->{{#vardefine:grade_type|{{Prop Data|{{#var:current_prop}}|Global|GradeType}} }}<!-- | -->{{#vardefine:grade_type|{{Prop Data|{{#var:current_prop}}|Global|GradeType}} }}<!-- | ||
-->{{#vardefine:localized_string|{{Prop Data|{{#var:current_prop}}|Global|LocalizedString}} }}<!-- | -->{{#vardefine:localized_string|{{Prop Data|{{#var:current_prop}}|Global|LocalizedString}} }}{{#if:{{#var:localized_string}}||{{#vardefine:localized_string|{{#var:current_prop}} }} }}<!-- | ||
-->{{#vardefine:AP|{{Prop Data|{{#var:current_prop}}|Global|AP}}{{Prop Data|{{#var:current_prop}}|Common|AP}} }}<!-- | -->{{#vardefine:AP|{{Prop Data|{{#var:current_prop}}|Global|AP}}{{Prop Data|{{#var:current_prop}}|Common|AP}} }}<!-- | ||
-->{{#vardefine:XP|{{Prop Data|{{#var:current_prop}}|Global|XP}}{{Prop Data|{{#var:current_prop}}|Common|XP}} }}<!-- | -->{{#vardefine:XP|{{Prop Data|{{#var:current_prop}}|Global|XP}}{{Prop Data|{{#var:current_prop}}|Common|XP}} }}<!-- |
Revision as of 19:27, 3 September 2024
List Props and generate rows with them
Example: Shrine
{{GeneratePropTable|Shrine}}
Name | *Use ShrineMagical Interaction Speed | Shrine Effect | *AP/XPAdventure Points Page Experience Points Page |
---|---|---|---|
20 s Magical Interaction Speed | Hold a fallen ally's soul heart to interact with this shrine. When the interaction completes, the shrine resurrects the ally. | AP: 20 XP: 3 | |
5 s Magical Interaction Speed | 10 Move Speed Add for 60s | AP: 5 XP: 3 | |
5 s Magical Interaction Speed | 100 Magical Base Healing | AP: 5 XP: 3 | |
5 s Magical Interaction Speed | 15 Physical Power for 60s | AP: 5 XP: 3 | |
5 s Magical Interaction Speed | 5% Physical Damage Reduction and 5% Magical Damage Reduction for 60s | AP: 5 XP: 3 |
Example: Portal
{{GeneratePropTable|Portal}}
Name | *Opening PortalMagical Interaction Speed | *AP/XPAdventure Points Page Experience Points Page |
---|---|---|
5 s Magical Interaction Speed | AP: 15 XP: 5 | |
5 s Magical Interaction Speed | AP: 15 XP: 5 | |
5 s Magical Interaction Speed | AP: 15 XP: 5 | |
5 s Magical Interaction Speed | AP: 15 XP: 5 | |
AP: 15 XP: 5 |
Example: Special Door: Custom List 1
{{GeneratePropTable|Special Door|list=Skull Stone Door}}
Name | *UnlockRegular Interaction Speed | Requirements | *OpenRegular Interaction Speed | *CloseRegular Interaction Speed | *AP/XPAdventure Points Page Experience Points Page |
---|---|---|---|---|---|
3 s | Player has Skull Key | AP: 25 |
Example: Special Door: Custom List 2
{{GeneratePropTable|Special Door|list=Skull Stone Door,Golden Door}}
Name | *UnlockRegular Interaction Speed | Requirements | *OpenRegular Interaction Speed | *CloseRegular Interaction Speed | *AP/XPAdventure Points Page Experience Points Page |
---|---|---|---|---|---|
3 s | Player has Skull Key | AP: 25 | |||
5 s | Player has Golden Key | 3 s | 0.5 s | AP: 15 |