Upload files to "Heap"

This commit is contained in:
threememories 2026-04-27 01:19:59 +00:00
parent fa0e81a810
commit 16549d6bf8
5 changed files with 83 additions and 0 deletions

14
Heap/Heap40029.txt Normal file
View File

@ -0,0 +1,14 @@
subclass BTalk of WorldObjectBase
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
pName = $0
pSelf = $0
pType = $12 ; 18, nsLeft
buildVerbList()
}
string_0024 = "BTalk"

19
Heap/Heap40030.txt Normal file
View File

@ -0,0 +1,19 @@
subclass BUse of WorldObjectBase
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
pName = $0
pSelf = $0
pType = $13 ; 19, nsTop
pOwner = $0
pApproach = $0
pVerb = $0
pSpell = $0
pTheurgism = $0
buildVerbList()
}
string_002e = "BUse"

20
Heap/Heap40031.txt Normal file
View File

@ -0,0 +1,20 @@
subclass BSwitch of WorldObjectBase
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
pName = $0
pSelf = $0
pType = $15 ; 21, nsBottom
pOwner = $0
pApproach = $1
pOpen = $0
buildVerbList()
handlesAction()
open()
close()
}
string_002a = "BSwitch"

17
Heap/Heap40032.txt Normal file
View File

@ -0,0 +1,17 @@
subclass BMix of WorldObjectBase
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
pName = $0
pSelf = $0
pType = $14 ; 20, nsRight
pSkill = $0
pSkillLevel = $0
pVerb = $0
buildVerbList()
}
string_002a = "BMix"

13
Heap/Heap40033.txt Normal file
View File

@ -0,0 +1,13 @@
subclass BDye of WorldObjectBase
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
pName = $0
pSelf = $0
pType = $17 ; 23, lsTop
pHairDye = $0
}
string_0026 = "BDye"