added cutom top hak for 2das

Added size scaling to some creatures
This commit is contained in:
EpicValor
2023-10-02 00:40:21 -05:00
parent 2dd1232491
commit 2ed1d909e8
23 changed files with 5106 additions and 207 deletions

View File

@@ -2913,7 +2913,7 @@
},
"Version": {
"type": "dword",
"value": 48
"value": 51
},
"Width": {
"type": "int",

View File

@@ -2,7 +2,29 @@
"__data_type": "GIC ",
"Creature List": {
"type": "list",
"value": []
"value": [
{
"__struct_id": 4,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 4,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 4,
"Comment": {
"type": "cexostring",
"value": ""
}
}
]
},
"Door List": {
"type": "list",

File diff suppressed because it is too large Load Diff

View File

@@ -4449,6 +4449,13 @@
"Mod_HakList": {
"type": "list",
"value": [
{
"__struct_id": 8,
"Mod_Hak": {
"type": "cexostring",
"value": "aantioch_top"
}
},
{
"__struct_id": 8,
"Mod_Hak": {

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -21,7 +21,6 @@ void main()
//Get the first itemproperty on the weapon
itemproperty ipLoop=GetFirstItemProperty(oOldWeapon);
object oNewWeapon = CreateItemOnObject (sItemTemplate1, oForge, 1);
//object oNewWeapon = GetNextItemInInventory (oForge);
//Loop for as long as the ipLoop variable is valid
while (GetIsItemPropertyValid(ipLoop))

View File

@@ -24,10 +24,10 @@ object oNewWeapon = CreateItemOnObject (sItemTemplate1, oForge, 1);
//object oNewWeapon = GetNextItemInInventory (oForge);
//Loop for as long as the ipLoop variable is valid
while (GetIsItemPropertyValid(ipLoop))
while (GetIsPlaceableObjectActionPossible(oForge, PLACEABLE_ACTION_USE))
{
//Add itemprops to new weapon
IPSafeAddItemProperty(oNewWeapon, ipLoop);
AddItemProperty(DURATION_TYPE_PERMANENT,ipLoop, oNewWeapon);
//Next itemproperty on the list...
ipLoop=GetNextItemProperty(oOldWeapon);

View File

@@ -114,6 +114,26 @@
"type": "resref",
"value": "alongbow"
},
"VarTable": {
"type": "list",
"value": [
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "keen"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
}
]
},
"xModelPart1": {
"type": "word",
"value": 23