forked from Hazardu/ChampionsOfForest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathModInfo.xml
90 lines (90 loc) · 1.9 KB
/
ModInfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<Mod ID="ChampionsOfForest">
<Compatible>1.11b</Compatible>
<Button Standard="F4" ID="MenuToggle">
<Name>
<EN>Toggle Menu</EN>
</Name>
<Description>
<EN>opens and closes the main menu</EN>
</Description>
</Button>
<Button Standard="Alpha6" ID="spell1">
<Name>
<EN> First Spell</EN>
</Name>
<Description>
<EN></EN>
</Description>
</Button>
<Button Standard="Alpha7" ID="spell2">
<Name>
<EN>Second Spell</EN>
</Name>
<Description>
<EN></EN>
</Description>
</Button>
<Button Standard="Alpha8" ID="spell3">
<Name>
<EN>Third Spell</EN>
</Name>
<Description>
<EN></EN>
</Description>
</Button>
<Button Standard="T" ID="spell4">
<Name>
<EN>Forth Spell</EN>
</Name>
<Description>
<EN></EN>
</Description>
</Button>
<Button Standard="Y" ID="spell5">
<Name>
<EN> Fifth Spell</EN>
</Name>
<Description>
<EN></EN>
</Description>
</Button>
<Button Standard="U" ID="spell6">
<Name>
<EN>Sixth Spell</EN>
</Name>
<Description>
<EN></EN>
</Description>
</Button>
<Button Standard="E" ID="ItemPickUp">
<Name>
<EN>Pick up items</EN>
</Name>
<Description>
<EN></EN>
</Description>
</Button>
<Button Standard="Alpha5" ID="EquipWeapon">
<Name>
<EN>Equip custom weapon</EN>
</Name>
<Description>
<EN></EN>
</Description>
</Button>
<Button Standard="Z" ID="ping">
<Name>
<EN>Ping Object</EN>
</Name>
<Description>
<EN>Sygnalize a item, enemy or location to other players. hold z and rightclick to mark an enemy</EN>
</Description>
</Button>
<Name>
<EN>Champions of The Forest</EN>
</Name>
<Description>
<EN>Now with in-game localization-anyone willing to help translating the mod?</EN>
</Description>
<Version>1.6.8.5</Version>
</Mod>