Don't forget: You can log in with your Play.net account
One Hundred Seconds Weapons: Difference between revisions
(Updated item script article to include templates. This article is still missing a LOT of information, such as the analyze, verb info/messaging, etc. If you have it, please add to it!) |
No edit summary |
||
Line 2: | Line 2: | ||
'''One Hundred Second''' weapons (sometimes known as '''Temporal Weapons''') are scripted weapons that have a variable enchant. They were first sold at the [[Grand Auction of 5123]]. They have an enchant that varies from +1 to +100 and flares determined by timestamp when {{boldmono|CLENCHed}}. |
'''One Hundred Second''' weapons (sometimes known as '''Temporal Weapons''') are scripted weapons that have a variable enchant. They were first sold at the [[Grand Auction of 5123]]. They have an enchant that varies from +1 to +100 and flares determined by timestamp when {{boldmono|CLENCHed}}. |
||
Due to the nature of the script, it takes up both the script and the flare/defender item property slots. |
Due to the nature of the script, it takes up both the script and the flare/defender item property slots, as well as the material slot. According to Wyrom the weapon will check that it is made of air each time it is used. |
||
Once |
Once every 24 hours, the wielder can set the enchant and flare. Flares are fire, ice, electric, impact, acid, vacuum, plasma, steam, disintegration, and disruption. Enchant is between +1 to +100. All are determined by {{boldmono|TIME}}, in Unix. The base enchant is +1, and when it resets it returns to +1. Effects last until 8am the next day. |
||
Some other properties can be added to it as with normal weapons, including ensorcell, bless, creaturebane, weighting, etc. It cannot be enchanted, have ability flares added or changed, or be altered or lightened. |
Some other properties can be added to it as with normal weapons, including ensorcell, bless, creaturebane, weighting, etc. It cannot be enchanted, have ability flares added or changed, or be altered or lightened. |
||
⚫ | |||
{{TOC limit|2}} |
{{TOC limit|2}} |
||
⚫ | |||
== Konami Code for Flares & Enchant == |
|||
The **Konami Code** for determining flares and enchantment on temporal warpikes uses a Unix timestamp format. The focus is primarily on the **last three digits** of the timestamp: |
|||
- The '''third-to-last digit (X)''' determines the flare type (see tables below). |
|||
- The '''last two digits (YY)''' determine the enchant level: |
|||
- ''00'' = +100 enchant |
|||
- ''99'' = +99 enchant |
|||
- ''98'' = +98 enchant |
|||
- ... |
|||
- ''01'' = +1 enchant. |
|||
--- |
|||
=== Example === |
|||
Given the Unix timestamp: '''1682485XYY''' |
|||
- '''X''' = Flare Type |
|||
- '''YY''' = Enchant |
|||
Concrete Example: |
|||
- '''Timestamp:''' 1682485299 |
|||
- '''Flare:''' Ice |
|||
- '''Enchant Level:''' +99 |
|||
- '''Description:''' A temporal warpike encased in ice with +99 enchant. |
|||
--- |
|||
=== Flare Types (0–9) === |
|||
{| class="wikitable" |
|||
|+ Flare Types (0–9) |
|||
! Code !! Flare Type !! Description |
|||
|- |
|||
| 0 || '''Disintegration''' || A temporal warpike wavering in and out of existence |
|||
|- |
|||
| 1 || '''Fire''' || A temporal warpike suffused with flames |
|||
|- |
|||
| 2 || '''Ice''' || A temporal warpike encased in ice |
|||
|- |
|||
| 3 || '''Lightning''' || A temporal warpike crackling with lightning |
|||
|- |
|||
| 4 || '''Earth''' || A temporal warpike camouflaged by earthy material |
|||
|- |
|||
| 5 || '''Acid''' || A temporal warpike dripping with acid |
|||
|- |
|||
| 6 || '''Void''' || A temporal warpike void of features |
|||
|- |
|||
| 7 || '''Disruption''' || A temporal warpike writhing with black tendrils |
|||
|- |
|||
| 8 || '''Plasma''' || A temporal warpike consumed by heat |
|||
|- |
|||
| 9 || '''Steam''' || A temporal warpike enveloped in steam |
|||
|} |
|||
--- |
|||
=== Special Flare Types === |
|||
These special flares are when the trailing digits are equal to this pattern. For example: 1682485666 or 1682666666 |
|||
{| class="wikitable" |
|||
|+ Special Flare Types |
|||
! Code !! Flare Type !! Description |
|||
|- |
|||
| 666 || '''Death''' || +66 enchant with death flares |
|||
|- |
|||
| 666666 || '''Annihilation''' || +100 enchant with death flares. Lasts for 48 hours. |
|||
|} |
|||
==Analyze== |
==Analyze== |
||
<pre{{log2}}> |
<pre{{log2}}> |
||
{{addmetext}} |
{{addmetext}} |
||
</pre> |
|||
==Usage== |
==Usage== |
||
{| {{verbtable}} <!-- REQUIRED if there are verbs for this tier. For instructions on how to use this template, see Template:Verbtable. --> |
{| {{verbtable}} <!-- REQUIRED if there are verbs for this tier. For instructions on how to use this template, see Template:Verbtable. --> |
Revision as of 04:59, 25 January 2025
One Hundred Second weapons (sometimes known as Temporal Weapons) are scripted weapons that have a variable enchant. They were first sold at the Grand Auction of 5123. They have an enchant that varies from +1 to +100 and flares determined by timestamp when CLENCHed. Due to the nature of the script, it takes up both the script and the flare/defender item property slots, as well as the material slot. According to Wyrom the weapon will check that it is made of air each time it is used. Once every 24 hours, the wielder can set the enchant and flare. Flares are fire, ice, electric, impact, acid, vacuum, plasma, steam, disintegration, and disruption. Enchant is between +1 to +100. All are determined by TIME, in Unix. The base enchant is +1, and when it resets it returns to +1. Effects last until 8am the next day. Some other properties can be added to it as with normal weapons, including ensorcell, bless, creaturebane, weighting, etc. It cannot be enchanted, have ability flares added or changed, or be altered or lightened.
Konami Code for Flares & EnchantThe **Konami Code** for determining flares and enchantment on temporal warpikes uses a Unix timestamp format. The focus is primarily on the **last three digits** of the timestamp: - The third-to-last digit (X) determines the flare type (see tables below). - The last two digits (YY) determine the enchant level: - 00 = +100 enchant - 99 = +99 enchant - 98 = +98 enchant - ... - 01 = +1 enchant. --- ExampleGiven the Unix timestamp: 1682485XYY - X = Flare Type - YY = Enchant Concrete Example: - Timestamp: 1682485299 - Flare: Ice - Enchant Level: +99 - Description: A temporal warpike encased in ice with +99 enchant. --- Flare Types (0–9)
--- Special Flare TypesThese special flares are when the trailing digits are equal to this pattern. For example: 1682485666 or 1682666666
AnalyzeThis section has not been added yet; please add to it now!
|
|