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> </VerticalLayout>
<!-- Title Splash when starting a scenario --> <!-- Title Splash when starting a scenario -->
<Panel <Panel id="title_splash"
id="title_splash"
height="220" height="220"
position="0 250 0" position="0 250 0"
showAnimation="FadeIn" showAnimation="FadeIn"
hideAnimation="FadeOut" hideAnimation="FadeOut"
active="false" active="false"
animationDuration="2"> animationDuration="2">
<Image <Image id="title_gradient"
id="title_gradient"
height="220" height="220"
image="TitleGradient" /> image="TitleGradient" />
<Text id="title_splash_text" <Text id="title_splash_text"
@ -123,6 +121,7 @@
horizontalOverflow="Overflow"> horizontalOverflow="Overflow">
</Text> </Text>
</Panel> </Panel>
<!-- include OptionPanel.xml --> <!-- include OptionPanel.xml -->
<!-- Default formatting --> <!-- Default formatting -->
<Defaults> <Defaults>
@ -146,7 +145,7 @@
outline="grey" outline="grey"
showAnimation="SlideIn_Right" showAnimation="SlideIn_Right"
hideAnimation="SlideOut_Right" hideAnimation="SlideOut_Right"
animationDuration="0.1" /> animationDuration="0.2" />
<!-- group headers --> <!-- group headers -->
<Row class="group-header" <Row class="group-header"
@ -331,59 +330,17 @@
</Cell> </Cell>
</Row> </Row>
<!-- Option: show token arranger --> <!-- Option: show attachment helper -->
<Row class="option-text"> <Row class="option-text">
<Cell class="option-text"> <Cell class="option-text">
<VerticalLayout class="text-column"> <VerticalLayout class="text-column">
<Text class="option-header">Token Arranger</Text> <Text class="option-header">Attachment Helper</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="description">Provides a card-sized bag for cards that are attached to other cards (e.g. Backpack).</Text>
</VerticalLayout> </VerticalLayout>
</Cell> </Cell>
<Cell class="option-button"> <Cell class="option-button">
<Toggle id="showTokenArranger" <Toggle id="showAttachmentHelper"
onValueChanged="onClick_toggleOption(showTokenArranger)"/> onValueChanged="onClick_toggleOption(showAttachmentHelper)"/>
</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)"/>
</Cell> </Cell>
</Row> </Row>
@ -401,45 +358,17 @@
</Cell> </Cell>
</Row> </Row>
<!-- Option: show attachment helper --> <!-- Option: show clean up helper -->
<Row class="option-text"> <Row class="option-text">
<Cell class="option-text"> <Cell class="option-text">
<VerticalLayout class="text-column"> <VerticalLayout class="text-column">
<Text class="option-header">Attachment Helper</Text> <Text class="option-header">Clean Up Helper</Text>
<Text class="description">Provides a card-sized bag for cards that are attached to other cards (e.g. Backpack).</Text> <Text class="description">Useful for campaign-play: It resets play areas to allow continuous gameplay in the same savegame.</Text>
</VerticalLayout> </VerticalLayout>
</Cell> </Cell>
<Cell class="option-button"> <Cell class="option-button">
<Toggle id="showAttachmentHelper" <Toggle id="showCleanUpHelper"
onValueChanged="onClick_toggleOption(showAttachmentHelper)"/> onValueChanged="onClick_toggleOption(showCleanUpHelper)"/>
</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)"/>
</Cell> </Cell>
</Row> </Row>
@ -457,6 +386,20 @@
</Cell> </Cell>
</Row> </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 --> <!-- Option: show displacement tool -->
<Row class="option-text"> <Row class="option-text">
<Cell class="option-text"> <Cell class="option-text">
@ -470,6 +413,64 @@
onValueChanged="onClick_toggleOption(showDisplacementTool)"/> onValueChanged="onClick_toggleOption(showDisplacementTool)"/>
</Cell> </Cell>
</Row> </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> </TableLayout>
</VerticalScrollView> </VerticalScrollView>
</Cell> </Cell>
@ -491,4 +492,86 @@
</Row> </Row>
</TableLayout> </TableLayout>
<!-- include OptionPanel.xml --> <!-- 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 --> <!-- include Global.xml -->

View File

