Changes between Version 3 and Version 4 of Ticket #10768, comment 5
- Timestamp:
- Nov 12, 2018, 5:10:47 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10768, comment 5
v3 v4 20 20 Interactive items sometimes change their "loop"/"cel". Each item has a constant "mainLoop"/"mainCel" attribute for the default. That could be copied during a restart. Or maybe those volatile attributes can be turned into "maskLoop"/"maskCel", and the existing code will reset them. 21 21 22 Items also have a "value" (weight) that grows when combined with other items. This weight will continue to grow with each restart and further combination. There is no default for value, so each item would need its own hardcoded reset. Luckily, there are only two such items.22 Items also have a "value" (weight) that grows when combined with other items. This weight will continue to grow with each restart and further combination. There is no default for "value", so each item would need its own hardcoded reset. Luckily, there are only two such items. 23 23 24 24 * thePiepan (script 16)