131
edits
m (I'm not sure if primary/non-primary affects the prices. Some of these were non-primary when I was filling them in, so they might not be accurate for primary commodities) |
m |
||
Line 45: | Line 45: | ||
| 1-11 || 12-19 || 20-27 || 28-52 || 53-64 || 65-80 || 81+ || -- || 30 | | 1-11 || 12-19 || 20-27 || 28-52 || 53-64 || 65-80 || 81+ || -- || 30 | ||
|} | |} | ||
-------------Lio's Performance System------------- | |||
Commands: | |||
createperformance <performance name> | |||
Initializes the state for a new performance. | |||
NOTE: If a performance with that name exists | |||
it will be overwritten. | |||
deleteperformance <performance name> | |||
Deletes the entire performance of that name | |||
addevent <performance name> <time> <actions> | |||
Add an event to the given performance. Time | |||
Is the amount of time after this event and | |||
Before the next. | |||
removeevent <performance name> <number> | |||
Deletes the given event, moving all events | |||
after it up in the queue. | |||
listevents <performance name> | |||
List the events along with their event num | |||
perform <performance name> | |||
Begins the performance. The first event is | |||
immediately executed, with following events | |||
executed after the programmed time. |
edits