mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 13:04:05 +09:00
new item type, "Dynamic Item"; working text terminal
Former-commit-id: 81e6d836f5f1e6490027d38146a32d404cf9ce3e Former-commit-id: af6557340f9cd0ea0b67eb7a8825aeffe75f9d82
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
|Range|Description|
|
||||
|-----|-----------|
|
||||
|0..4095|Tiles|
|
||||
|4096..32767|Items|
|
||||
|32768..0x7FFFFFFF|Actors|
|
||||
|0x80000000..0xFFFFFFFF (all negative number)|Faction|
|
||||
|4096..32767|Items (static)|
|
||||
|32768..16777215|Items (dynamic\*)|
|
||||
|16777216..0x7FFFFFFF|Actors|
|
||||
|0x80000000..0xFFFFFFFF (all negative numbers)|Faction|
|
||||
|
||||
* dynamic items can have their own properties that will persist through savegame.
|
||||
Reference in New Issue
Block a user