mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Wiki update (#4589)
* Wiki update - Updated class-names.md entries for chemlights, incendiary grenade and spraypaint. Added chemlights feature with usage info. Added spraypaint feature with usage info. * correct version of spray paint in class-names.md * Correction removed spraypaint.md since tagging.md was already present updated chemlights with removal of 1.1 (adding throw possibilities) * Reworked chemlights.md removed usage => already referred to advanced grenades Changed description * removed tagging addition from class-names.md * added |
This commit is contained in:
parent
fc15ab9cf0
commit
07068260fe
@ -73,6 +73,19 @@ Class Name | In-Game Name | Type |
|
|||||||
---------- | --------- | ---------
|
---------- | --------- | ---------
|
||||||
ACE_CableTie | cable tie | ACE_ItemCore |
|
ACE_CableTie | cable tie | ACE_ItemCore |
|
||||||
|
|
||||||
|
### Chemlights
|
||||||
|
`Added in 3.7.0`
|
||||||
|
|
||||||
|
Class Name | In-Game Name | Type |
|
||||||
|
---------- | --------- | ---------
|
||||||
|
ACE_Chemlight_HiOrange | Chemlight (Hi Orange) | Throwable |
|
||||||
|
ACE_Chemlight_HiRed | Chemlight (Hi Red) | Throwable |
|
||||||
|
ACE_Chemlight_HiYellow | Chemlight (Hi Yellow) | Throwable |
|
||||||
|
ACE_Chemlight_HiWhite | Chemlight (Hi White) | Throwable |
|
||||||
|
ACE_Chemlight_Orange | Chemlight (Orange) | Throwable |
|
||||||
|
ACE_Chemlight_White | Chemlight (White) | Throwable |
|
||||||
|
ACE_Chemlight_IR | Chemlight (IR) | Throwable |
|
||||||
|
|
||||||
### Common
|
### Common
|
||||||
`Added in 3.0.0`
|
`Added in 3.0.0`
|
||||||
|
|
||||||
@ -131,6 +144,7 @@ ACE_HandFlare_White | M127A1 Hand Held Signal (White) | Grenade |
|
|||||||
ACE_HandFlare_Red | M127A1 Hand Held Signal (Red | Grenade |
|
ACE_HandFlare_Red | M127A1 Hand Held Signal (Red | Grenade |
|
||||||
ACE_HandFlare_Green | M127A1 Hand Held Signal (Green) | Grenade |
|
ACE_HandFlare_Green | M127A1 Hand Held Signal (Green) | Grenade |
|
||||||
ACE_HandFlare_Yellow | M127A1 Hand Held Signal (Yellow) | Grenade |
|
ACE_HandFlare_Yellow | M127A1 Hand Held Signal (Yellow) | Grenade |
|
||||||
|
ACE_M14 | AN-M14 Incendiary Grenade | Grenade |
|
||||||
ACE_M84 | M84 Stun Grenade | Grenade |
|
ACE_M84 | M84 Stun Grenade | Grenade |
|
||||||
|
|
||||||
### Gun Bag
|
### Gun Bag
|
||||||
@ -339,6 +353,7 @@ Class Name | In-Game Name | Type |
|
|||||||
ACE_SpottingScope | Spotting Scope | ACE_ItemCore |
|
ACE_SpottingScope | Spotting Scope | ACE_ItemCore |
|
||||||
ACE_SpottingScopeObject | Spotting Scope (placed) | StaticATWeapon |
|
ACE_SpottingScopeObject | Spotting Scope (placed) | StaticATWeapon |
|
||||||
|
|
||||||
|
|
||||||
### Tactical Ladder
|
### Tactical Ladder
|
||||||
`Added in 3.1.1`
|
`Added in 3.1.1`
|
||||||
|
|
||||||
@ -352,10 +367,10 @@ ACE_Tactical_Ladder | Telescopic Ladder (placed) | house |
|
|||||||
|
|
||||||
Class Name | In-Game Name | Type |
|
Class Name | In-Game Name | Type |
|
||||||
---------- | --------- | ---------
|
---------- | --------- | ---------
|
||||||
ACE_SpraypaintBlack | Spraypaint Black | ACE_ItemCore |
|
ACE_SpraypaintBlack | Black spray paint | ACE_ItemCore |
|
||||||
ACE_SpraypaintBlue | Spraypaint Blue | ACE_ItemCore |
|
ACE_SpraypaintBlue | Blue spray paint | ACE_ItemCore |
|
||||||
ACE_SpraypaintGreen | Spraypaint Green | ACE_ItemCore |
|
ACE_SpraypaintGreen | Green spray paint | ACE_ItemCore |
|
||||||
ACE_SpraypaintRed | Spraypaint Red | ACE_ItemCore |
|
ACE_SpraypaintRed | Red spray paint | ACE_ItemCore |
|
||||||
|
|
||||||
### Trenches
|
### Trenches
|
||||||
`Added in 3.5.0`
|
`Added in 3.5.0`
|
||||||
|
27
docs/wiki/feature/chemlights.md
Normal file
27
docs/wiki/feature/chemlights.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
---
|
||||||
|
layout: wiki
|
||||||
|
title: Chemlights
|
||||||
|
description: Adds enhanced types of chemlights.
|
||||||
|
group: feature
|
||||||
|
category: equipment
|
||||||
|
parent: wiki
|
||||||
|
mod: ace
|
||||||
|
version:
|
||||||
|
major: 3
|
||||||
|
minor: 7
|
||||||
|
patch: 0
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="panel callout">
|
||||||
|
<h5>Note:</h5>
|
||||||
|
<p>Check out the <a href="{{ site.baseurl }}/wiki/feature/advanced-throwing.html">Advanced Throwing</a> page for the new alternative system introduced in version 3.7.0.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
## 1. Overview
|
||||||
|
|
||||||
|
### 1.1 Chemlights
|
||||||
|
Adds throwable chemlights in the colors white, red, green and yellow. Additionally "Hi" chemlights are added that emit a brighter glow.
|
||||||
|
|
||||||
|
## 2. Dependencies
|
||||||
|
|
||||||
|
{% include dependencies_list.md component="chemlights" %}
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: wiki
|
layout: wiki
|
||||||
title: Grenades
|
title: Grenades
|
||||||
description: Different throwing modes for grenades, a flashbang and hand flares.
|
description: Different throwing modes for grenades, a flashbang, incendiary grenade and hand flares.
|
||||||
group: feature
|
group: feature
|
||||||
category: equipment
|
category: equipment
|
||||||
parent: wiki
|
parent: wiki
|
||||||
@ -28,6 +28,9 @@ Adds throwable hand flares in the colors white, red, green and yellow. Additiona
|
|||||||
### 1.3 M84 stun grenade
|
### 1.3 M84 stun grenade
|
||||||
Adds the M84 stun grenade. The stun effect will also affect AI.
|
Adds the M84 stun grenade. The stun effect will also affect AI.
|
||||||
|
|
||||||
|
### 1.4 M14 Incendiary grenade
|
||||||
|
Adds the AN-M14 incendiary grenade. This grenade has a thermate filler and is primarily used for the destruction of material.
|
||||||
|
|
||||||
## 2. Usage
|
## 2. Usage
|
||||||
|
|
||||||
### 2.1 Switching between throw modes
|
### 2.1 Switching between throw modes
|
||||||
|
Loading…
Reference in New Issue
Block a user