-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARCHAIC - Menagerie / Addition of Technimancer lv3
ARCHAIC - Meganerie - Azure mage arcane res to 20% (+10%) , can now advance optionally into NEW UNIT: Azure Technomancer. Azure Technomancer is mechanical hybrid fighter, which can be mech repaired and is inmune to poison/plague , but lost all magical ressists.
- Loading branch information
Showing
3 changed files
with
108 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
#textdomain wesnoth-Ageless_Era | ||
[unit_type] | ||
id=AE_arc_menagerie_Azure_Technomancer | ||
name= _ "Azure Technomancer" | ||
race=AE_arc_tri_mech | ||
gender=male | ||
image="units/menagerie/techno-mage.png" | ||
profile="portraits/azure-mage.png" | ||
hitpoints=64 | ||
movement_type=smallfoot | ||
movement=5 | ||
experience=166 | ||
level=3 | ||
alignment=chaotic | ||
advances_to=null | ||
{AMLA_DEFAULT} | ||
cost=60 | ||
usage=mixed fighter | ||
description= _ "Custom unit created by IPS for gameplay purposes. | ||
Azure Technomancer people cannot be considered anymore as human or living being at all, neither as undead or machine... just as an aproximation of a living mechanical undead. Combining arts of necromancy with deep knowledges of anatomy and mechanical engineering this being has not lost its previous human conscience, being remarkable that somehow is the same being in other type of body. | ||
Such job can only be done by very brillant but really twisted geniuses that dominate either arts of necromancy, enginering, and anatomy and being that cold minded to attempt such process in their own body. Most organs were remplaced by mechanical parts that with help of necromancy does complete their organic counterparts functions... organs that depending the technmancers variates, but any technomancer system by rule works by blood running these semi/mechanical complex. | ||
These bodies have various advantages compared to human body, most remarkable of them is being inmune to poison and being physically toughter and stronger than almost any human. These bodies can be easily repaired by even a trustworhy amateur mechanic and isn't highly vulnerable to arcane or holy pressence. Body that can be nearly inmortal unless someone attempts to finish the life of a Technomancer but time is no problem to this mechanical living undead body. | ||
Even most talented magicians of the age, magical beings or or even ancient races doesn't even imagine how this is really possible but aren't either interested about learning about replicating such thing. Just showing us that some type of knowledge is just unique and unrepeatable. | ||
Limitations of this body is that is completly neutral to magic regardless of any type of treatment you try, and that once taken the decision to try such process can no longer canalyze any kind of magic efficiently even if isn't costs much to you, but regardless of the effort into it, the result is nearly the same no matter how talented or prodigious you were before the result is constant, predictible and limited due of the complicated body system always preffers to maintain itself stable." | ||
|
||
die_sound={SOUND_LIST:HUMAN_DIE} | ||
{DEFENSE_ANIM "units/menagerie/azure-mage.png" "units/menagerie/azure-mage.png" {SOUND_LIST:HUMAN_OLD_HIT} } | ||
[resistance] | ||
arcane=100 | ||
blade=80 | ||
fire=100 | ||
cold=100 | ||
pierce=80 | ||
impact=70 | ||
[/resistance] | ||
[attack] | ||
name=blade | ||
description=_"sword" | ||
icon=attacks/sword-steel.png | ||
type=blade | ||
range=melee | ||
damage=9 | ||
number=4 | ||
[/attack] | ||
[attack] | ||
name=dark_energy | ||
description=_"dark energy" | ||
icon=attacks/dark-missile.png | ||
type=arcane | ||
range=ranged | ||
[specials] | ||
{AE_CHS_WEAPON_SPECIAL_ENCHANTED} | ||
[/specials] | ||
damage=8 | ||
number=3 | ||
[/attack] | ||
[attack_anim] | ||
[filter_attack] | ||
name=dark_energy | ||
[/filter_attack] | ||
{MISSILE_FRAME_SHADOW_WAVE} | ||
|
||
start_time=-575 | ||
[frame] | ||
image="units/menagerie/techno-mage.png:50" | ||
[/frame] | ||
[frame] | ||
image="units/menagerie/techno-mage.png:100" | ||
sound=fire.wav | ||
[/frame] | ||
[frame] | ||
image="units/menagerie/techno-mage.png:225" | ||
# image="units/human-magi/red-mage-attack-magic-[2,1].png:[150,75]" | ||
[/frame] | ||
[frame] | ||
image="units/menagerie/techno-mage.png:75" | ||
[/frame] | ||
[/attack_anim] | ||
[attack_anim] | ||
[filter_attack] | ||
name=blade | ||
[/filter_attack] | ||
|
||
start_time=-250 | ||
[frame] | ||
image="units/menagerie/techno-mage.png:50" | ||
[/frame] | ||
[frame] | ||
image="units/menagerie/techno-mage.png:300" | ||
# image="units/human-magi/red-mage-attack-staff-[1~2].png:[100,200]" | ||
[/frame] | ||
{SOUND:HIT_AND_MISS staff.wav {SOUND_LIST:MISS} -100} | ||
[frame] | ||
image="units/menagerie/techno-mage.png:75" | ||
[/frame] | ||
[frame] | ||
image="units/menagerie/techno-mage.png:75" | ||
[/frame] | ||
[/attack_anim] | ||
|
||
#endif | ||
[/unit_type] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.