Draft:Automatum minor: Difference between revisions

From Omega Wiki
Jump to navigation Jump to search
Add Rampart creature drafts: shard 1
 
按已批准的Purple worm规范统一现有怪物信息卡并复核形态与战斗数据
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Version box|version=0.90.4}}
{{Version box|version=0.90.4}}
{{Monster infobox
|name=Automatum minor
|glyph=a
|color=grey
|level=4
|hp=100
|hit=15
|defense=15
|speed=7
|xp=100, when death is in sight
|attacks=1 center attack: 0–49 physical before absorption; 1 center defense
|abilities=[[#Poison cloud and combat|Poison cloud]]: +7 poison strength within 2 squares, even when peaceful
|generation=[[#Generation|Mansions and random pools]]
|items=No fixed item or random starting treasure
|immunities=Electricity, poison, fear, sleep
|remains=Automatum minor battery; 50% on normal death
|remains_use=No food or alchemical benefit
|traits=<li>Normally hostile</li><li>Moves and opens doors</li>
|sources={{Source|minit.h|131}}<ref name="card-rules">{{Source|lev.c|373|394}}; {{Source|mon.c|134|203}}; {{Source|mmelee.c|8|51}}; {{Source|time.c|47|74}}; {{Source|item.c|63|139}}; {{Source|itemf1.c|662|748}}. Ordinary construction, combat, timing and remains.</ref>
}}


An '''automatum minor''' is a mechanical guard, displayed as a grey '''a'''. Four defend each normally populated [[Draft:Mansions|mansion]]. Its strongest threat is a nearby poison cloud, which remains dangerous even if the machine has become nonhostile.
An '''automatum minor''' is a mechanical guard, displayed as a grey '''a'''. Four defend each normally populated [[Draft:Mansions|mansion]]. Its strongest threat is a nearby poison cloud, which remains dangerous even if the machine has become nonhostile.<ref name="minit-h-131">{{Source|minit.h|131}}.</ref>


{| class="wikitable"
__TOC__
! Level !! HP !! Attack strength !! Armor class !! Base damage !! Kill XP
|-
| 4 || 100 || 15 || 15 || 50 || 100
|}


== Generation ==
== Generation ==
Minor automatons occupy fixed positions in mansion interiors. They are also available to sufficiently strong random-monster pools, wilderness encounters and summons. They are different creatures from the weaker household robot and the stronger automatum major.
Minor automatons occupy fixed positions in mansion interiors. They are also available to sufficiently strong random-monster pools, wilderness encounters and summons. They are different creatures from the weaker household robot and the stronger automatum major.


The ordinary automatum minor starts hostile. Its sleep state is not governed by the nighttime rule for historical mansion residents. It carries no fixed starting item or random treasure.
The ordinary automatum minor starts hostile. Its sleep state is not governed by the nighttime rule for historical mansion residents. It carries no fixed starting item or random treasure.<ref name="house-c-load_house">{{Source|house.c|9}} (<code>load_house</code>).</ref><ref name="lev-c-make_creature">{{Source|lev.c|317}} (<code>make_creature</code>).</ref><ref name="lev-c-make_country_monsters">{{Source|lev.c|11}} (<code>make_country_monsters</code>).</ref>


== Poison cloud and combat ==
== Poison cloud and combat ==
Line 21: Line 37:
Special abilities are attempted during the creature's own actions, so exposure is not a guaranteed fixed dose on every player turn. Standing on a functioning sanctuary also blocks monster special abilities while that protection applies.
Special abilities are attempted during the creature's own actions, so exposure is not a guaranteed fixed dose on every player turn. Standing on a functioning sanctuary also blocks monster special abilities while that protection applies.


The machine's ordinary melee attack has base damage 50, separate from the poison cloud. It attacks and defends at the center position in its normal tactical sequence. It is immune to '''electricity, poison, fear and sleep'''. Robot conversation only produces mechanical threats; it does not open a repair, purchase or shutdown service.
The machine's ordinary melee attack has base damage 50, separate from the poison cloud. It attacks and defends at the center position in its normal tactical sequence. It is immune to '''electricity, poison, fear and sleep'''. Robot conversation only produces mechanical threats; it does not open a repair, purchase or shutdown service.<ref name="mspec-c-m_sp_poison_cloud">{{Source|mspec.c|45}} (<code>m_sp_poison_cloud</code>).</ref><ref name="effect3-c-p_poison">{{Source|effect3.c|537}} (<code>p_poison</code>).</ref><ref name="mon-c-m_pulse">{{Source|mon.c|12}} (<code>m_pulse</code>).</ref><ref name="mtalk-c-m_talk_robot">{{Source|mtalk.c|356}} (<code>m_talk_robot</code>).</ref>


== Strategy ==
== Strategy ==
Line 29: Line 45:


Its remains are called an '''automatum minor battery''', but the corpse has no implemented food, recharge or alchemical-conversion benefit. The name alone does not make it usable fuel for another device.
Its remains are called an '''automatum minor battery''', but the corpse has no implemented food, recharge or alchemical-conversion benefit. The name alone does not make it usable fuel for another device.
== References ==
<references />


[[Category:Drafts]]
[[Category:Drafts]]

Latest revision as of 09:43, 10 September 2026

Omega 0.90.4
a Automatum minor
FormOrdinary creature
Attacks1 center attack: 0–49 physical before absorption; 1 center defense
Special abilitiesPoison cloud: +7 poison strength within 2 squares, even when peaceful
Base level4
HP100
Hit15
Defense15
Action interval7 ticks; lower is faster
Kill experience100, when death is in sight
GenerationMansions and random pools
Carried itemsNo fixed item or random starting treasure
ImmunitiesElectricity, poison, fear, sleep
RemainsAutomatum minor battery; 50% on normal death
Remains useNo food or alchemical benefit
Traits
  • Normally hostile
  • Moves and opens doors
Referenceminit.h in Omega 0.90.4, line 131[1]

An automatum minor is a mechanical guard, displayed as a grey a. Four defend each normally populated mansion. Its strongest threat is a nearby poison cloud, which remains dangerous even if the machine has become nonhostile.[2]

Generation

Minor automatons occupy fixed positions in mansion interiors. They are also available to sufficiently strong random-monster pools, wilderness encounters and summons. They are different creatures from the weaker household robot and the stronger automatum major.

The ordinary automatum minor starts hostile. Its sleep state is not governed by the nighttime rule for historical mansion residents. It carries no fixed starting item or random treasure.[3][4][5]

Poison cloud and combat

An active automatum minor can release poison when you are within two squares, including diagonal distance. The cloud adds 7 poison strength each time it takes effect. It does not require a clear line of sight or a hostile machine; walls, successful pacification and charm are not sufficient protection.

Breathing protection prevents the cloud from poisoning you. Poison immunity also prevents the added poison. These checks do not remove poison you already have. The cloud's two-square range and these protections were checked with the original effect functions, including repeated exposure to a peaceful machine.

Special abilities are attempted during the creature's own actions, so exposure is not a guaranteed fixed dose on every player turn. Standing on a functioning sanctuary also blocks monster special abilities while that protection applies.

The machine's ordinary melee attack has base damage 50, separate from the poison cloud. It attacks and defends at the center position in its normal tactical sequence. It is immune to electricity, poison, fear and sleep. Robot conversation only produces mechanical threats; it does not open a repair, purchase or shutdown service.[6][7][8][9]

Strategy

Stay at least three squares away when attacking from a distance, and allow for the machine moving closer. Poison protection makes a close approach less hazardous but does not reduce its physical hit. Electrical attacks, poison, fear and sleep are ineffective against its listed immunities; physical damage, fire and cold are not blocked by those innate immunities.

Plan poison treatment before entering a mansion. Rampart Healers treat injury and disease but do not remove poison. Calming the machine is particularly misleading here: it can stop hostile pursuit without switching off the nearby cloud.

Its remains are called an automatum minor battery, but the corpse has no implemented food, recharge or alchemical-conversion benefit. The name alone does not make it usable fuel for another device.

References