Draft:Short sword: Difference between revisions
OmegaAdmin (talk | contribs) 为已保存草稿补齐章节目录、条件表格与可见源码 References,保留 Draft 状态 |
OmegaAdmin (talk | contribs) 连续整理怪物独立草稿:来源、能力、遗骸与策略,并同步符号索引 |
||
| Line 9: | Line 9: | ||
[[Draft:Julie's Armor of Proof and Weapons of Quality|Julie's]] armorer shop sells fully identified, uncursed +0 short swords for '''80 Au'''. A Legion recruit receives a plain +0 short sword with soft leather armor and 500 Au. Joining requires Strength 10 and Constitution 12, a daytime visit, and neither Arena nor Order membership. The recruiting message calls the weapon a ''shortsword''. | [[Draft:Julie's Armor of Proof and Weapons of Quality|Julie's]] armorer shop sells fully identified, uncursed +0 short swords for '''80 Au'''. A Legion recruit receives a plain +0 short sword with soft leather armor and 500 Au. Joining requires Strength 10 and Constitution 12, a daytime visit, and neither Arena nor Order membership. The recruiting message calls the weapon a ''shortsword''. | ||
Apprentice ninjas normally start with a plain +0 short sword and drop their possessions on death. Short swords also occur as random weapons, whose enchantment and blessing can differ from the fixed shop, Legion and starting-monster copies.<ref name="item-c-create_object">{{Source|item.c|7}} (<code>create_object</code>).</ref><ref name="item-c-make_weapon">{{Source|item.c|188}} (<code>make_weapon</code>).</ref><ref name="site1-c-l_armorer">{{Source|site1.c|164}} (<code>l_armorer</code>).</ref><ref name="lev-c-make_creature">{{Source|lev.c|317}} (<code>make_creature</code>).</ref><ref name="guild1-c-l_merc_guild">{{Source|guild1.c|12}} (<code>l_merc_guild</code>).</ref><ref name="guild1-c-l_arena">{{Source|guild1.c|300}} (<code>l_arena</code>).</ref><ref name="guild2-c-l_order">{{Source|guild2.c|631}} (<code>l_order</code>).</ref><ref name="minit-h-69">{{Source|minit.h|69}}.</ref> | [[Draft:Apprentice ninja|Apprentice ninjas]] normally start with a plain +0 short sword and drop their possessions on death. Short swords also occur as random weapons, whose enchantment and blessing can differ from the fixed shop, Legion and starting-monster copies.<ref name="item-c-create_object">{{Source|item.c|7}} (<code>create_object</code>).</ref><ref name="item-c-make_weapon">{{Source|item.c|188}} (<code>make_weapon</code>).</ref><ref name="site1-c-l_armorer">{{Source|site1.c|164}} (<code>l_armorer</code>).</ref><ref name="lev-c-make_creature">{{Source|lev.c|317}} (<code>make_creature</code>).</ref><ref name="guild1-c-l_merc_guild">{{Source|guild1.c|12}} (<code>l_merc_guild</code>).</ref><ref name="guild1-c-l_arena">{{Source|guild1.c|300}} (<code>l_arena</code>).</ref><ref name="guild2-c-l_order">{{Source|guild2.c|631}} (<code>l_order</code>).</ref><ref name="minit-h-69">{{Source|minit.h|69}}.</ref> | ||
The arena apprentice bypasses normal starting equipment and carries the exit-opening item instead. Defeating that opponent does not provide its ordinary short sword.<ref>{{Source|guild1.c|349|450}}; {{Source|env.c|63|76}}.</ref> | |||
== Description == | == Description == | ||
Latest revision as of 08:09, 11 September 2026
| ) | |
| Base damage rating | 8 |
|---|---|
| Base hit bonus | +11 |
| Normal attack type | Cutting |
| Hands | 1 |
| Julie's price (Au) | 80 |
| Weight | 25 |
A short sword is a one-handed cutting weapon in Omega. It can be used in melee or thrown, and is the starting weapon issued to recruits of the Legion of Destiny.[1]
Generation
Julie's armorer shop sells fully identified, uncursed +0 short swords for 80 Au. A Legion recruit receives a plain +0 short sword with soft leather armor and 500 Au. Joining requires Strength 10 and Constitution 12, a daytime visit, and neither Arena nor Order membership. The recruiting message calls the weapon a shortsword.
Apprentice ninjas normally start with a plain +0 short sword and drop their possessions on death. Short swords also occur as random weapons, whose enchantment and blessing can differ from the fixed shop, Legion and starting-monster copies.[2][3][4][5][6][7][8][9]
The arena apprentice bypasses normal starting equipment and carries the exit-opening item instead. Defeating that opponent does not provide its ordinary short sword.[10]
Description
The short sword's normal attack is a cut, which adds extra Strength damage. It can also be used to lunge. Changing weapons does not replace saved combat actions, so a short sword can retain a previously selected thrust; Melee attacks explains the choice and its consequences.
A thrown short sword uses the same ordinary throwing calculation as a dagger, club or spear. On ordinary ground it remains at its landing square after a hit or miss. Its own damage rating and enchantment do not independently enhance a throw made while a different weapon remains wielded.
It can also tunnel through suitable walls, although it receives no thrusting weapon's doubled damage contribution to the wall-breaking check. Some tunneling mishaps attempt to damage the sword.[11][12][13][14][15]
Strategy
The free Legion sword is a useful reason to enlist before shopping. It gives two more weapon damage points and one more hit point than a club, while weighing five less. Keep the induction payment available for armor choices and supplies rather than replacing the sword solely because it is starting equipment. The other opening packages are compared in Your first weapon.
A Strength-heavy character benefits from its normal cut. With Strength 16 and Dexterity 10 at level 0, a +0 short sword has hit 12 and raw cut damage 0-19 before critical hits, lunar effects and target defenses. A dagger using its normal thrust has hit 13 and raw damage 0-11 in the same conditions; retaining a saved cut lets the dagger reach 0-17 instead.
A 100 Au mace adds four weapon damage points over the short sword but loses three hit points and doubles the weight. It is a damage upgrade worth considering when you connect reliably, not an unconditional replacement. A spare short sword can be thrown, but a spare dagger weighs less and buys the same ordinary throwing damage while the same main weapon remains equipped.[16][12][13][14]
References
- ↑ iinit.h in Omega 0.90.4, line 176.
- ↑ item.c in Omega 0.90.4, line 7 (
create_object). - ↑ item.c in Omega 0.90.4, line 188 (
make_weapon). - ↑ site1.c in Omega 0.90.4, line 164 (
l_armorer). - ↑ lev.c in Omega 0.90.4, line 317 (
make_creature). - ↑ guild1.c in Omega 0.90.4, line 12 (
l_merc_guild). - ↑ guild1.c in Omega 0.90.4, line 300 (
l_arena). - ↑ guild2.c in Omega 0.90.4, line 631 (
l_order). - ↑ minit.h in Omega 0.90.4, line 69.
- ↑ guild1.c in Omega 0.90.4, lines 349–450; env.c in Omega 0.90.4, lines 63–76.
- ↑ aux1.c in Omega 0.90.4, line 281 (
calc_melee). - ↑ 12.0 12.1 aux2.c in Omega 0.90.4, line 636 (
tacplayer). - ↑ 13.0 13.1 command3.c in Omega 0.90.4, line 223 (
fire). - ↑ 14.0 14.1 command3.c in Omega 0.90.4, line 865 (
tunnel). - ↑ inv.c in Omega 0.90.4, line 1345 (
switch_to_slot). - ↑ iinit.h in Omega 0.90.4, lines 174–212.