Phase 2: the remaining fifteen skills #78
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mostly tables once the loop, the contract and the bank exist. Sixteen
non-combat skills at 2017-07, and the sister project has fourteen of them
already written to behaviour we want.
Gathering — Mining, Fishing, Firemaking, Cooking. Firemaking is the only
one here that adds a mechanism rather than a table: a temporary loc spawned
on a tile, which the zone layer supports and nothing has asked it for yet.
Artisan and the rest — Smithing, Crafting, Fletching, Herblore,
Runecrafting, Thieving, Farming, Agility. Two of these finally give a caller to
something already built, tested and idle, which closes two open issues as a
side effect rather than as work:
World.Player.force_move/5— #62. Wired to the clientsince Tier 2, driven end to end by a test, and never called in production.
Energy.gain/2andEnergy.stamina/1— #63. The orangeorb has never appeared in play because nothing in the world eats or drinks.
Shops belong in this phase, because a skill needs a tool source and a sink.
Trade does not — it belongs with bots, which is what makes it load-bearing.
Construction and Hunter have no porting source at all. Neither exists in
the sister project nor in the reference implementation it drew from, so both
are built rather than ported and should not be scheduled as though a table
exists. Construction is worth separating for a second reason: it is the first
content that needs instances, which are built here and are not built there,
so it is the one item in this phase where the porting direction reverses
entirely.
Two porting rules apply to every table in this phase. Ids are 468 and must go
through the Phase 0 map. And the stat-shaped tables from the sister project
are a later-era import rather than era-correct data — take those numbers from
the wiki, with the date check, not from the port.
Done when a fresh account can pick any of the sixteen and train it.