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 "v0.31:Weapon token"
Jump to navigation
Jump to search
Line 79: | Line 79: | ||
*noun:string | *noun:string | ||
*velocity_multiplier:value | *velocity_multiplier:value | ||
− | | <font color="red">Required</font>. | + | | You can have multiple of these tags and they will be randomly selected from during each attack.<font color="red">Required</font>. |
+ | |||
+ | |- | ||
+ | | TRAINING | ||
+ | | | ||
+ | | Marks this weapon as usable for sparring. | ||
|} | |} | ||
{{Category|Modding}} | {{Category|Modding}} | ||
{{Category|Tokens}} | {{Category|Tokens}} |
Revision as of 01:59, 21 July 2010
Token | Arguments | Description |
---|---|---|
ITEM_WEAPON |
|
Token used to refer to the weapon. Required. |
NAME |
|
Name of the weapon. Required. |
SIZE |
|
Size/weight of weapon (in grams). Required. |
SKILL |
|
The skill to determine effectiveness in melee with this weapon. Required. |
RANGED |
|
Makes this a ranged weapon that uses the specified ammo. The specified skill determines accuracy in ranged combat. |
SHOOT_FORCE |
|
|
SHOOT_MAXVAL |
|
|
TWO_HANDED |
|
Creatures under this size must use the weapon two handed. Required. |
MINIMUM_SIZE |
|
Minimum bodysize to use the weapon at all (multigrasp until TWO_HANDED value) Required. |
MATERIAL_SIZE |
|
number of bars needed for forging Required. |
ATTACK |
|
You can have multiple of these tags and they will be randomly selected from during each attack.Required. |
TRAINING | Marks this weapon as usable for sparring. |