eclipse plugin:Remove the now obsolete unit templates
This commit is contained in:
parent
fde02c868c
commit
14ef00ff44
6 changed files with 0 additions and 40 deletions
|
@ -1,13 +0,0 @@
|
|||
[movetype]
|
||||
name=$$movetype_name
|
||||
flies=$$flies
|
||||
[movement_costs]
|
||||
$$movement_costs
|
||||
[/movement_costs]
|
||||
[defense]
|
||||
$$defense
|
||||
[/defense]
|
||||
[resistance]
|
||||
$$resistance
|
||||
[/resistance]
|
||||
[/movetype]
|
|
@ -1,11 +0,0 @@
|
|||
[race]
|
||||
id=$$race_id
|
||||
plural_name=$$plural_name
|
||||
male_name=$$male_name
|
||||
female_name=$$female_name
|
||||
description=$$description
|
||||
|
||||
num_traits=$$num_traits
|
||||
ignore_global_traits=$$ignore_global_traits
|
||||
$$traits
|
||||
[/race]
|
|
@ -1,2 +0,0 @@
|
|||
[trait]
|
||||
[/trait]
|
|
@ -1,3 +0,0 @@
|
|||
[unit_type]
|
||||
|
||||
[/unit_type]
|
|
@ -1,6 +0,0 @@
|
|||
[units]
|
||||
$$unit_types
|
||||
$$traits
|
||||
$$movetypes
|
||||
$$races
|
||||
[/units]
|
|
@ -10,11 +10,6 @@ build_xml templates/build.xml
|
|||
multiplayer templates/multiplayer.txt
|
||||
era templates/era.txt
|
||||
faction templates/faction.txt
|
||||
units templates/units/units.txt
|
||||
movetype templates/units/movetype.txt
|
||||
race templates/units/race.txt
|
||||
unit_type templates/units/unit_type.txt
|
||||
trait templates/units/trait.txt
|
||||
|
||||
# 'default' paths for wesnoth
|
||||
linux_exec templates/paths/linux_exec.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue