Shields
From Data Realms Wiki
(Difference between revisions)
(Updated and completed with new arsenal images. Reworked page. Removed "stub" tag-- there's really nothing more to say for shields.) |
|||
Line 1: | Line 1: | ||
- | Shields are a category | + | Shields are a category of [[HeldDevice]] items equipped to the background arm (offhand) of an [[AHuman]]. Shields don't properly equip to [[ACrab]] actors. |
- | + | ||
- | + | Currently there is only one shield in the game. However, the category has proven useful for modders. | |
- | + | ||
- | + | ||
- | + | ||
- | Although currently only used by the game for shields, the Shield category has been used by the mod community to enable the creation of | + | == [[Free Trade]] == |
+ | |||
+ | === Riot Shield === | ||
+ | [[Image:Riot_Shield--4X.png]] | ||
+ | * Tech: [[Free Trade]] | ||
+ | * Gold Value: 15 | ||
+ | * Mass: 8 | ||
+ | * Description: "This metal shield provides excellent additional frontal protection to the user and it can stop numerous hits before breaking up." <br> | ||
+ | Able to stand up to a barrage about as well as a "heavy infantry" classed [[Actors | Actor]], the Riot Shield leaves a bit of exposure. It is best to stay low to the ground when hiding behind the shield. | ||
+ | |||
+ | |||
+ | == Off-hand Weapons == | ||
+ | Although currently only used by the game for shields, the Shield category has been used by the mod community to enable the creation of '''Off-hand Weapons''': | ||
<pre> | <pre> | ||
AddDevice = HDFirearm | AddDevice = HDFirearm | ||
Line 13: | Line 22: | ||
</pre> | </pre> | ||
- | If an [[Actor]] has both a Shield/Off-hand Weapon and a one-handed weapon | + | If an [[Actor]] has both a Shield/Off-hand Weapon and a one-handed [[Weapons | weapon]] equipped, both can be fired at the same time. |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + |
Revision as of 06:32, 9 July 2012
Shields are a category of HeldDevice items equipped to the background arm (offhand) of an AHuman. Shields don't properly equip to ACrab actors.
Currently there is only one shield in the game. However, the category has proven useful for modders.
Free Trade
Riot Shield
- Tech: Free Trade
- Gold Value: 15
- Mass: 8
- Description: "This metal shield provides excellent additional frontal protection to the user and it can stop numerous hits before breaking up."
Able to stand up to a barrage about as well as a "heavy infantry" classed Actor, the Riot Shield leaves a bit of exposure. It is best to stay low to the ground when hiding behind the shield.
Off-hand Weapons
Although currently only used by the game for shields, the Shield category has been used by the mod community to enable the creation of Off-hand Weapons:
AddDevice = HDFirearm PresetName = <Weapon Name Here> AddToGroup = Shields
If an Actor has both a Shield/Off-hand Weapon and a one-handed weapon equipped, both can be fired at the same time.