pentarctagon dc21c42683 Renames the Dunefolk(formerly Khalifate) units based on forum discussions.
See this thread, along with a few linked within:
https://forums.wesnoth.org/viewtopic.php?f=12&t=47704

The purpose of this is both to:
a) Make the unit names more descriptive, so new players especially will have an easier time learning them and knowing what they do.
b) Make them eligible for translation, like the units of other factions are.

This commit only renames the files, along with the faction/AoH faction and wmllint.
2018-02-04 11:46:50 +11:00

92 lines
2.6 KiB
INI

#textdomain wesnoth-units
[unit_type]
id=Naffat
name= _ "Naffat"
race=dunefolk
ignore_race_traits=yes
{TRAIT_QUICK}
{TRAIT_INTELLIGENT}
{TRAIT_RESILIENT}
image="units/dunefolk/naffat.png"
hitpoints=31
movement_type=dunefoot
movement=5
experience=44
level=1
alignment=lawful
# Below unit id changed to use underscores in unit ID only (not in displayed name) to fix bug #18117
advances_to=Qatif_al_nar
cost=19
usage=archer
description= _ "Utilizing various resources found in the Dunefolk domain, a highly flammable substance can be made. The Naffat are those charged with making and carrying this dangerous mixture into battle. While the use of fire in warfare is not a novel concept, the effectiveness of their work is."
die_sound={SOUND_LIST:HUMAN_DIE}
{DEFENSE_ANIM "units/dunefolk/naffat.png" "units/dunefolk/naffat.png" {SOUND_LIST:HUMAN_HIT} }
[attack]
name=naphtha attack
description= _ "naphtha attack"
icon=attacks/torch.png
type=fire
range=melee
damage=8
number=2
[/attack]
[attack]
name=fire arrow
description= _ "fire arrow"
icon=attacks/bow-elven.png
type=fire
range=ranged
damage=6
number=3
[/attack]
[attack_anim]
[filter_attack]
name=naphtha attack
[/filter_attack]
start_time=-200
[frame]
image="units/dunefolk/naffat.png:300"
[/frame]
{SOUND:HIT_AND_MISS melee-fire.ogg torch-miss.ogg -150}
[/attack_anim]
[attack_anim]
[filter_attack]
name=fire arrow
[/filter_attack]
start_time=-225
missile_start_time=-150
[if]
hits=yes
[missile_frame]
duration=150
image="projectiles/missile-fire-n.png"
image_diagonal="projectiles/missile-fire-ne.png"
offset=0~0.8
[/missile_frame]
{FIRE_BURST_SMALL}
[frame]
image="units/dunefolk/naffat.png:300"
sound=bow-puny-fire.ogg
[/frame]
[/if]
[else]
hits=no
[missile_frame]
duration=150
image="projectiles/missile-fire-n.png"
image_diagonal="projectiles/missile-fire-ne.png"
[/missile_frame]
[frame]
image="units/dunefolk/naffat.png:300"
sound=bow-puny-fire-miss.ogg
[/frame]
[/else]
[/attack_anim]
[/unit_type]