This commit is contained in:
Adam Goldsmith 2023-04-22 16:56:01 -04:00
parent 4480093d13
commit f89222f8e6
3065 changed files with 215781 additions and 68771 deletions

File diff suppressed because it is too large Load Diff

View File

@ -99,16 +99,14 @@
</VerticalLayout>
<!-- Title Splash when starting a scenario -->
<Panel
id="title_splash"
<Panel id="title_splash"
height="220"
position="0 250 0"
showAnimation="FadeIn"
hideAnimation="FadeOut"
active="false"
animationDuration="2">
<Image
id="title_gradient"
<Image id="title_gradient"
height="220"
image="TitleGradient" />
<Text id="title_splash_text"
@ -123,6 +121,7 @@
horizontalOverflow="Overflow">
</Text>
</Panel>
<!-- include OptionPanel.xml -->
<!-- Default formatting -->
<Defaults>
@ -146,7 +145,7 @@
outline="grey"
showAnimation="SlideIn_Right"
hideAnimation="SlideOut_Right"
animationDuration="0.1" />
animationDuration="0.2" />
<!-- group headers -->
<Row class="group-header"
@ -331,59 +330,17 @@
</Cell>
</Row>
<!-- Option: show token arranger -->
<!-- Option: show attachment helper -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Token Arranger</Text>
<Text class="description">See the contents of the chaos bag at a glance! This tool displays a sorted table of the tokens to allow easier guessing of your odds.</Text>
<Text class="option-header">Attachment Helper</Text>
<Text class="description">Provides a card-sized bag for cards that are attached to other cards (e.g. Backpack).</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showTokenArranger"
onValueChanged="onClick_toggleOption(showTokenArranger)"/>
</Cell>
</Row>
<!-- Option: show clean up helper -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Clean Up Helper</Text>
<Text class="description">Useful for campaign-play: It resets play areas to allow continuous gameplay in the same savegame.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showCleanUpHelper"
onValueChanged="onClick_toggleOption(showCleanUpHelper)"/>
</Cell>
</Row>
<!-- Option: show hand helper -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Hand Helper</Text>
<Text class="description">Never count your hand cards again! This tool does that for you and additionally enables easy discarding of random cards.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showHandHelper"
onValueChanged="onClick_toggleOption(showHandHelper)"/>
</Cell>
</Row>
<!-- Option: show search assistant -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Search Assistant</Text>
<Text class="description">Quickly search 3, 6, 9 or the top X cards of your deck!</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showSearchAssistant"
onValueChanged="onClick_toggleOption(showSearchAssistant)"/>
<Toggle id="showAttachmentHelper"
onValueChanged="onClick_toggleOption(showAttachmentHelper)"/>
</Cell>
</Row>
@ -401,45 +358,17 @@
</Cell>
</Row>
<!-- Option: show attachment helper -->
<!-- Option: show clean up helper -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Attachment Helper</Text>
<Text class="description">Provides a card-sized bag for cards that are attached to other cards (e.g. Backpack).</Text>
<Text class="option-header">Clean Up Helper</Text>
<Text class="description">Useful for campaign-play: It resets play areas to allow continuous gameplay in the same savegame.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showAttachmentHelper"
onValueChanged="onClick_toggleOption(showAttachmentHelper)"/>
</Cell>
</Row>
<!-- Option: show navigation overlay -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Navigation Overlay</Text>
<Text class="description">This enables an overlay for quickly moving the camera to various points on the table.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showNavigationOverlay"
onValueChanged="onClick_toggleOption(showNavigationOverlay)"/>
</Cell>
</Row>
<!-- Option: show CYOA campaign guides -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">CYOA Campaign Guides</Text>
<Text class="description">Displays in a "Choose Your Own Adventure" style redesigned campaign guides.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showCYOA"
onValueChanged="onClick_toggleOption(showCYOA)"/>
<Toggle id="showCleanUpHelper"
onValueChanged="onClick_toggleOption(showCleanUpHelper)"/>
</Cell>
</Row>
@ -457,6 +386,20 @@
</Cell>
</Row>
<!-- Option: show CYOA campaign guides -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">CYOA Campaign Guides</Text>
<Text class="description">Displays in a "Choose Your Own Adventure" style redesigned campaign guides.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showCYOA"
onValueChanged="onClick_toggleOption(showCYOA)"/>
</Cell>
</Row>
<!-- Option: show displacement tool -->
<Row class="option-text">
<Cell class="option-text">
@ -470,6 +413,64 @@
onValueChanged="onClick_toggleOption(showDisplacementTool)"/>
</Cell>
</Row>
<!-- Option: show hand helper -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Hand Helper</Text>
<Text class="description">Never count your hand cards again! This tool does that for you and additionally enables easy discarding of random cards.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showHandHelper"
onValueChanged="onClick_toggleOption(showHandHelper)"/>
</Cell>
</Row>
<!-- Option: show navigation overlay -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Navigation Overlay</Text>
<Text class="description">This enables an overlay for quickly moving the camera to various points on the table.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showNavigationOverlay"
onValueChanged="onClick_toggleOption(showNavigationOverlay)"/>
</Cell>
</Row>
<!-- Option: show search assistant -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Search Assistant</Text>
<Text class="description">Quickly search 3, 6, 9 or the top X cards of your deck!</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showSearchAssistant"
onValueChanged="onClick_toggleOption(showSearchAssistant)"/>
</Cell>
</Row>
<!-- Option: show token arranger -->
<Row class="option-text">
<Cell class="option-text">
<VerticalLayout class="text-column">
<Text class="option-header">Token Arranger</Text>
<Text class="description">See the contents of the chaos bag at a glance! This tool displays a sorted table of the tokens to allow easier guessing of your odds.</Text>
</VerticalLayout>
</Cell>
<Cell class="option-button">
<Toggle id="showTokenArranger"
onValueChanged="onClick_toggleOption(showTokenArranger)"/>
</Cell>
</Row>
</TableLayout>
</VerticalScrollView>
</Cell>
@ -491,4 +492,86 @@
</Row>
</TableLayout>
<!-- include OptionPanel.xml -->
<!-- include UpdateNotification.xml -->
<!-- Default formatting inherented from OptionPanel! -->
<!-- Icon with Finn, which can be clicked -->
<Image id="FinnIcon"
active="false"
showAnimation="SlideIn_Top"
hideAnimation="SlideOut_Top"
animationDuration="0.2"
rectAlignment="UpperLeft"
offsetXY="420 -5"
height="90"
width="90"
onClick="onClick_FinnIcon"
image="FinnIcon"
tooltip="Update notification"
tooltipBackgroundColor="rgba(0,0,0,0.8)"/>
<!-- main notification window -->
<TableLayout id="updateNotification"
active="false"
color="#000000"
outlineSize="2 2"
outline="grey"
showAnimation="SlideIn_Top"
hideAnimation="SlideOut_Top"
animationDuration="0.2"
rectAlignment="UpperLeft"
offsetXY="60 -5"
height="225"
width="350">
<!-- Header -->
<Row preferredHeight="50">
<Cell>
<Panel padding="10 10 0 0">
<!-- this part will be updated via script -->
<Text id="notificationHeader"
font="font_teutonic-arkham"
fontSize="30"
alignment="MiddleCenter">Placeholder</Text>
</Panel>
</Cell>
</Row>
<!-- patch highlights -->
<Row id="highlightRow"
preferredHeight="100">
<Cell>
<Panel padding="15 15 0 7">
<!-- this part will be updated via script -->
<Text id="releaseHighlightText"
resizeTextForBestFit="true">Placeholder</Text>
</Panel>
</Cell>
</Row>
<!-- explanation -->
<Row preferredHeight="25">
<Cell>
<Panel padding="15 15 0 7">
<Text resizeTextForBestFit="true">Visit the usual place to receive this update.</Text>
</Panel>
</Cell>
</Row>
<!-- Buttons: "Don't show again" and "Close" -->
<Row preferredHeight="50">
<Cell>
<HorizontalLayout minHeight="55"
flexibleHeight="0"
padding="10 10 5 10"
spacing="10">
<Button class="bottomButtons"
onClick="onClick_notification(dontShowAgain)">Don't show again</Button>
<Button class="bottomButtons"
onClick="onClick_notification(close)">Close</Button>
</HorizontalLayout>
</Cell>
</Row>
</TableLayout>
<!-- include UpdateNotification.xml -->
<!-- include Global.xml -->