@ -11,7 +11,7 @@ CameraStates:
Rotation: Rotation:
x: 64.34372 x: 64.34372
y: 90.3332 y: 90.3332
z: 0 z: 0.0
Zoomed: false Zoomed: false
- AbsolutePosition: - AbsolutePosition:
x: -47.7179832 x: -47.7179832
@ -25,8 +25,16 @@ CameraStates:
Rotation: Rotation:
x: 64.99999 x: 64.99999
y: 89.99999 y: 89.99999
z: 0 z: 0.0
Zoomed: false Zoomed: false
- null
- null
- null
- null
- null
- null
- null
- null
ComponentTags: ComponentTags:
labels: labels:
- displayed: import_configuration_provider - displayed: import_configuration_provider
@ -35,10 +43,6 @@ ComponentTags:
normalized: allcardshotfix normalized: allcardshotfix
- displayed: LinkedPhaseTracker - displayed: LinkedPhaseTracker
normalized: linkedphasetracker normalized: linkedphasetracker
- displayed: token_list_provider
normalized: token_list_provider
- displayed: token_image_provider
normalized: token_image_provider
- displayed: chaosBag - displayed: chaosBag
normalized: chaosBag normalized: chaosBag
- displayed: displacement_excluded - displayed: displacement_excluded
@ -53,8 +57,8 @@ ComponentTags:
normalized: scenariocard normalized: scenariocard
- displayed: Location - displayed: Location
normalized: location normalized: location
- displayed: to_be_deleted - displayed: tempToken
normalized: to_be_deleted normalized: temptoken
- displayed: Minicard - displayed: Minicard
normalized: minicard normalized: minicard
- displayed: DoomCounter_ignore - displayed: DoomCounter_ignore
@ -67,6 +71,10 @@ ComponentTags:
normalized: arkham_setup_memory_object normalized: arkham_setup_memory_object
- displayed: ActionToken - displayed: ActionToken
normalized: actiontoken normalized: actiontoken
- displayed: LargeBox
normalized: largebox
- displayed: SoundCube
normalized: soundcube
CustomUIAssets: CustomUIAssets:
- Name: refresh - Name: refresh
Type: 0 Type: 0
@ -191,30 +199,18 @@ CustomUIAssets:
- Name: TitleGradient - Name: TitleGradient
Type: 0 Type: 0
URL: https://i.imgur.com/Mdjm349.png 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: DecalPallet:
- ImageURL: http://cloud-3.steamusercontent.com/ugc/1474319121424323663/BC5570ECF747F1B30224461B576E8B0FE7FA5F33/ - ImageURL: http://cloud-3.steamusercontent.com/ugc/1474319121424323663/BC5570ECF747F1B30224461B576E8B0FE7FA5F33/
Name: Achivement Checkmark Name: Achivement Checkmark
Size: 0.1 Size: 0.1
- ImageURL: https://i.imgur.com/saWedQ0.png - ImageURL: https://i.imgur.com/saWedQ0.png
Name: Victory Display Name: Victory Display
Size: 15 Size: 15.0
Decals: EpochTime: 1682039000
- 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
GameComplexity: '' GameComplexity: ''
GameMode: Arkham Horror LCG - Super Complete Edition GameMode: Arkham Horror LCG - Super Complete Edition
GameType: '' GameType: ''
@ -222,21 +218,21 @@ Gravity: 0.5
Grid: Grid:
BothSnapping: false BothSnapping: false
Color: Color:
b: 0 b: 0.0
g: 0 g: 0.0
r: 0 r: 0.0
Lines: false Lines: false
Offset: false Offset: false
Opacity: 0.75 Opacity: 0.75
PosOffset: PosOffset:
x: 0 x: 0.0
y: 1 y: 1.0
z: 0 z: 0.0
Snapping: false Snapping: false
ThickLines: false ThickLines: false
Type: 0 Type: 0
xSize: 2 xSize: 2.0
ySize: 2 ySize: 2.0
Hands: Hands:
DisableUnused: false DisableUnused: false
Enable: true Enable: true
@ -259,13 +255,13 @@ Lighting:
LightColor: LightColor:
b: 0.8902 b: 0.8902
g: 0.9804 g: 0.9804
r: 1 r: 1.0
LightIntensity: 0.54 LightIntensity: 0.54
LutContribution: 1 LutContribution: 1.0
LutIndex: 0 LutIndex: 0
ReflectionIntensity: 1 ReflectionIntensity: 1.0
LuaScript: !include 'unpacked.ttslua' 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: MusicPlayer:
AudioLibrary: AudioLibrary:
- Item1: http://cloud-3.steamusercontent.com/ugc/784110538847453001/4481D1CC5684FCF04AB143954DEFE09E94BF5CEB/ - 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_Bag Trash 70b9f6.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Resource tokens 0168ae.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 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 4b8594.yaml'
- !include 'unpacked/Custom_Model_Bag Trash 5f896a.yaml' - !include 'unpacked/Custom_Model_Bag Trash 5f896a.yaml'
- !include 'unpacked/Custom_Model_Bag Trash 147e80.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 Clue tokens 3b2550.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Horror tokens 7bd2a0.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 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 Resource tokens fd617a.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Clue tokens 31fa39.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 Horror tokens c3ecf4.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Doom tokens 47ffc3.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 Resource tokens 9fadf9.yaml'
- !include 'unpacked/Custom_Model_Infinite_Bag Connection markers 170f10.yaml' - !include 'unpacked/Custom_Model_Infinite_Bag Connection markers 170f10.yaml'
- !include 'unpacked/FogOfWarTrigger 3aab97.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 Bless tokens afa06b.yaml'
- !include 'unpacked/Custom_Model_Bag Curse tokens bd0253.yaml' - !include 'unpacked/Custom_Model_Bag Curse tokens bd0253.yaml'
- !include 'unpacked/Custom_Tile Token Remover 0a5a29.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/Custom_Model_Bag Official StandaloneChallenge Scenarios 0ef5c8.yaml'
- !include 'unpacked/Deck Tarot Deck 77f1e5.yaml' - !include 'unpacked/Deck Tarot Deck 77f1e5.yaml'
- !include 'unpacked/Bag Tarot Deck (Scripted) a230f9.yaml' - !include 'unpacked/Bag Tarot Deck (Scripted) a230f9.yaml'
- !include 'unpacked/Custom_Model_Bag Fan-Made Accessories aa8b38.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 CoreNight of the Zealot 64a613.yaml'
- !include 'unpacked/Custom_Model The Dunwich Legacy 2898f6.yaml' - !include 'unpacked/Custom_Model The Dunwich Legacy 2898f6.yaml'
- !include 'unpacked/Custom_Model The Path to Carcosa aca04c.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_Token Other Doom in Play 652ff3.yaml'
- !include 'unpacked/Custom_Tile Playermat 1 White 8b081b.yaml' - !include 'unpacked/Custom_Tile Playermat 1 White 8b081b.yaml'
- !include 'unpacked/Custom_Tile Playermat 2 Orange bd0ff4.yaml' - !include 'unpacked/Custom_Tile Playermat 2 Orange bd0ff4.yaml'
- !include 'unpacked/Custom_Tile Neutral 637e17.yaml' - !include 'unpacked/Custom_Tile Neutral 2691e1.yaml'
- !include 'unpacked/Custom_Tile Neutral e003fe.yaml' - !include 'unpacked/Custom_Tile Neutral 748245.yaml'
- !include 'unpacked/Custom_Tile Neutral 8a496e.yaml' - !include 'unpacked/Custom_Tile Neutral 271b17.yaml'
- !include 'unpacked/Custom_Tile Neutral e1ab8d.yaml' - !include 'unpacked/Custom_Tile Neutral 5bafdf.yaml'
- !include 'unpacked/Custom_Tile Neutral 9312d8.yaml' - !include 'unpacked/Custom_Tile Neutral 012577.yaml'
- !include 'unpacked/Custom_Tile Neutral bfcaf4.yaml' - !include 'unpacked/Custom_Tile Neutral 04765b.yaml'
- !include 'unpacked/Custom_Tile Neutral a1e2a3.yaml' - !include 'unpacked/Custom_Tile Neutral b71036.yaml'
- !include 'unpacked/Custom_Tile Neutral 460250.yaml' - !include 'unpacked/Custom_Tile Neutral 1cb302.yaml'
- !include 'unpacked/Custom_Tile Neutral 7ffb43.yaml' - !include 'unpacked/Custom_Tile Neutral bbc5d4.yaml'
- !include 'unpacked/Custom_Tile Neutral d7910b.yaml' - !include 'unpacked/Custom_Tile Neutral 429bb3.yaml'
- !include 'unpacked/Custom_Tile Neutral b8409d.yaml' - !include 'unpacked/Custom_Tile Neutral 183dbe.yaml'
- !include 'unpacked/Custom_Tile Neutral 719ff4.yaml' - !include 'unpacked/Custom_Tile Neutral b80db6.yaml'
- !include 'unpacked/Custom_Tile Neutral 49bf4b.yaml' - !include 'unpacked/Custom_Tile Neutral af1927.yaml'
- !include 'unpacked/Custom_Tile Neutral 26a0a0.yaml' - !include 'unpacked/Custom_Tile Neutral 0329cc.yaml'
- !include 'unpacked/Custom_Tile Neutral a7c0f0.yaml' - !include 'unpacked/Custom_Tile Neutral 5bec40.yaml'
- !include 'unpacked/Custom_Tile Neutral bf7cc9.yaml' - !include 'unpacked/Custom_Tile Neutral 5825ca.yaml'
- !include 'unpacked/Custom_Token Lead Investigator acaa93.yaml' - !include 'unpacked/Custom_Token Lead Investigator acaa93.yaml'
- !include 'unpacked/Custom_Tile ArkhamDB Deck Importer a28140.yaml' - !include 'unpacked/Custom_Tile ArkhamDB Deck Importer a28140.yaml'
- !include 'unpacked/Checker_white Configuration 03804b.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 0a3b03.yaml'
- !include 'unpacked/Custom_Model Decoration - Ammo b43845.yaml' - !include 'unpacked/Custom_Model Decoration - Ammo b43845.yaml'
- !include 'unpacked/Custom_Model Decoration - Ammo d35ee9.yaml' - !include 'unpacked/Custom_Model Decoration - Ammo d35ee9.yaml'
- !include 'unpacked/Notecard Arkham SCE 3.0.0 - 1272023 - Page 1 f873a8.yaml' - !include 'unpacked/Custom_Token Victory Display 6ccd6d.yaml'
PlayArea: 1 - !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: PlayerCounts:
- 0 - 0
- 0 - 0
PlayingTime: PlayingTime:
- 0 - 0
- 0 - 0
SaveName: Arkham SCE - 3.0.0 SaveName: Arkham SCE - 3.1.0
Sky: Sky_Museum Sky: Sky_Museum
SkyURL: https://i.imgur.com/GkQqaOF.jpg SkyURL: https://i.imgur.com/GkQqaOF.jpg
SnapPoints: SnapPoints:
@ -510,9 +512,9 @@ SnapPoints:
y: 1.59 y: 1.59
z: 10.38 z: 10.38
Rotation: Rotation:
x: 0 x: 0.0
y: 270 y: 270.0
z: 0 z: 0.0
- Position: - Position:
x: -2.94 x: -2.94
y: 1.58 y: 1.58
@ -626,141 +628,93 @@ SnapPoints:
y: 1.48 y: 1.48
z: -32.23 z: -32.23
- Position: - Position:
x: 0.7 x: 65.0
y: 1.48 y: 1.48
z: 33.6 z: -55.0
Rotation:
x: 0
y: 270
z: 0
- Position: - Position:
x: -5.35 x: 65.0
y: 1.48 y: 1.48
z: 33.6 z: -71.0
Rotation:
x: 0
y: 270
z: 0
- Position: - Position:
x: -5.35 x: 65.0
y: 1.48 y: 1.48
z: 28.6 z: -87.0
Rotation:
x: 0
y: 270
z: 0
- Position: - Position:
x: 0.7 x: 52.0
y: 1.48 y: 1.48
z: 28.6 z: -87.0
Rotation:
x: 0
y: 270
z: 0
- Position: - Position:
x: 0.7 x: 52.0
y: 1.48 y: 1.48
z: 23.6 z: -71.0
Rotation:
x: 0
y: 270
z: 0
- Position: - Position:
x: -5.35 x: 52.0
y: 1.48 y: 1.48
z: 23.6 z: -55.0
Rotation:
x: 0
y: 270
z: 0
- Position: - Position:
x: 65 x: 39.0
y: 1.48 y: 1.48
z: -55 z: -55.0
- Position: - Position:
x: 65 x: 39.0
y: 1.48 y: 1.48
z: -71 z: -71.0
- Position: - Position:
x: 65 x: 39.0
y: 1.48 y: 1.48
z: -87 z: -87.0
- Position: - Position:
x: 52 x: 26.0
y: 1.48 y: 1.48
z: -87 z: -87.0
- Position: - Position:
x: 52 x: 26.0
y: 1.48 y: 1.48
z: -71 z: -71.0
- Position: - Position:
x: 52 x: 26.0
y: 1.48 y: 1.48
z: -55 z: -55.0
- Position: - Position:
x: 39 x: 13.0
y: 1.48 y: 1.48
z: -55 z: -55.0
- Position: - Position:
x: 39 x: 13.0
y: 1.48 y: 1.48
z: -71 z: -71.0
- Position: - Position:
x: 39 x: 0.0
y: 1.48 y: 1.48
z: -87 z: -55.0
- Position: - Position:
x: 26 x: 0.0
y: 1.48 y: 1.48
z: -87 z: -71.0
- 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
- Position: - Position:
x: 1.6 x: 1.6
y: 1.58 y: 1.58
z: -13.75 z: -13.75
Rotation: Rotation:
x: 0 x: 0.0
y: 315 y: 315.0
z: 0 z: 0.0
- Position:
x: -27
y: 1.48
z: -71
- Position: - Position:
x: -56.24 x: -56.24
y: 1.49 y: 1.49
z: -80.19 z: -80.19
Rotation: Rotation:
x: 0 x: 0.0
y: 135 y: 135.0
z: 180 z: 180.0
- Position:
x: 6.5
y: 1.48
z: -87.0
- Position:
x: -27.0
y: 1.48
z: -56.16
TabStates: TabStates:
'10': '10':
body: "Created by Whimsical\n\nAnything that passes over the remover that isn't body: "Created by Whimsical\n\nAnything that passes over the remover that isn't

