mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28:29 +08:00
Improved help text.
This commit is contained in:
parent
20a1046053
commit
944f72d1a7
@ -9,16 +9,16 @@ export class HelpView extends ResizableWidget {
|
|||||||
{ class: "hunt_optimizer_HelpView" },
|
{ class: "hunt_optimizer_HelpView" },
|
||||||
el.p({
|
el.p({
|
||||||
text:
|
text:
|
||||||
"Add some items with the drop down to see the optimal combination of hunt methods on the right.",
|
"Add some items with the combo box on the left to see the optimal combination of hunt methods on the right.",
|
||||||
}),
|
}),
|
||||||
el.p({
|
el.p({
|
||||||
text:
|
text:
|
||||||
'At the moment a method is simply a quest run-through. Partial quest run-throughs are coming. View the list of methods on the "Methods" tab. Each method takes a certain amount of time, which affects the optimization result. Make sure the times are correct for you.',
|
'At the moment a hunt method is simply a quest run-through. Partial quest run-throughs are coming. View the list of methods on the "Methods" tab. Each method takes a certain amount of time, which affects the optimization result. Make sure the times are correct for you.',
|
||||||
}),
|
}),
|
||||||
el.p({ text: "Only enemy drops are considered. Box drops are coming." }),
|
el.p({ text: "Only enemy drops are considered. Box drops are coming." }),
|
||||||
el.p({
|
el.p({
|
||||||
text:
|
text:
|
||||||
"The optimal result is calculated using linear optimization. The optimizer takes rare enemies and the fact that pan arms can be split in two into account.",
|
"The optimal result is calculated using linear optimization. The optimizer takes into account rare enemies and the fact that pan arms can be split in two.",
|
||||||
}),
|
}),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user