View File

@ -11,7 +11,7 @@ CameraStates:
Rotation:
x: 64.34372
y: 90.3332
z: 0
z: 0.0
Zoomed: false
- AbsolutePosition:
x: -47.7179832
@ -25,8 +25,16 @@ CameraStates:
Rotation:
x: 64.99999
y: 89.99999
z: 0
z: 0.0
Zoomed: false
- null
- null
- null
- null
- null
- null
- null
- null
ComponentTags:
labels:
- displayed: import_configuration_provider
@ -35,10 +43,6 @@ ComponentTags:
normalized: allcardshotfix
- displayed: LinkedPhaseTracker
normalized: linkedphasetracker
- displayed: token_list_provider
normalized: token_list_provider
- displayed: token_image_provider
normalized: token_image_provider
- displayed: chaosBag
normalized: chaosBag
- displayed: displacement_excluded
@ -53,8 +57,8 @@ ComponentTags:
normalized: scenariocard
- displayed: Location
normalized: location
- displayed: to_be_deleted
normalized: to_be_deleted
- displayed: tempToken
normalized: temptoken
- displayed: Minicard
normalized: minicard
- displayed: DoomCounter_ignore
@ -67,6 +71,10 @@ ComponentTags:
normalized: arkham_setup_memory_object
- displayed: ActionToken
normalized: actiontoken
- displayed: LargeBox
normalized: largebox
- displayed: SoundCube
normalized: soundcube
CustomUIAssets:
- Name: refresh
Type: 0
@ -191,30 +199,18 @@ CustomUIAssets:
- Name: TitleGradient
Type: 0
URL: https://i.imgur.com/Mdjm349.png
Date: Fri Jan 27 20:00:38 UTC 2023
- Name: FinnIcon
Type: 0
URL: http://cloud-3.steamusercontent.com/ugc/2037357792052848566/5DA900C430E97D3DFF2C9B8A3DB1CB2271791FC7/
Date: 4/20/2023 8:03:20 PM
DecalPallet:
- ImageURL: http://cloud-3.steamusercontent.com/ugc/1474319121424323663/BC5570ECF747F1B30224461B576E8B0FE7FA5F33/
Name: Achivement Checkmark
Size: 0.1
- ImageURL: https://i.imgur.com/saWedQ0.png
Name: Victory Display
Size: 15
Decals:
- CustomDecal:
ImageURL: https://i.imgur.com/saWedQ0.png
Name: Victory Display
Size: 15
Transform:
posX: -1.76003075
posY: 1.491499
posZ: 28.6174583
rotX: 90
rotY: 89.6667938
rotZ: 0
scaleX: 15
scaleY: 15
scaleZ: 15
EpochTime: 1674849638
Size: 15.0
EpochTime: 1682039000
GameComplexity: ''
GameMode: Arkham Horror LCG - Super Complete Edition
GameType: ''
@ -222,21 +218,21 @@ Gravity: 0.5
Grid:
BothSnapping: false
Color:
b: 0
g: 0
r: 0
b: 0.0
g: 0.0
r: 0.0
Lines: false
Offset: false
Opacity: 0.75
PosOffset:
x: 0
y: 1
z: 0
x: 0.0
y: 1.0
z: 0.0
Snapping: false
ThickLines: false
Type: 0
xSize: 2
ySize: 2
xSize: 2.0
ySize: 2.0
Hands:
DisableUnused: false
Enable: true
@ -259,13 +255,13 @@ Lighting:
LightColor:
b: 0.8902
g: 0.9804
r: 1
r: 1.0
LightIntensity: 0.54
LutContribution: 1
LutContribution: 1.0
LutIndex: 0
ReflectionIntensity: 1
ReflectionIntensity: 1.0
LuaScript: !include 'unpacked.ttslua'
LuaScriptState: '{"optionPanel":{"playAreaSnapTags":true,"showAttachmentHelper":false,"showChaosBagManager":false,"showCleanUpHelper":false,"showCustomPlaymatImages":false,"showCYOA":false,"showDisplacementTool":false,"showDrawButton":false,"showHandHelper":[],"showNavigationOverlay":false,"showSearchAssistant":[],"showTitleSplash":true,"showTokenArranger":false,"useClueClickers":false,"useSnapTags":true}}'
LuaScriptState: '{"acknowledgedUpgradeVersions":[],"optionPanel":{"playAreaSnapTags":true,"showAttachmentHelper":false,"showChaosBagManager":false,"showCleanUpHelper":false,"showCustomPlaymatImages":false,"showCYOA":false,"showDisplacementTool":false,"showDrawButton":false,"showHandHelper":[],"showNavigationOverlay":false,"showSearchAssistant":[],"showTitleSplash":true,"showTokenArranger":false,"useClueClickers":false,"useSnapTags":true}}'
MusicPlayer:
AudioLibrary:
- Item1: http://cloud-3.steamusercontent.com/ugc/784110538847453001/4481D1CC5684FCF04AB143954DEFE09E94BF5CEB/
@ -376,7 +372,7 @@ ObjectStates:
- !include 'unpacked/Custom_Model_Bag Trash 70b9f6.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Resource tokens 0168ae.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Horror tokens ae1a4e.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Damage Tokens b0ef6c.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Damage tokens b0ef6c.yaml'
- !include 'unpacked/Custom_Model_Bag Trash 4b8594.yaml'
- !include 'unpacked/Custom_Model_Bag Trash 5f896a.yaml'
- !include 'unpacked/Custom_Model_Bag Trash 147e80.yaml'
@ -387,12 +383,12 @@ ObjectStates:
- !include 'unpacked/Custom_Model_Infinite_Bag Clue tokens 3b2550.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Horror tokens 7bd2a0.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Doom tokens 16fcd6.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Damage Tokens 93f4a0.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Damage tokens 93f4a0.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Resource tokens fd617a.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Clue tokens 31fa39.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Horror tokens c3ecf4.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Doom tokens 47ffc3.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Damage Tokens 480bda.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Damage tokens 480bda.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Resource tokens 9fadf9.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Connection markers 170f10.yaml'
- !include 'unpacked/FogOfWarTrigger 3aab97.yaml'
@ -414,13 +410,11 @@ ObjectStates:
- !include 'unpacked/Custom_Model_Bag Bless tokens afa06b.yaml'
- !include 'unpacked/Custom_Model_Bag Curse tokens bd0253.yaml'
- !include 'unpacked/Custom_Tile Token Remover 0a5a29.yaml'
- !include 'unpacked/Checker_white Token Spawner 36b4ee.yaml'
- !include 'unpacked/Checker_white Token Spawn Tool 36b4ee.yaml'
- !include 'unpacked/Custom_Model_Bag Official StandaloneChallenge Scenarios 0ef5c8.yaml'
- !include 'unpacked/Deck Tarot Deck 77f1e5.yaml'
- !include 'unpacked/Bag Tarot Deck (Scripted) a230f9.yaml'
- !include 'unpacked/Custom_Model_Bag Fan-Made Accessories aa8b38.yaml'
- !include 'unpacked/Checker_black UI Builder ddd2eb.yaml'
- !include 'unpacked/Checker_black Command Manager a0b1de.yaml'
- !include 'unpacked/Custom_Model CoreNight of the Zealot 64a613.yaml'
- !include 'unpacked/Custom_Model The Dunwich Legacy 2898f6.yaml'
- !include 'unpacked/Custom_Model The Path to Carcosa aca04c.yaml'
@ -445,22 +439,22 @@ ObjectStates:
- !include 'unpacked/Custom_Token Other Doom in Play 652ff3.yaml'
- !include 'unpacked/Custom_Tile Playermat 1 White 8b081b.yaml'
- !include 'unpacked/Custom_Tile Playermat 2 Orange bd0ff4.yaml'
- !include 'unpacked/Custom_Tile Neutral 637e17.yaml'
- !include 'unpacked/Custom_Tile Neutral e003fe.yaml'
- !include 'unpacked/Custom_Tile Neutral 8a496e.yaml'
- !include 'unpacked/Custom_Tile Neutral e1ab8d.yaml'
- !include 'unpacked/Custom_Tile Neutral 9312d8.yaml'
- !include 'unpacked/Custom_Tile Neutral bfcaf4.yaml'
- !include 'unpacked/Custom_Tile Neutral a1e2a3.yaml'
- !include 'unpacked/Custom_Tile Neutral 460250.yaml'
- !include 'unpacked/Custom_Tile Neutral 7ffb43.yaml'
- !include 'unpacked/Custom_Tile Neutral d7910b.yaml'
- !include 'unpacked/Custom_Tile Neutral b8409d.yaml'
- !include 'unpacked/Custom_Tile Neutral 719ff4.yaml'
- !include 'unpacked/Custom_Tile Neutral 49bf4b.yaml'
- !include 'unpacked/Custom_Tile Neutral 26a0a0.yaml'
- !include 'unpacked/Custom_Tile Neutral a7c0f0.yaml'
- !include 'unpacked/Custom_Tile Neutral bf7cc9.yaml'
- !include 'unpacked/Custom_Tile Neutral 2691e1.yaml'
- !include 'unpacked/Custom_Tile Neutral 748245.yaml'
- !include 'unpacked/Custom_Tile Neutral 271b17.yaml'
- !include 'unpacked/Custom_Tile Neutral 5bafdf.yaml'
- !include 'unpacked/Custom_Tile Neutral 012577.yaml'
- !include 'unpacked/Custom_Tile Neutral 04765b.yaml'
- !include 'unpacked/Custom_Tile Neutral b71036.yaml'
- !include 'unpacked/Custom_Tile Neutral 1cb302.yaml'
- !include 'unpacked/Custom_Tile Neutral bbc5d4.yaml'
- !include 'unpacked/Custom_Tile Neutral 429bb3.yaml'
- !include 'unpacked/Custom_Tile Neutral 183dbe.yaml'
- !include 'unpacked/Custom_Tile Neutral b80db6.yaml'
- !include 'unpacked/Custom_Tile Neutral af1927.yaml'
- !include 'unpacked/Custom_Tile Neutral 0329cc.yaml'
- !include 'unpacked/Custom_Tile Neutral 5bec40.yaml'
- !include 'unpacked/Custom_Tile Neutral 5825ca.yaml'
- !include 'unpacked/Custom_Token Lead Investigator acaa93.yaml'
- !include 'unpacked/Custom_Tile ArkhamDB Deck Importer a28140.yaml'
- !include 'unpacked/Checker_white Configuration 03804b.yaml'
@ -493,15 +487,23 @@ ObjectStates:
- !include 'unpacked/Custom_Model Decoration - Ammo 0a3b03.yaml'
- !include 'unpacked/Custom_Model Decoration - Ammo b43845.yaml'
- !include 'unpacked/Custom_Model Decoration - Ammo d35ee9.yaml'
- !include 'unpacked/Notecard Arkham SCE 3.0.0 - 1272023 - Page 1 f873a8.yaml'
PlayArea: 1
- !include 'unpacked/Custom_Token Victory Display 6ccd6d.yaml'
- !include 'unpacked/Custom_Tile Campaign Overview e03c01.yaml'
- !include 'unpacked/Bag OptionPanel Source 830bd0.yaml'
- !include 'unpacked/Custom_Assetbundle SoundCube 3c988f.yaml'
- !include 'unpacked/go_game_piece_white Game Key Handler fce69c.yaml'
- !include 'unpacked/3DText d628cc.yaml'
- !include 'unpacked/Custom_Model_Bag The Colour Out of Oz be7d21.yaml'
- !include 'unpacked/Custom_Model_Bag Bloodborne - City of the Unseen 0.175 81651b.yaml'
- !include 'unpacked/Notecard Arkham SCE 3.1.0 - 4202023 - Page 1 e1b8df.yaml'
PlayArea: 1.0
PlayerCounts:
- 0
- 0
PlayingTime:
- 0
- 0
SaveName: Arkham SCE - 3.0.0
SaveName: Arkham SCE - 3.1.0
Sky: Sky_Museum
SkyURL: https://i.imgur.com/GkQqaOF.jpg
SnapPoints:
@ -510,9 +512,9 @@ SnapPoints:
y: 1.59
z: 10.38
Rotation:
x: 0
y: 270
z: 0
x: 0.0
y: 270.0
z: 0.0
- Position:
x: -2.94
y: 1.58
@ -626,141 +628,93 @@ SnapPoints:
y: 1.48
z: -32.23
- Position:
x: 0.7
x: 65.0
y: 1.48
z: 33.6
Rotation:
x: 0
y: 270
z: 0
z: -55.0
- Position:
x: -5.35
x: 65.0
y: 1.48
z: 33.6
Rotation:
x: 0
y: 270
z: 0
z: -71.0
- Position:
x: -5.35
x: 65.0
y: 1.48
z: 28.6
Rotation:
x: 0
y: 270
z: 0
z: -87.0
- Position:
x: 0.7
x: 52.0
y: 1.48
z: 28.6
Rotation:
x: 0
y: 270
z: 0
z: -87.0
- Position:
x: 0.7
x: 52.0
y: 1.48
z: 23.6
Rotation:
x: 0
y: 270
z: 0
z: -71.0
- Position:
x: -5.35
x: 52.0
y: 1.48
z: 23.6
Rotation:
x: 0
y: 270
z: 0
z: -55.0
- Position:
x: 65
x: 39.0
y: 1.48
z: -55
z: -55.0
- Position:
x: 65
x: 39.0
y: 1.48
z: -71
z: -71.0
- Position:
x: 65
x: 39.0
y: 1.48
z: -87
z: -87.0
- Position:
x: 52
x: 26.0
y: 1.48
z: -87
z: -87.0
- Position:
x: 52
x: 26.0
y: 1.48
z: -71
z: -71.0
- Position:
x: 52
x: 26.0
y: 1.48
z: -55
z: -55.0
- Position:
x: 39
x: 13.0
y: 1.48
z: -55
z: -55.0
- Position:
x: 39
x: 13.0
y: 1.48
z: -71
z: -71.0
- Position:
x: 39
x: 0.0
y: 1.48
z: -87
z: -55.0
- Position:
x: 26
x: 0.0
y: 1.48
z: -87
- Position:
x: 26
y: 1.48
z: -71
- Position:
x: 26
y: 1.48
z: -55
- Position:
x: 13
y: 1.48
z: -55
- Position:
x: 13
y: 1.48
z: -71
- Position:
x: 0
y: 1.48
z: -55
- Position:
x: 0
y: 1.48
z: -71
- Position:
x: 0
y: 1.48
z: -87
z: -71.0
- Position:
x: 1.6
y: 1.58
z: -13.75
Rotation:
x: 0
y: 315
z: 0
- Position:
x: -27
y: 1.48
z: -71
x: 0.0
y: 315.0
z: 0.0
- Position:
x: -56.24
y: 1.49
z: -80.19
Rotation:
x: 0
y: 135
z: 180
x: 0.0
y: 135.0
z: 180.0
- Position:
x: 6.5
y: 1.48
z: -87.0
- Position:
x: -27.0
y: 1.48
z: -56.16
TabStates:
'10':
body: "Created by Whimsical\n\nAnything that passes over the remover that isn't

