logo   login
right
Home Forums Downloads Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Forum Info
Forum Members: 18,574
Total Threads: 8,655
Posts: 94,421

Administrators:
DeeZire, Redemption

There are currently 62 users online.
Partner Links

Free Credit Repair

Learn the Ticket Broker Secrets
Advertisements


Tiberium Wars Editing Discuss any modding related issues to do with Tiberium Wars here.

Reply
 
LinkBack Thread Tools
Old 02-10-2008, 11:19 AM   #1 (permalink)
Junior Member
 
General_Subway's Avatar
 
Join Date: Apr 2007
Location: Dresden, Germany
Posts: 15
Send a message via ICQ to General_Subway
Post Damage Types

Greetings!

A list of damage types i found in weapon.xml and armor.xml. Is there more?

GUN - firearms
CANNON - cannons
GRENADE - (Hand-) Grenades, bombs
ROCKET - all kinds of missiles
SNIPER - sniper weapons
FLAME - flamethrowers
MINE - mines, minefields
FORCE - falling stuff
UNRESISTABLE - ?
TIBERIUM - damage taken touching tiberium cristals
HEALING - repairing and healing "weapons"
SIEGE - ?
CRUSH - self explaining
STORM_SHIELD - Ion Storm

Sry 4 bad English...
General_Subway
General_Subway is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-10-2008, 04:56 PM   #2 (permalink)
Senior Member
 
CommieDog's Avatar
 
Join Date: Oct 2004
Location: Alaska (Hell Frozen Over)
Posts: 369
Post

Here is the full list from DamageDef.xsd:
Code:
	<xs:simpleType name="DamageType">
		<xs:restriction base="xs:string">

			<xs:enumeration value="FORCE" />
			<xs:enumeration value="CRUSH" />
			<xs:enumeration value="SLASH" />
			<xs:enumeration value="PIERCE" />
			<xs:enumeration value="SIEGE" />
			<xs:enumeration value="STRUCTURAL" />
			<xs:enumeration value="FLAME" />
			<xs:enumeration value="HEALING" />
			<xs:enumeration value="UNRESISTABLE" />
			<xs:enumeration value="WATER" />
			<xs:enumeration value="PENALTY" />
			<xs:enumeration value="FALLING" />
			<xs:enumeration value="BLAST" />
			<xs:enumeration value="REFLECTED" />
			<xs:enumeration value="PASSENGER" />
			<xs:enumeration value="MAGIC" />
			<xs:enumeration value="CHOP" />
			<xs:enumeration value="HERO" />
			<xs:enumeration value="SPECIALIST" />
			<xs:enumeration value="FLY_INTO" />
			<xs:enumeration value="UNDEFINED" />
			<xs:enumeration value="LOGICAL_FIRE" />
			<xs:enumeration value="POISON" />
			<xs:enumeration value="LASER" />
			<xs:enumeration value="PLASMA" />
			<xs:enumeration value="FIRE" />
			<xs:enumeration value="ROCKET" />
			<xs:enumeration value="GUN" />
			<xs:enumeration value="CANNON" />
			<xs:enumeration value="GRENADE" />
			<xs:enumeration value="SNIPER" />
			<xs:enumeration value="MINE" />
			<xs:enumeration value="TIBERIUM" />
			<xs:enumeration value="STORM_SHIELD" />
			
			<!-- Special case, understood by pipeline -->
			<xs:enumeration value="ALL" />

		</xs:restriction>
	</xs:simpleType>
CommieDog is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-10-2008, 05:28 PM   #3 (permalink)
Junior Member
 
General_Subway's Avatar
 
Join Date: Apr 2007
Location: Dresden, Germany
Posts: 15
Send a message via ICQ to General_Subway
Thumbs up

Greets!

Very interesting! Thx 4 posting!
General_Subway is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 03:55 AM.


Design By: Miner Skinz.com
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.