v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "Interaction examples"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m
(Item power)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{migrated article}}
 
{{av}}
 
{{av}}
  
Line 369: Line 370:
  
 
Note that this interaction will not work in arena mode due to the lack of generated creatures in that mode. However, it will work if a creature performs the interaction in a loaded world that contains vault guardians.
 
Note that this interaction will not work in arena mode due to the lack of generated creatures in that mode. However, it will work if a creature performs the interaction in a loaded world that contains vault guardians.
 +
 +
==Item Powers==
 +
 +
An item's [[magic]]{{version|51.01-beta26}} field can hold an interaction. This sample interaction allows the wielder to shoot an icicle.
 +
 +
{{gamedata|title=Ice bolt|
 +
<nowiki>
 +
[INTERACTION:MYTHICAL_ITEM_POWER_1]
 +
  [I_SOURCE:ITEM_POWER]
 +
      [IS_DESCRIPTION:This item shimmers with frost.]
 +
      [IS_CDI:ADV_NAME:Launch ice bolt]
 +
      [IS_CDI:INTERACTION:MYTHICAL_ITEM_POWER_1]
 +
      [IS_CDI:MATERIAL:WATER:SHARP_ROCK]
 +
      [IS_CDI:TARGET:C:LINE_OF_SIGHT]
 +
      [IS_CDI:TARGET_RANGE:C:25]
 +
      [IS_CDI:USAGE_HINT:ATTACK]
 +
      [IS_CDI:VERB:focus:focuses:NA]
 +
      [IS_CDI:MAX_TARGET_NUMBER:C:1]
 +
      [IS_CDI:WAIT_PERIOD:50]
 +
      [IS_CDI:DEFAULT_ICON:ADVENTURE_INTERACTION_ICON_LAUNCH_ICE_BOLT]
 +
  [I_TARGET:A:MATERIAL]
 +
      [IT_MATERIAL:CONTEXT_MATERIAL]
 +
  [I_TARGET:B:LOCATION]
 +
      [IT_LOCATION:CONTEXT_LOCATION]
 +
  [I_TARGET:C:LOCATION]
 +
      [IT_LOCATION:CONTEXT_CREATURE_OR_LOCATION]
 +
  [IT_MANUAL_INPUT:target]
 +
      [I_EFFECT:MATERIAL_EMISSION]
 +
      [IE_TARGET:A]
 +
      [IE_TARGET:B]
 +
      [IE_TARGET:C]
 +
      [IE_IMMEDIATE]
 +
</nowiki>
 +
}}
  
 
==See Also==
 
==See Also==

Latest revision as of 17:49, 28 November 2024