Add missing spacetick trigger, immnet trigger, fix wimpy bar
This commit is contained in:
parent
85c052b6de
commit
2e9f5ece77
2
mfile
2
mfile
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"package": "lotj-ui",
|
"package": "lotj-ui",
|
||||||
"version": "1.0"
|
"version": "1.1"
|
||||||
}
|
}
|
@ -83,7 +83,7 @@ function lotj.infoPanel.createBasicStats(container)
|
|||||||
local wimpyBar = Geyser.Label:new({
|
local wimpyBar = Geyser.Label:new({
|
||||||
x=0, y=0,
|
x=0, y=0,
|
||||||
width=2, height="100%",
|
width=2, height="100%",
|
||||||
}, healthGauge.front)
|
}, healthGauge.back)
|
||||||
wimpyBar:setStyleSheet([[
|
wimpyBar:setStyleSheet([[
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
]])
|
]])
|
||||||
|
@ -55,6 +55,10 @@
|
|||||||
{
|
{
|
||||||
"pattern": "^\\( IMM \\| CHAT \\)\\[.*\\]: '.*'$",
|
"pattern": "^\\( IMM \\| CHAT \\)\\[.*\\]: '.*'$",
|
||||||
"type": "regex"
|
"type": "regex"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "^ImmNet\\[.*\\]: .*$",
|
||||||
|
"type": "regex"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"script": "lotj.chat.routeMessage(\"imm\")"
|
"script": "lotj.chat.routeMessage(\"imm\")"
|
||||||
|
@ -9,6 +9,10 @@
|
|||||||
{
|
{
|
||||||
"pattern": "^Speed: [0-9]+ Fuel Level: [0-9]+% Coords: [-0-9]+ [-0-9]+ [-0-9]+$",
|
"pattern": "^Speed: [0-9]+ Fuel Level: [0-9]+% Coords: [-0-9]+ [-0-9]+ [-0-9]+$",
|
||||||
"type": "regex"
|
"type": "regex"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "^Target: .* [-0-9]+ [-0-9]+ [-0-9]+ \\(Prox: [0-9]+\\)",
|
||||||
|
"type": "regex"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"script": "lotj.infoPanel.markSpaceTick()"
|
"script": "lotj.infoPanel.markSpaceTick()"
|
||||||
|
Loading…
Reference in New Issue
Block a user