View File

@ -1,16 +1,16 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
ColorDiffuse:
b: 0
g: 0
r: 0
b: 1.0
g: 1.0
r: 1.0
Description: ''
DragSelectable: true
GMNotes: ''
GUID: ddd2eb
GUID: d628cc
Grid: true
GridProjection: false
Hands: false
@ -18,23 +18,30 @@ HideWhenFaceDown: false
IgnoreFoW: false
LayoutGroupSortIndex: 0
Locked: true
LuaScript: !include 'Checker_black UI Builder ddd2eb.ttslua'
LuaScript: ''
LuaScriptState: ''
MeasureMovement: false
Name: Checker_black
Nickname: UI Builder
Name: 3DText
Nickname: ''
Snap: true
Sticky: true
Text:
Text: Featured Fan Content
colorstate:
b: 1.0
g: 1.0
r: 1.0
fontSize: 84
Tooltip: true
Transform:
posX: 77.06
posY: 1.3
posZ: 8.94
rotX: 0
rotY: 270
rotZ: 180
scaleX: 0.25
scaleY: 0.25
scaleZ: 0.25
posX: -19.57
posY: 1.7
posZ: -83.39
rotX: 90.0
rotY: 90.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,14 +1,14 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
Bag:
Order: 0
ColorDiffuse:
b: 0
g: 0.36652
r: 0.70588
b: 0.0
g: 0.366520882
r: 0.7058823
ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Charlie Kane 4deeff.yaml'
- !include 'Bag All Player Cards 15bb07/Card Finn Edwards dd40c0.yaml'
@ -1471,7 +1471,7 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/CardCustom Pocket Multi Tool Upgrade Sheet
d706e7.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Makeshift Trap Upgrade Sheet 64dfce.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Living Link Upgrade Sheet 19a05b.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Living Ink Upgrade Sheet 19a05b.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Hyperphysical Shotcaster Upgrade
Sheet a4eec2.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Hunter''s Armor Upgrade Sheet d2d01b.yaml'
@ -1526,6 +1526,8 @@ ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Paradimensional Understanding 3c3dfa.yaml'
- !include 'Bag All Player Cards 15bb07/Card Inspector Flint 8247a5.yaml'
- !include 'Bag All Player Cards 15bb07/Card Agent Ari Quinn d61c6a.yaml'
- !include 'Bag All Player Cards 15bb07/Card Deck of Possibilities fefdfa.yaml'
- !include "Bag All Player Cards 15bb07/Card Isamara Ordo\xF1ez 860cd7.yaml"
Description: ''
DragSelectable: true
GMNotes: ''
@ -1548,14 +1550,14 @@ Snap: true
Sticky: true
Tooltip: true
Transform:
posX: 77.89
posY: 1.04
posX: 78.0
posY: 0.96
posZ: 27.03
rotX: 0
rotY: 0
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 0.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 550820
ColorDiffuse:
@ -48,11 +48,11 @@ Transform:
posX: 9.0
posY: 3.87
posZ: -16.7
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 550803
ColorDiffuse:
@ -48,11 +48,11 @@ Transform:
posX: 8.97
posY: 4.76
posZ: -16.69
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 589404
ColorDiffuse:
@ -48,11 +48,11 @@ Transform:
posX: 9.13
posY: 5.59
posZ: -16.72
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 587219
ColorDiffuse:
@ -48,11 +48,11 @@ Transform:
posX: 9.04
posY: 3.91
posZ: -16.7
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 440922
ColorDiffuse:
@ -47,11 +47,11 @@ Transform:
posX: 9.14
posY: 3.73
posZ: -16.72
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 226328
ColorDiffuse:
@ -47,11 +47,11 @@ Transform:
posX: 8.97
posY: 3.76
posZ: -16.69
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 450624
ColorDiffuse:
@ -47,11 +47,11 @@ Transform:
posX: 9.13
posY: 5.1
posZ: -16.72
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 583200
ColorDiffuse:
@ -47,11 +47,11 @@ Transform:
posX: 9.15
posY: 4.16
posZ: -16.73
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 315248
ColorDiffuse:
@ -48,11 +48,11 @@ Transform:
posX: 29.34
posY: 3.37
posZ: -54.31
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 368628
ColorDiffuse:
@ -48,11 +48,11 @@ Transform:
posX: 29.34
posY: 3.37
posZ: -54.31
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 226347
ColorDiffuse:
@ -48,11 +48,11 @@ Transform:
posX: 9.14
posY: 3.68
posZ: -16.73
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 226330
ColorDiffuse:
@ -48,11 +48,11 @@ Transform:
posX: 19.45
posY: 3.37
posZ: -56.62
rotX: 359
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 359.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 292813
ColorDiffuse:
@ -48,11 +48,11 @@ Transform:
posX: 9.16
posY: 3.9
posZ: -16.73
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 292915
ColorDiffuse:
@ -48,11 +48,11 @@ Transform:
posX: 9.03
posY: 3.85
posZ: -16.7
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 277608
ColorDiffuse:
@ -48,11 +48,11 @@ Transform:
posX: 8.97
posY: 5.35
posZ: -16.69
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 379038
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 9.2
posY: 2.07
posZ: -16.74
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 368844
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 9.0
posY: 3.71
posZ: -16.69
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 368812
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 9.01
posY: 3.72
posZ: -16.7
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 447733
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 9.04
posY: 3.93
posZ: -16.7
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 368837
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 78.51
posY: 1.06
posZ: 27.14
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 550821
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 78.51
posY: 1.06
posZ: 27.14
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 550811
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 78.51
posY: 1.06
posZ: 27.14
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 585500
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 9.12
posY: 3.88
posZ: -16.72
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 449608
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 8.97
posY: 3.71
posZ: -16.69
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 587214
ColorDiffuse:
@ -44,11 +44,11 @@ Transform:
posX: 47.53
posY: 1.99
posZ: -99.22
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 375129
ColorDiffuse:
@ -44,11 +44,11 @@ Transform:
posX: 8.99
posY: 3.79
posZ: -16.69
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 536002
ColorDiffuse:
@ -44,11 +44,11 @@ Transform:
posX: 78.69
posY: 3.33
posZ: 7.65
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 4000
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 8.97
posY: 5.18
posZ: -16.69
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 448839
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 9.13
posY: 5.55
posZ: -16.72
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 274606
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 9.13
posY: 3.79
posZ: -16.72
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 232107
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 9.1
posY: 3.68
posZ: -16.71
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 537608
ColorDiffuse:
@ -44,11 +44,11 @@ Transform:
posX: 8.97
posY: 4.21
posZ: -16.69
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 583332
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 9.01
posY: 3.74
posZ: -16.7
rotX: 1
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 1.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 450617
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 9.13
posY: 3.9
posZ: -16.72
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 315252
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 9.13
posY: 4.01
posZ: -16.72
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 318703
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 8.97
posY: 5.27
posZ: -16.69
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 431009
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 8.97
posY: 4.18
posZ: -16.69
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 232941
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 9.04
posY: 3.93
posZ: -16.7
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 274607
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 9.02
posY: 4.0
posZ: -16.7
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 315232
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 9.14
posY: 3.68
posZ: -16.72
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 368850
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 9.14
posY: 3.7
posZ: -16.72
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 378618
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 8.97
posY: 4.22
posZ: -16.69
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 588601
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 79.04
posY: 3.3
posZ: 23.05
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 379006
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 17.48
posY: 2.21
posZ: 60.19
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 535906
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 18.45
posY: 1.52
posZ: -73.09
rotX: 0
rotY: 180
rotZ: 0
rotX: 0.0
rotY: 180.0
rotZ: 0.0
scaleX: 1.15
scaleY: 1
scaleY: 1.0
scaleZ: 1.15
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 535905
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 87.05
posY: 2.12
posZ: -78.51
rotX: 355
rotY: 180
rotZ: 0
rotX: 355.0
rotY: 180.0
rotZ: 0.0
scaleX: 1.15
scaleY: 1
scaleY: 1.0
scaleZ: 1.15
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 535904
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 18.45
posY: 1.29
posZ: -73.09
rotX: 0
rotY: 180
rotZ: 0
rotX: 0.0
rotY: 180.0
rotZ: 0.0
scaleX: 1.15
scaleY: 1
scaleY: 1.0
scaleZ: 1.15
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 535603
ColorDiffuse:
@ -41,9 +41,9 @@ Snap: true
States:
'2':
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 587403
ColorDiffuse:
@ -90,10 +90,10 @@ States:
posY: 1.29860592
posZ: 57.949
rotX: -6.936822e-09
rotY: 180
rotY: 180.0
rotZ: 4.08641867e-08
scaleX: 1.15
scaleY: 1
scaleY: 1.0
scaleZ: 1.15
Value: 0
XmlUI: ''
@ -106,11 +106,11 @@ Transform:
posX: 26.93
posY: 3.69
posZ: -13.24
rotX: 0
rotY: 270
rotZ: 0
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.15
scaleY: 1
scaleY: 1.0
scaleZ: 1.15
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 258803
ColorDiffuse:
@ -39,9 +39,9 @@ Snap: false
States:
'2':
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 587103
ColorDiffuse:
@ -88,7 +88,7 @@ States:
rotY: 270.0102
rotZ: 2.00479718e-07
scaleX: 0.6
scaleY: 1
scaleY: 1.0
scaleZ: 0.6
Value: 0
XmlUI: ''
@ -100,11 +100,11 @@ Transform:
posX: 26.57
posY: 3.69
posZ: -3.13
rotX: 0
rotY: 270
rotZ: 0
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 0.6
scaleY: 1
scaleY: 1.0
scaleZ: 0.6
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 271013
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 18.45
posY: 1.88
posZ: -73.09
rotX: 0
rotY: 180
rotZ: 0
rotX: 0.0
rotY: 180.0
rotZ: 0.0
scaleX: 1.15
scaleY: 1
scaleY: 1.0
scaleZ: 1.15
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 259813
ColorDiffuse:
@ -43,11 +43,11 @@ Transform:
posX: 21.23
posY: 1.68
posZ: -18.15
rotX: 0
rotY: 270
rotZ: 0
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 0.6
scaleY: 1
scaleY: 1.0
scaleZ: 0.6
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 379033
ColorDiffuse:
@ -64,11 +64,11 @@ Transform:
posX: 16.67
posY: 3.34
posZ: 65.93
rotX: 357
rotY: 270
rotZ: 356
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 357.0
rotY: 270.0
rotZ: 356.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 444020
ColorDiffuse:
@ -48,11 +48,11 @@ Transform:
posX: 9.16
posY: 3.97
posZ: -16.73
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 230320
ColorDiffuse:
@ -47,11 +47,11 @@ Transform:
posX: 9.05
posY: 3.72
posZ: -16.7
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 235600
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 8.97
posY: 3.69
posZ: -16.69
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 278010
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 9.13
posY: 3.68
posZ: -16.72
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 450620
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 9.12
posY: 4.01
posZ: -16.72
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 265502
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 8.97
posY: 4.71
posZ: -16.69
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 545208
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 9.01
posY: 3.67
posZ: -16.7
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 368856
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 9.2
posY: 2.81
posZ: -16.73
rotX: 0
rotY: 270
rotZ: 359
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 359.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 230330
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 9.03
posY: 3.85
posZ: -16.7
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 449600
ColorDiffuse:
@ -47,11 +47,11 @@ Transform:
posX: 18.45
posY: 1.85
posZ: -73.09
rotX: 0
rotY: 180
rotZ: 0
rotX: 0.0
rotY: 180.0
rotZ: 0.0
scaleX: 1.15
scaleY: 1
scaleY: 1.0
scaleZ: 1.15
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 553201
ColorDiffuse:
@ -43,11 +43,11 @@ Transform:
posX: 21.23
posY: 1.89
posZ: -18.15
rotX: 0
rotY: 270
rotZ: 0
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 0.6
scaleY: 1
scaleY: 1.0
scaleZ: 0.6
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 226338
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 9.12
posY: 4.07
posZ: -16.72
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 846103
ColorDiffuse:
@ -43,11 +43,11 @@ Transform:
posX: 78.27
posY: 1.06
posZ: 26.81
rotX: 0
rotY: 270
rotZ: 0
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 0.6
scaleY: 1
scaleY: 1.0
scaleZ: 0.6
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 843403
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 78.65
posY: 3.32
posZ: 36.17
rotX: 0
rotY: 180
rotZ: 0
rotX: 0.0
rotY: 180.0
rotZ: 0.0
scaleX: 1.15
scaleY: 1
scaleY: 1.0
scaleZ: 1.15
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 527400
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 78.78
posY: 3.32
posZ: 26.97
rotX: 0
rotY: 270
rotZ: 359
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 359.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 379042
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 16.67
posY: 3.38
posZ: 65.93
rotX: 359
rotY: 270
rotZ: 359
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 359.0
rotY: 270.0
rotZ: 359.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 374532
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 8.97
posY: 4.58
posZ: -16.69
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 368409
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 9.01
posY: 3.85
posZ: -16.7
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 589202
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 78.51
posY: 1.06
posZ: 27.14
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 454741
ColorDiffuse:
@ -47,11 +47,11 @@ Transform:
posX: 9.15
posY: 3.99
posZ: -16.73
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 430639
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 8.97
posY: 4.16
posZ: -16.69
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 545203
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 9.09
posY: 3.72
posZ: -16.71
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 262202
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 9.13
posY: 4.33
posZ: -16.72
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 262201
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 8.97
posY: 4.11
posZ: -16.69
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 374717
ColorDiffuse:
@ -44,11 +44,11 @@ Transform:
posX: 9.16
posY: 3.43
posZ: -16.73
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 373910
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 8.98
posY: 3.99
posZ: -16.69
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 378017
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 9.13
posY: 3.75
posZ: -16.72
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 378962
ColorDiffuse:
@ -48,11 +48,11 @@ Transform:
posX: 9.18
posY: 2.94
posZ: -16.73
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 538600
ColorDiffuse:
@ -45,11 +45,11 @@ Transform:
posX: 8.97
posY: 3.81
posZ: -16.69
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 452308
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 78.59
posY: 3.33
posZ: 7.55
rotX: 0
rotY: 270
rotZ: 1
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 1.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 368841
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 29.34
posY: 3.37
posZ: -58.91
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 368861
ColorDiffuse:
@ -47,11 +47,11 @@ Transform:
posX: 29.34
posY: 3.37
posZ: -58.91
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 538700
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 9.03
posY: 3.88
posZ: -16.7
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 538803
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 9.14
posY: 3.72
posZ: -16.73
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 230349
ColorDiffuse:
@ -49,11 +49,11 @@ Transform:
posX: 8.98
posY: 3.75
posZ: -16.69
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 230318
ColorDiffuse:
@ -48,11 +48,11 @@ Transform:
posX: 32.98
posY: 3.33
posZ: -47.41
rotX: 1
rotY: 270
rotZ: 2
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 1.0
rotY: 270.0
rotZ: 2.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 430659
ColorDiffuse:
@ -48,11 +48,11 @@ Transform:
posX: 9.13
posY: 4.88
posZ: -16.72
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 230315
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 8.97
posY: 5.03
posZ: -16.69
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 230340
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 9.1
posY: 3.71
posZ: -16.72
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 538726
ColorDiffuse:
@ -48,11 +48,11 @@ Transform:
posX: 9.06
posY: 3.92
posZ: -16.71
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 230324
ColorDiffuse:
@ -46,11 +46,11 @@ Transform:
posX: 32.98
posY: 3.33
posZ: -47.41
rotX: 1
rotY: 270
rotZ: 2
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 1.0
rotY: 270.0
rotZ: 2.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 430653
ColorDiffuse:
@ -48,11 +48,11 @@ Transform:
posX: 9.08
posY: 3.69
posZ: -16.71
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

View File

@ -1,7 +1,7 @@
AltLookAngle:
x: 0
y: 0
z: 0
x: 0.0
y: 0.0
z: 0.0
Autoraise: true
CardID: 441024
ColorDiffuse:
@ -48,11 +48,11 @@ Transform:
posX: 9.1
posY: 3.73
posZ: -16.72
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
rotX: 0.0
rotY: 270.0
rotZ: 0.0
scaleX: 1.0
scaleY: 1.0
scaleZ: 1.0
Value: 0
XmlUI: ''

Some files were not shown because too many files have changed in this diff Show More