Wiki source code of Unarmed

Version 8.1 by test user on 2026/05/26 20:58

Show last authors
1 {{liveData
2 id="mud-weapons-unarmed"
3 source="liveTable"
4 sourceParameters="className=MUD.Code.WeaponClass&translationPrefix=platform.index.&location=MUD.Items.Weapons.Unarmed"
5 properties="doc.title,judge,hands,damage_type,quality,source,quest_required"
6 sort="doc.title"
7 }}
8 {
9 "meta": {
10 "propertyDescriptors": [
11 {
12 "id": "doc.title",
13 "name": "Weapon",
14 "editable": false
15 },
16 {
17 "id": "judge",
18 "editable": false
19 },
20 {
21 "id": "hands",
22 "editable": false
23 },
24 {
25 "id": "damage_type",
26 "editable": false
27 },
28 {
29 "id": "quality",
30 "editable": false
31 },
32 {
33 "id": "source",
34 "editable": false
35 },
36 {
37 "id": "quest_required",
38 "editable": false
39 }
40 ]
41 }
42 }
43 {{/liveData}}
44
45 ----
46
47 {{velocity}}
48 {{html clean="false"}}
49 <p class="xm-create-button xm-create-button-weapons"><a class="btn btn-primary" href="$doc.getURL('create', 'templateprovider=MUD.Code.Templates.WeaponTemplateProvider')"><span class="fa fa-plus"></span> New Weapon</a></p>
50 {{/html}}
51 {{/velocity}}