Skip to content

Commit

Permalink
added support to edit gameobject_template_addon
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosua committed Jan 22, 2024
1 parent 4e26d8c commit 6c4a9f9
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 154 deletions.
4 changes: 2 additions & 2 deletions CSV/GameObjectFlags.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
4;TRANSPORT (Object can transport - boat, elevator, car)
5;NOT_SELECTABLE (Not even in GM-mode)
6;NODESPAWN (Never despawn, typ for doors, they just change state)
7;TRIGGERED (Typ, summoned objects. Triggered by spell or other events)
8;UNK1
7;AI_OBSTACLE (makes the client register the object in something called AIObstacleMgr, unknown what it does)
8;FREEZE_ANIMATION
9;UNK2
10;DAMAGED (Has been siege damaged)
11;DESTROYED (Has been destroyed)
2 changes: 1 addition & 1 deletion CSV/GameObjectType.csv
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
32;BARBER_CHAIR
33;DESTRUCTIBLE_BUILDING
34;GUILD_BANK
35;TRAPDOOR (REMOVED?)
35;TRAPDOOR
Loading

0 comments on commit 6c4a9f9

Please sign in to comment.