@bgforge/mls-server 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +0 -0
- package/README.md +42 -0
- package/out/completion.fallout-ssl.json +7972 -0
- package/out/completion.fallout-worldmap-txt.json +308 -0
- package/out/completion.weidu-baf.json +7630 -0
- package/out/completion.weidu-d.json +534 -0
- package/out/completion.weidu-tp2.json +6448 -0
- package/out/engine-proc-docs.json +29 -0
- package/out/engine-procedures.json +29 -0
- package/out/hover.fallout-ssl.json +4730 -0
- package/out/hover.fallout-worldmap-txt.json +146 -0
- package/out/hover.weidu-baf.json +4550 -0
- package/out/hover.weidu-d.json +272 -0
- package/out/hover.weidu-tp2.json +3818 -0
- package/out/server.js +30865 -0
- package/out/signature.fallout-ssl.json +32 -0
- package/out/td-plugin.js +1 -0
- package/out/td-runtime.d.ts +314 -0
- package/out/tree-sitter-baf.wasm +0 -0
- package/out/tree-sitter-ssl.wasm +0 -0
- package/out/tree-sitter-weidu_d.wasm +0 -0
- package/out/tree-sitter-weidu_tp2.wasm +0 -0
- package/out/tssl-plugin.js +11 -0
- package/out/web-tree-sitter.wasm +0 -0
- package/package.json +59 -0
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Ratio": {
|
|
3
|
+
"contents": {
|
|
4
|
+
"kind": "markdown",
|
|
5
|
+
"value": "```fallout-worldmap-txt\nRatio:#%\n```\nDetermines frequency of occurrence, %."
|
|
6
|
+
}
|
|
7
|
+
},
|
|
8
|
+
"pid": {
|
|
9
|
+
"contents": {
|
|
10
|
+
"kind": "markdown",
|
|
11
|
+
"value": "```fallout-worldmap-txt\npid:<#>\n```\nDetermines what this critter's pid is.\n\n`pid:<string>` looks up the pid # from the string."
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"Script": {
|
|
15
|
+
"contents": {
|
|
16
|
+
"kind": "markdown",
|
|
17
|
+
"value": "```fallout-worldmap-txt\nScript:<#>\n```\nOverrides the default script with a new one."
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"Dead": {
|
|
21
|
+
"contents": {
|
|
22
|
+
"kind": "markdown",
|
|
23
|
+
"value": "```fallout-worldmap-txt\nDead\n```\nMeans that the critter starts out in a dead state."
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"Item": {
|
|
27
|
+
"contents": {
|
|
28
|
+
"kind": "markdown",
|
|
29
|
+
"value": "```fallout-worldmap-txt\nItem\n```\n- `Item:<#>` gives an item of a given pid #.\n- `Item:<string>` dictates an item (from a lookup table) that this critter has.\n- `Item:(#)<string>` the # dictates quantity of the item, possibly a range.\n- `Item:(<string>)` gives a whole list of items."
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"If": {
|
|
33
|
+
"contents": {
|
|
34
|
+
"kind": "markdown",
|
|
35
|
+
"value": "```fallout-worldmap-txt\nIf:<something>\n```\nConditionals, allows `<`,`>`,`<=`,`>=`,==`,`&` as well as tests on `Player(<stat/attribute/skill/etc.>)`,\n`Enctr(Num_Critters)`, `Time`, `Global(<variable index>)`, `Rand(Chance%)`."
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"Distance": {
|
|
39
|
+
"contents": {
|
|
40
|
+
"kind": "markdown",
|
|
41
|
+
"value": "```fallout-worldmap-txt\nDistance:#\n```\nForces the distance for a particular critter (if possible)."
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"TileNum": {
|
|
45
|
+
"contents": {
|
|
46
|
+
"kind": "markdown",
|
|
47
|
+
"value": "```fallout-worldmap-txt\nTileNum:#\n```\nForces this object to appear at a given tile `#`."
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"Spatial": {
|
|
51
|
+
"contents": {
|
|
52
|
+
"kind": "markdown",
|
|
53
|
+
"value": "```fallout-worldmap-txt\nSpatial<string>\n```\nAttaches a spatial script to the map."
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"Special": {
|
|
57
|
+
"contents": {
|
|
58
|
+
"kind": "markdown",
|
|
59
|
+
"value": "```fallout-worldmap-txt\nSpecial\n```\nEncounter entry special flag."
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"Spacing": {
|
|
63
|
+
"contents": {
|
|
64
|
+
"kind": "markdown",
|
|
65
|
+
"value": "```fallout-worldmap-txt\nSpacing:#\n```\nHexes between them (spread/density)."
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"lookup_name": {
|
|
69
|
+
"contents": {
|
|
70
|
+
"kind": "markdown",
|
|
71
|
+
"value": "```fallout-worldmap-txt\nlookup_name\n```\nEncounter table key"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"maps": {
|
|
75
|
+
"contents": {
|
|
76
|
+
"kind": "markdown",
|
|
77
|
+
"value": "```fallout-worldmap-txt\nmaps\n```\nEncounter table key - list of maps."
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"team_num": {
|
|
81
|
+
"contents": {
|
|
82
|
+
"kind": "markdown",
|
|
83
|
+
"value": "```fallout-worldmap-txt\nteam_num\n```\nEncounter table key - team number."
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"position": {
|
|
87
|
+
"contents": {
|
|
88
|
+
"kind": "markdown",
|
|
89
|
+
"value": "```fallout-worldmap-txt\nposition\n```\nEncounter table key - formation."
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"Wielded": {
|
|
93
|
+
"contents": {
|
|
94
|
+
"kind": "markdown",
|
|
95
|
+
"value": "```fallout-worldmap-txt\nWielded\n```\nItem is equipped."
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
"Counter": {
|
|
99
|
+
"contents": {
|
|
100
|
+
"kind": "markdown",
|
|
101
|
+
"value": "```fallout-worldmap-txt\nCounter\n```\nKeeps count of encounter entry and doesn't let it happen if over specified count?"
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"Global": {
|
|
105
|
+
"contents": {
|
|
106
|
+
"kind": "markdown",
|
|
107
|
+
"value": "```fallout-worldmap-txt\nGlobal\n```\nGlobal variable."
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"surrounding": {
|
|
111
|
+
"contents": {
|
|
112
|
+
"kind": "markdown",
|
|
113
|
+
"value": "```fallout-worldmap-txt\nsurrounding\n```\nposition"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"straight_line": {
|
|
117
|
+
"contents": {
|
|
118
|
+
"kind": "markdown",
|
|
119
|
+
"value": "```fallout-worldmap-txt\nstraight_line\n```\nposition"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"double_line": {
|
|
123
|
+
"contents": {
|
|
124
|
+
"kind": "markdown",
|
|
125
|
+
"value": "```fallout-worldmap-txt\ndouble_line\n```\nposition"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"wedge": {
|
|
129
|
+
"contents": {
|
|
130
|
+
"kind": "markdown",
|
|
131
|
+
"value": "```fallout-worldmap-txt\nwedge\n```\nposition"
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"cone": {
|
|
135
|
+
"contents": {
|
|
136
|
+
"kind": "markdown",
|
|
137
|
+
"value": "```fallout-worldmap-txt\ncone\n```\nposition"
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"huddle": {
|
|
141
|
+
"contents": {
|
|
142
|
+
"kind": "markdown",
|
|
143
|
+
"value": "```fallout-worldmap-txt\nhuddle\n```\nposition"
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|