From Dark and Darker Wiki
m (Automated edit: HF69-2) |
m (Automated edit: HF72) |
||
Line 66: | Line 66: | ||
|torch=Bold Torch,Down Indicator Torch,Escape Indicator Torch,Ice Torch,Inferno Torch,Skull Torch,Torch,Torch Blue,Torch Yellow | |torch=Bold Torch,Down Indicator Torch,Escape Indicator Torch,Ice Torch,Inferno Torch,Skull Torch,Torch,Torch Blue,Torch Yellow | ||
|trophy=InsaneZeno's Double Axe,LatexMonkeynuts' Longbow,Lich Trophy,Lindstrom3TTV's Recurve Bow,Malkavia's Heater Shield,Narikk's Felling Axe,Placeholder_Props_Props_HistoryBook_01,Portal Trophy,Wanted Poster,Xenophobia2027's Survival Bow,YoloRage's Rondel Dagger | |trophy=InsaneZeno's Double Axe,LatexMonkeynuts' Longbow,Lich Trophy,Lindstrom3TTV's Recurve Bow,Malkavia's Heater Shield,Narikk's Felling Axe,Placeholder_Props_Props_HistoryBook_01,Portal Trophy,Wanted Poster,Xenophobia2027's Survival Bow,YoloRage's Rondel Dagger | ||
|unhandled type=Book,Bookshelf,Burn,Caltrops,Candle Wall,Demonic Guardians,Drawbridge,Drawbridge Wheel,Escape Tag Volume,Falling Debris Trap,Falling Stone,Inscription,Lamp,Midnight Curse,Murder of Crows,Portcullis,Pressure Plate,Safety Zone,Spider Web,Spiked Log Ejector,Sticky Tar,Swamp of Decay,The Void,Water | |unhandled type=Book,Bookshelf,Burn,Caltrops,Candle Wall,Demonic Guardians,Drawbridge,Drawbridge Wheel,Escape Tag Volume,Falling Debris Trap,Falling Stone,Inscription,Lamp,Midnight Curse,Murder of Crows,Portcullis,Pressure Plate,Safety Zone,Spider Web,Spiked Log,Spiked Log Ejector,Sticky Tar,Swamp of Decay,The Void,Water | ||
|all=Crypts,Destructible,Environmental Trap,Floor Effect,Global,Goblin Caves and Ice Cavern,Inferno and Ice Abyss,Item,Lever,Lever Door,Non-Portal Escape,Portal,Regular Door,Roaster,Ruins,Shrine,Skeleton Barrel,Special Door,Torch,Trophy,Unhandled Type | |all=Crypts,Destructible,Environmental Trap,Floor Effect,Global,Goblin Caves and Ice Cavern,Inferno and Ice Abyss,Item,Lever,Lever Door,Non-Portal Escape,Portal,Regular Door,Roaster,Ruins,Shrine,Skeleton Barrel,Special Door,Torch,Trophy,Unhandled Type | ||
}} | }} | ||
Line 192: | Line 192: | ||
|event=Detect Target | |event=Detect Target | ||
|eventtagunlocalized=Event.Aura.Add | |eventtagunlocalized=Event.Aura.Add | ||
|coldness= | |coldness=1 | ||
|tickinterval=0.1s | |tickinterval=0.1s | ||
}} | }} | ||
Line 15,889: | Line 15,889: | ||
}} | }} | ||
|all=Disarm Trap | |all=Disarm Trap | ||
}} | |||
}} | |||
|all=Global | |||
}} | |||
|spiked log={{#switch:{{lc:{{{2|}}}}} | |||
|global={{#switch:{{lc:{{{3|}}}}} | |||
|localizedstring=Spiked Log | |||
|gradetype=Normal | |||
|idtag=SpikeLog | |||
|abilities={{#switch:{{lc:{{{4|}}}}} | |||
|activate={{#switch:{{lc:{{{5|}}}}} | |||
|effects={{#switch:{{lc:{{{6|}}}}} | |||
|propsactivatestate={{#switch:{{lc:{{{7|}}}}} | |||
|event=Interaction | |||
|eventtagunlocalized=Event.Interact.Trigger | |||
}} | |||
}} | |||
|idleanimsequencegameplaytag=State.Animation.Idle.Activate | |||
}} | |||
|deactivate={{#switch:{{lc:{{{5|}}}}} | |||
|effects={{#switch:{{lc:{{{6|}}}}} | |||
|propsdeactivatestate={{#switch:{{lc:{{{7|}}}}} | |||
|event=Interaction | |||
|eventtagunlocalized=Event.Interact.Trigger | |||
}} | |||
}} | |||
|idleanimsequencegameplaytag=State.Animation.Idle.Deactivate | |||
}} | |||
|aura={{#switch:{{lc:{{{5|}}}}} | |||
|effects={{#switch:{{lc:{{{6|}}}}} | |||
|hit={{#switch:{{lc:{{{7|}}}}} | |||
|event=Detect Target | |||
|eventtagunlocalized=Event.Aura.Add | |||
|truephysicalbasedamage=20 [[Damage#True_Base_Damage|True Physical Base Damage]] | |||
}} | |||
}} | |||
|pushamount=300 | |||
|idleanimsequencegameplaytag=State.Animation.Idle.Activate | |||
}} | |||
|all=Activate,Deactivate,Aura | |||
}} | }} | ||
}} | }} |
Revision as of 19:13, 29 November 2024
Usage
{{Prop_Data|<variable1>|<variable2>|...}}
Variables
AllList
<type>
<grade>
<type>
<prop_name>
{N, HR, Global}
localizedstring
gradetype
idtag
drops
abilities
<abilities>
interactions
<interactions>
interactioncount
impactendurance
impactresistance
breaksifcrushPerk
breaksifdemolitiondamage
breaksifcollected
ap
xp
Note that angled brackets are not literal. They indicate a variable string. <type>
can indicate item
or environmental trap
or regular door
etc. Such notation is used when there are too many strings encapsulated by the variable, and listing them all is less clarifying than a descriptive variable.
Likewise, curly brackets are not literal. They are used in the sense of set notation. That is, {N, HR, Global}
means the variable can be any of these three.
All
Many sub-layers can call |all
for a list of all cases for a given level
For example,
{{Prop_Data|<prop_name>|all}}
will output a list of all types that exist for the prop <prop_name>
.
For example,
{{Prop_Data|<prop_name>|Interactions|All}}
will output a list of all interactions of the prop <prop_name>
.
AllList Examples
List of Item Type Props
{{Prop_Data|AllList|Item}}
Outputs Campfire,Hunting Trap,Pavise
List of Coffin Type Props of Crypts Grade
{{Prop_Data|AllList|Crypts|Coffin}}
Outputs Casket,Coffin 1,Coffin 2,Old Coffin,Stone Tomb,Wood Coffin
- Note: Such lists indicate existence of a prop for a given grade. If a prop doesn't exist for that grade and type, it will never be listed. These lists were created with this use in mind.
- To use these lists to index existing props, loop through the list and append
-<grade>
to the ends of the list-indexed prop name.
- To use these lists to index existing props, loop through the list and append
Prop Examples
Altar of Sacrifice: AP
{{Prop_Data|Altar of Sacrifice|Global|AP}}
Outputs 20
Altar of Sacrifice: List of Interactions
{{Prop_Data|Altar of Sacrifice|Global|Interactions|All}}
Outputs Use Shrine
Axe Trap: List of Abilities
{{Prop_Data|Axe Trap|Global|Abilities|All}}
Outputs Activate,Deactivate,Removed
Copper Ore Prop-Global: List of Types
{{Prop_Data|Copper Ore Prop-Global|All}}
Outputs HR,N
Golden Chest-Crypts#Locked: List of HR Loot Tables
{{Prop_Data|Golden Chest-Crypts#Locked|HR|Drops|All}}
Outputs Goldchest_HR2,Spawn_Eventcurrency_N,Spawn_Treasure_Goldchesttreasure_HR2,Utility_Goldchestutility_HR2,Spawn_Chestcoin_Goldchestgold_HR2
Golden Chest-Crypts#Locked: Number of Rolls of a Specific Loot Table
{{Prop_Data|Golden Chest-Crypts#Locked|HR|Drops|spawn_treasure_goldchesttreasure_hr2}}
Outputs 2