Property:Mode
Jump to navigation
Jump to search
(Created page with "has type::text") |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | [[has type::text]] | + | <noinclude>{{Recode|reason=Adding beam as stop gap to fix bugs but may need investigation as to what is appropriate choice for beam tagged weapons}} |
+ | |||
+ | This property allows the following [[has type::text]] values: | ||
+ | * [[Allows value::Melee]] | ||
+ | * [[Allows value::Single-Shot]] | ||
+ | * [[Allows value::Burst]] | ||
+ | * [[Allows value::Single Thrown]] | ||
+ | * [[Allows value::Single-Use]] | ||
+ | * [[Allows value::Beam]]</noinclude> | ||
+ | <includeonly> | ||
+ | * Melee | ||
+ | * Single-Shot | ||
+ | * Burst | ||
+ | * Single Thrown | ||
+ | * Single-Use | ||
+ | * Beam</includeonly> |
Latest revision as of 04:05, 9 December 2024
This page has been suggested for recoding. Reason: Adding beam as stop gap to fix bugs but may need investigation as to what is appropriate choice for beam tagged weapons. You can help RimWorld Wiki by improving it. |
This property allows the following text values:
- Melee
- Single-Shot
- Burst
- Single Thrown
- Single-Use
- Beam
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "Melee", "Single-Shot", "Single Thrown", "Single-Use", "Burst", "Beam" ] } }