Merge branch 'master' into patches

This commit is contained in:
Adam Goldsmith 2023-07-08 12:05:36 -04:00
commit 4a64456ad3
3038 changed files with 213848 additions and 67691 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 -->

File diff suppressed because it is too large Load Diff

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