forked from BEEmod/BEE2-items
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request BEEmod#268 from TeamSpen210/dev
Pre-Release 18
- Loading branch information
Showing
662 changed files
with
70,004 additions
and
19,697 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
158 changes: 158 additions & 0 deletions
158
packages/bee1/beemod/items/drawbridge_50s/editoritems.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,158 @@ | ||
"Item" | ||
{ | ||
"Type" "ITEM_DRAW_BRIDGE" | ||
"ItemClass" "ItemButtonFloor" | ||
"Editor" | ||
{ | ||
"SubType" | ||
{ | ||
"Name" "Draw Bridge" | ||
"Model" | ||
{ | ||
"ModelName" "drawbridge.3ds" | ||
} | ||
"Palette" | ||
{ | ||
"Tooltip" "DRAW BRIDGE" | ||
"Image" "palette/drawbridge.png" | ||
} | ||
"Sounds" | ||
{ | ||
"SOUND_CREATED" "P2Editor.PlaceOther" | ||
"SOUND_EDITING_ACTIVATE" "P2Editor.ExpandOther" | ||
"SOUND_EDITING_DEACTIVATE" "P2Editor.CollapseOther" | ||
"SOUND_DELETED" "P2Editor.RemoveOther" | ||
} | ||
} | ||
"MovementHandle" "HANDLE_4_DIRECTIONS" | ||
} | ||
"Properties" | ||
{ | ||
"ConnectionCount" | ||
{ | ||
"DefaultValue" "0" | ||
"Index" "1" | ||
} | ||
"StartEnabled" | ||
{ | ||
"DefaultValue" "0" | ||
"Index" "2" | ||
} | ||
} | ||
"Exporting" | ||
{ | ||
"Instances" | ||
{ | ||
"0" | ||
{ | ||
"Name" "instances/BEE2/50s/items/bee/drawbridge/white.vmf" | ||
"EntityCount" "12" | ||
"BrushCount" "5" | ||
"BrushSideCount" "32" | ||
} | ||
"1" | ||
{ | ||
"Name" "instances/BEE2/50s/items/bee/drawbridge/black.vmf" | ||
"EntityCount" "12" | ||
"BrushCount" "5" | ||
"BrushSideCount" "32" | ||
} | ||
"pan_logic" "instances/BEE2/50s/items/bee/drawbridge/logic.vmf" | ||
|
||
"pan_rope_floor" "instances/BEE2/50s/items/bee/drawbridge/rope_floor.vmf" | ||
"pan_rope_wall" "instances/BEE2/50s/items/bee/drawbridge/rope_wall.vmf" | ||
|
||
"static_up" "instances/BEE2/50s/items/bee/drawbridge/static_up.vmf" | ||
"static_down" "instances/BEE2/50s/items/bee/drawbridge/static_down.vmf" | ||
} | ||
|
||
"TargetName" "db" | ||
"Inputs" | ||
{ | ||
"CONNECTION_STANDARD" | ||
{ | ||
"Activate" "instance:counter;Add" | ||
"Deactivate" "instance:counter;Subtract" | ||
} | ||
} | ||
"Offset" "64 64 64" | ||
|
||
"OccupiedVoxels" | ||
{ | ||
"Voxel" | ||
{ | ||
"Pos" "0 0 0" | ||
"Surface" | ||
{ | ||
"Normal" "0 0 1" | ||
} | ||
} | ||
} | ||
"ConnectionPoints" | ||
{ | ||
// left | ||
"Point" | ||
{ | ||
"Dir" "1 0 0" | ||
"Pos" "-1 3 0" | ||
"SignageOffset" "-2 2 0" | ||
"Priority" "0" | ||
} | ||
"Point" | ||
{ | ||
"Dir" "1 0 0" | ||
"Pos" "-1 4 0" | ||
"SignageOffset" "-2 5 0" | ||
"Priority" "0" | ||
} | ||
|
||
// right | ||
"Point" | ||
{ | ||
"Dir" "-1 0 0" | ||
"Pos" "8 3 0" | ||
"SignageOffset" "9 2 0" | ||
"Priority" "0" | ||
} | ||
"Point" | ||
{ | ||
"Dir" "-1 0 0" | ||
"Pos" "8 4 0" | ||
"SignageOffset" "9 5 0" | ||
"Priority" "0" | ||
} | ||
|
||
// up | ||
"Point" | ||
{ | ||
"Dir" "0 1 0" | ||
"Pos" "3 -1 0" | ||
"SignageOffset" "2 -2 0" | ||
"Priority" "0" | ||
} | ||
"Point" | ||
{ | ||
"Dir" "0 1 0" | ||
"Pos" "4 -1 0" | ||
"SignageOffset" "5 -2 0" | ||
"Priority" "0" | ||
} | ||
|
||
// down | ||
"Point" | ||
{ | ||
"Dir" "0 -1 0" | ||
"Pos" "3 8 0" | ||
"SignageOffset" "2 9 0" | ||
"Priority" "0" | ||
} | ||
"Point" | ||
{ | ||
"Dir" "0 -1 0" | ||
"Pos" "4 8 0" | ||
"SignageOffset" "5 9 0" | ||
"Priority" "0" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
"Properties" | ||
{ | ||
"Authors" "BenVlodgi, Rantis, TeamSpen210" | ||
"Tags" "BEE;BEEMOD 1;Panels" | ||
"Description" "A 1 1/2 sized black or white panel arm which extends up like a drawbridge." | ||
"Icon" | ||
{ | ||
"0" "clean/drawbridge.png" | ||
} | ||
} |
Oops, something went wrong.