Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit 3a3584b

Browse files
committed
feat: Create weaponmoddb.md page.
1 parent 06cdd4c commit 3a3584b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: weapontype
3+
---
4+
5+
## Overview
6+
7+
Contains `[WeaponType]` entries that determine weapon effectiveness against different types of shield.
8+
9+
## Syntax
10+
11+
`[WeaponType]` blocks are repeatable.
12+
13+
### Vanilla Examples
14+
15+
* `DATA\EQUIPMENT\weaponmoddb.ini`
16+
17+
### WeaponType
18+
19+
```ini
20+
[WeaponType]
21+
nickname = STRING ;repeatable
22+
shield_mod = STRING, FLOAT
23+
```
24+
25+
| Parameter | Information |
26+
| ---------- | --------------------------------------------------------------------------------------------------- |
27+
| nickname | How this WeaponType is referenced by the `weapon_type` key in [equipment](./equipment.md) files. |
28+
| shield_mod | Defines an arbitrary shield type and a % effectiveness of this WeaponType against that shield type. |

0 commit comments

Comments
 (0)