Splitter Weapon: Difference between revisions
Jump to navigation
Jump to search
(Creating stub article for older weapon script. This page is missing a LOT of information, including its analyze, verb messaging, and any additional mechanical info. If you have it, please add to it!) |
m (Minor formatting updates) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
<table><tr valign="top"><td><!-- Please see Help:Item scripts page for instructions on how to properly create and format an item page.--> |
<table><tr valign="top"><td><!-- Please see Help:Item scripts page for instructions on how to properly create and format an item page.--> |
||
A '''Splitter Weapon''' is a special weapon script that allows a single weapon to be split into two, essentially splitting it in half to make a copy of itself. This is done via the {{boldmono|OPEN}} verb. The weapon must be one that could work in two weapon combat. |
A '''Splitter Weapon''' is a special weapon script that allows a single weapon to be split into two, essentially splitting it in half to make a copy of itself. This is done via the {{boldmono|OPEN}} verb. The weapon must be one that could work in two weapon combat. |
||
{{stub}} |
|||
Unless the weapon has been merchant-unlocked, each half retains only half of the combined weapon's enchantment. Merchant-unlocked weapons retain their full enchantment on both halves. |
|||
{{TOC limit|2}} |
{{TOC limit|2}} |
||
==Analyze== |
==Analyze== |
||
===Combined weapon=== |
|||
<pre{{log2}}> |
<pre{{log2}}> |
||
Splittable Weapon |
|||
{{addmetext}} |
|||
The vultite falchion can be used by those trained in two-weapon combat or one-handed. |
|||
You may take the following actions with it: CLOSE, INFUSE, OPEN, RUB*, TAP*, or WAVE* |
|||
Verbs with * can only be accessed if the vultite falchion has been merchant-unlocked, which it has not. |
|||
</pre> |
|||
The final line changes to indicate that it “has” been merchant-unlocked when applicable. |
|||
===Split half=== |
|||
<pre{{log2}}> |
|||
Splittable Weapon |
|||
This is the split weapon. It cannot be altered, enchanted, or have services on it. Return it to its primary weapon and then have the work completed. |
|||
</pre> |
</pre> |
||
==Usage== |
==Usage== |
||
| Line 11: | Line 26: | ||
|- {{verbtableheader|90}} |
|- {{verbtableheader|90}} |
||
! scope="col" style="width:5em;"|Verb |
! scope="col" style="width:5em;"|Verb |
||
! scope="col" style="width: |
! scope="col" style="width:5em;"|Status |
||
! scope="col" style="width: |
! scope="col" style="width: 40%"|First |
||
! scope="col" style="width: 40%"|Third |
|||
|- |
|||
|- |
|||
! scope="row" role="rowheader" rowspan="2"|CLOSE |
|||
! scope="row" role="rowheader"| |
|||
|Holding the two halves of your falchion in each hand, you carefully recombine the two halves of your weapon into one. |
|||
|Person holds the two halves of his falchion in each hand, carefully recombining the two halves of his weapon into one. |
|||
|- |
|||
| colspan="3"|Recombines two matching halves. Both halves must be held and must have originated from the same weapon. |
|||
|- |
|||
! scope="row" role="rowheader" rowspan="2"|OPEN |
|||
! scope="row" role="rowheader"| |
|||
|Holding your falchion with both hands, you press a small button near your thumb and separate the weapon into two halves. |
|||
|Person holds his falchion with both hands and, pressing a small button near his thumb, separates the weapon into two halves. |
|||
|- |
|||
| colspan="3"|Splits the weapon into two matching halves. The weapon must be held with the other hand free. |
|||
|- |
|||
! scope="row" role="rowheader" rowspan="2"|LOOK |
|||
! scope="row" role="rowheader"|Combined |
|||
| There is a groove down the center of the weapon, bisecting it into two halves. |
|||
| N/A |
|||
|- |
|- |
||
! scope="row" |
! scope="row" role="rowheader"|Split |
||
| This is part of a split weapon. |
|||
|<!-- First Person View --> {{addmetext}} |
|||
| N/A |
|||
|<!-- Third Person View --> {{addmetext}} |
|||
|} |
|} |
||
</td><td> |
</td><td> |
||
{{iteminfo |
{{iteminfo |
||
| Line 49: | Line 86: | ||
}} |
}} |
||
{{itemverb |
{{itemverb |
||
|verb=CLOSE |
|||
| |
|verb2=OPEN <!-- Verbs MUST be capitalized when entered. Up to 28 verbs can be added with "verb2=" - "verb28=". Verbs should be listed in alphabetical order, not by tier.--> |
||
}} |
}} |
||
</td></tr></table> |
</td></tr></table> |
||
Latest revision as of 10:07, 4 August 2026
|
A Splitter Weapon is a special weapon script that allows a single weapon to be split into two, essentially splitting it in half to make a copy of itself. This is done via the OPEN verb. The weapon must be one that could work in two weapon combat. Unless the weapon has been merchant-unlocked, each half retains only half of the combined weapon's enchantment. Merchant-unlocked weapons retain their full enchantment on both halves. AnalyzeCombined weaponSplittable Weapon The vultite falchion can be used by those trained in two-weapon combat or one-handed. You may take the following actions with it: CLOSE, INFUSE, OPEN, RUB*, TAP*, or WAVE* Verbs with * can only be accessed if the vultite falchion has been merchant-unlocked, which it has not. The final line changes to indicate that it “has” been merchant-unlocked when applicable. Split halfSplittable Weapon This is the split weapon. It cannot be altered, enchanted, or have services on it. Return it to its primary weapon and then have the work completed. Usage
|
| ||||||||||||||||||||||||||||||||||||||||||||