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