View File

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

View File

@ -1,14 +1,14 @@
AltLookAngle: AltLookAngle:
x: 0 x: 0.0
y: 0 y: 0.0
z: 0 z: 0.0
Autoraise: true Autoraise: true
Bag: Bag:
Order: 0 Order: 0
ColorDiffuse: ColorDiffuse:
b: 0 b: 0.0
g: 0.36652 g: 0.366520882
r: 0.70588 r: 0.7058823
ContainedObjects: ContainedObjects:
- !include 'Bag All Player Cards 15bb07/Card Charlie Kane 4deeff.yaml' - !include 'Bag All Player Cards 15bb07/Card Charlie Kane 4deeff.yaml'
- !include 'Bag All Player Cards 15bb07/Card Finn Edwards dd40c0.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 - !include 'Bag All Player Cards 15bb07/CardCustom Pocket Multi Tool Upgrade Sheet
d706e7.yaml' d706e7.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Makeshift Trap Upgrade Sheet 64dfce.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 - !include 'Bag All Player Cards 15bb07/CardCustom Hyperphysical Shotcaster Upgrade
Sheet a4eec2.yaml' Sheet a4eec2.yaml'
- !include 'Bag All Player Cards 15bb07/CardCustom Hunter''s Armor Upgrade Sheet d2d01b.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 Paradimensional Understanding 3c3dfa.yaml'
- !include 'Bag All Player Cards 15bb07/Card Inspector Flint 8247a5.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 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: '' Description: ''
DragSelectable: true DragSelectable: true
GMNotes: '' GMNotes: ''
@ -1548,14 +1550,14 @@ Snap: true
Sticky: true Sticky: true
Tooltip: true Tooltip: true
Transform: Transform:
posX: 77.89 posX: 78.0
posY: 1.04 posY: 0.96
posZ: 27.03 posZ: 27.03
rotX: 0 rotX: 0.0
rotY: 0 rotY: 0.0
rotZ: 0 rotZ: 0.0
scaleX: 1 scaleX: 1.0
scaleY: 1 scaleY: 1.0
scaleZ: 1 scaleZ: 1.0
Value: 0 Value: 0
XmlUI: '' XmlUI: ''

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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