Skip to content

Commit 6472cab

Browse files
committed
Update static data and make some changes to support new AT ships
1 parent 56bb821 commit 6472cab

File tree

15 files changed

+5504
-1772
lines changed

15 files changed

+5504
-1772
lines changed

eos/saveddata/ship.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def __getModeItems(self):
126126
valid Item objects, not the Mode objects. Returns None if not a
127127
t3 dessy
128128
"""
129-
if self.item.group.name != "Tactical Destroyer":
129+
if self.item.group.name != "Tactical Destroyer" and self.item.name != "Anhinga":
130130
return None
131131

132132
items = []

gui/builtinContextMenus/shipModeChange.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ def __init__(self):
1717
self.modeMap = {
1818
'Defense': _t('Defense'),
1919
'Propulsion': _t('Propulsion'),
20-
'Sharpshooter': _t('Sharpshooter')
20+
'Sharpshooter': _t('Sharpshooter'),
21+
'Primary': _t('Primary'),
22+
'Secondary': _t('Secondary'),
23+
'Tertiary': _t('Tetriary'), # A mistype by CCP upon anhinga release
24+
'Tetriary': _t('Tetriary'),
2125
}
2226

2327
def display(self, callingWindow, srcContext):

service/market.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@ def __init__(self):
327327
"Sidewinder" : self.les_grp, # AT20 prize
328328
"Cobra" : self.les_grp, # AT20 prize
329329
"Python" : self.les_grp, # AT20 prize
330+
"Skua" : self.les_grp, # AT21 prize
331+
"Anhinga" : self.les_grp, # AT21 prize
330332
}
331333

332334
self.ITEMS_FORCEGROUP_R = self.__makeRevDict(self.ITEMS_FORCEGROUP)

staticdata/fsd_built/dogmaattributes.0.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49168,6 +49168,40 @@
4916849168
"stackable": 1,
4916949169
"unitID": 105
4917049170
},
49171+
"6054": {
49172+
"attributeID": 6054,
49173+
"categoryID": 37,
49174+
"dataType": 5,
49175+
"defaultValue": 0.0,
49176+
"displayWhenZero": 0,
49177+
"highIsGood": 1,
49178+
"name": "AnhingaLargeMissilePowerFittingBonus",
49179+
"published": 0,
49180+
"stackable": 1
49181+
},
49182+
"6055": {
49183+
"attributeID": 6055,
49184+
"categoryID": 37,
49185+
"dataType": 5,
49186+
"defaultValue": 0.0,
49187+
"displayWhenZero": 0,
49188+
"highIsGood": 1,
49189+
"name": "AnhingaLargeMissileCpuFittingBonus",
49190+
"published": 0,
49191+
"stackable": 1
49192+
},
49193+
"6057": {
49194+
"attributeID": 6057,
49195+
"categoryID": 2,
49196+
"dataType": 5,
49197+
"defaultValue": 1.0,
49198+
"description": "",
49199+
"displayWhenZero": 0,
49200+
"highIsGood": 0,
49201+
"name": "modeShieldRechargePostDiv",
49202+
"published": 0,
49203+
"stackable": 1
49204+
},
4917149205
"6062": {
4917249206
"attributeID": 6062,
4917349207
"categoryID": 51,

staticdata/fsd_built/dogmaeffects.0.json

Lines changed: 239 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58317,6 +58317,7 @@
5831758317
],
5831858318
"propulsionChance": 0,
5831958319
"published": 0,
58320+
"rangeAttributeID": 54,
5832058321
"rangeChance": 0
5832158322
},
5832258323
"6216": {
@@ -99669,6 +99670,56 @@
9966999670
"published": 0,
9967099671
"rangeChance": 0
9967199672
},
99673+
"12758": {
99674+
"description_de": "Automatically generated effect",
99675+
"description_en-us": "Automatically generated effect",
99676+
"description_es": "Automatically generated effect",
99677+
"description_fr": "Automatically generated effect",
99678+
"description_it": "Automatically generated effect",
99679+
"description_ja": "Automatically generated effect",
99680+
"description_ko": "Automatically generated effect",
99681+
"description_ru": "Automatically generated effect",
99682+
"description_zh": "Automatically generated effect",
99683+
"descriptionID": 1022818,
99684+
"disallowAutoRepeat": 0,
99685+
"effectCategory": 0,
99686+
"effectID": 12758,
99687+
"effectName": "shipRoleBonusAnhingaLargeMissilePowerFittingBonus",
99688+
"electronicChance": 0,
99689+
"isAssistance": 0,
99690+
"isOffensive": 0,
99691+
"isWarpSafe": 0,
99692+
"modifierInfo": [
99693+
{
99694+
"domain": "shipID",
99695+
"func": "LocationGroupModifier",
99696+
"groupID": 1245,
99697+
"modifiedAttributeID": 30,
99698+
"modifyingAttributeID": 6054,
99699+
"operation": 0
99700+
},
99701+
{
99702+
"domain": "shipID",
99703+
"func": "LocationGroupModifier",
99704+
"groupID": 506,
99705+
"modifiedAttributeID": 30,
99706+
"modifyingAttributeID": 6054,
99707+
"operation": 0
99708+
},
99709+
{
99710+
"domain": "shipID",
99711+
"func": "LocationGroupModifier",
99712+
"groupID": 508,
99713+
"modifiedAttributeID": 30,
99714+
"modifyingAttributeID": 6054,
99715+
"operation": 0
99716+
}
99717+
],
99718+
"propulsionChance": 0,
99719+
"published": 0,
99720+
"rangeAttributeID": 54,
99721+
"rangeChance": 0
99722+
},
9967299723
"12759": {
9967399724
"disallowAutoRepeat": 0,
9967499725
"effectCategory": 4,
@@ -99770,6 +99821,131 @@
9977099821
"published": 0,
9977199822
"rangeChance": 0
9977299823
},
99824+
"12764": {
99825+
"disallowAutoRepeat": 0,
99826+
"effectCategory": 0,
99827+
"effectID": 12764,
99828+
"effectName": "shipRoleBonusAnhingaLargeMissileCpuFittingBonus",
99829+
"electronicChance": 0,
99830+
"isAssistance": 0,
99831+
"isOffensive": 0,
99832+
"isWarpSafe": 0,
99833+
"modifierInfo": [
99834+
{
99835+
"domain": "shipID",
99836+
"func": "LocationGroupModifier",
99837+
"groupID": 1245,
99838+
"modifiedAttributeID": 50,
99839+
"modifyingAttributeID": 6055,
99840+
"operation": 0
99841+
},
99842+
{
99843+
"domain": "shipID",
99844+
"func": "LocationGroupModifier",
99845+
"groupID": 506,
99846+
"modifiedAttributeID": 50,
99847+
"modifyingAttributeID": 6055,
99848+
"operation": 0
99849+
},
99850+
{
99851+
"domain": "shipID",
99852+
"func": "LocationGroupModifier",
99853+
"groupID": 508,
99854+
"modifiedAttributeID": 50,
99855+
"modifyingAttributeID": 6055,
99856+
"operation": 0
99857+
}
99858+
],
99859+
"propulsionChance": 0,
99860+
"published": 0,
99861+
"rangeAttributeID": 54,
99862+
"rangeChance": 0
99863+
},
99864+
"12765": {
99865+
"disallowAutoRepeat": 0,
99866+
"effectCategory": 0,
99867+
"effectID": 12765,
99868+
"effectName": "shipBonusTorpedoAndCruiseMissileExplosionVelocityMB",
99869+
"electronicChance": 0,
99870+
"isAssistance": 0,
99871+
"isOffensive": 0,
99872+
"isWarpSafe": 0,
99873+
"modifierInfo": [
99874+
{
99875+
"domain": "charID",
99876+
"func": "OwnerRequiredSkillModifier",
99877+
"modifiedAttributeID": 653,
99878+
"modifyingAttributeID": 490,
99879+
"operation": 6,
99880+
"skillTypeID": 3325
99881+
},
99882+
{
99883+
"domain": "charID",
99884+
"func": "OwnerRequiredSkillModifier",
99885+
"modifiedAttributeID": 653,
99886+
"modifyingAttributeID": 490,
99887+
"operation": 6,
99888+
"skillTypeID": 3326
99889+
}
99890+
],
99891+
"propulsionChance": 0,
99892+
"published": 0,
99893+
"rangeChance": 0
99894+
},
99895+
"12766": {
99896+
"disallowAutoRepeat": 0,
99897+
"effectCategory": 0,
99898+
"effectID": 12766,
99899+
"effectName": "shipBonusTorpedoAndCruiseMissileExplosionRadiusCBC1",
99900+
"electronicChance": 0,
99901+
"isAssistance": 0,
99902+
"isOffensive": 0,
99903+
"isWarpSafe": 0,
99904+
"modifierInfo": [
99905+
{
99906+
"domain": "charID",
99907+
"func": "OwnerRequiredSkillModifier",
99908+
"modifiedAttributeID": 654,
99909+
"modifyingAttributeID": 743,
99910+
"operation": 6,
99911+
"skillTypeID": 3326
99912+
},
99913+
{
99914+
"domain": "charID",
99915+
"func": "OwnerRequiredSkillModifier",
99916+
"modifiedAttributeID": 654,
99917+
"modifyingAttributeID": 743,
99918+
"operation": 6,
99919+
"skillTypeID": 3325
99920+
}
99921+
],
99922+
"propulsionChance": 0,
99923+
"published": 0,
99924+
"rangeChance": 0
99925+
},
99926+
"12767": {
99927+
"disallowAutoRepeat": 0,
99928+
"effectCategory": 0,
99929+
"effectID": 12767,
99930+
"effectName": "tacticalBonusSkuaDefensiveShieldRechargeRate",
99931+
"electronicChance": 0,
99932+
"guid": "",
99933+
"isAssistance": 0,
99934+
"isOffensive": 0,
99935+
"isWarpSafe": 0,
99936+
"modifierInfo": [
99937+
{
99938+
"domain": "shipID",
99939+
"func": "ItemModifier",
99940+
"modifiedAttributeID": 479,
99941+
"modifyingAttributeID": 6057,
99942+
"operation": 5
99943+
}
99944+
],
99945+
"propulsionChance": 0,
99946+
"published": 0,
99947+
"rangeChance": 0
99948+
},
9977399949
"12771": {
9977499950
"disallowAutoRepeat": 0,
9977599951
"effectCategory": 0,
@@ -99861,5 +100037,68 @@
99861100037
"propulsionChance": 0,
99862100038
"published": 0,
99863100039
"rangeChance": 0
100040+
},
100041+
"12777": {
100042+
"disallowAutoRepeat": 0,
100043+
"effectCategory": 0,
100044+
"effectID": 12777,
100045+
"effectName": "roleBonusCDLinksPGCPUReductionSkua",
100046+
"electronicChance": 0,
100047+
"isAssistance": 0,
100048+
"isOffensive": 0,
100049+
"isWarpSafe": 0,
100050+
"modifierInfo": [
100051+
{
100052+
"domain": "shipID",
100053+
"func": "LocationRequiredSkillModifier",
100054+
"modifiedAttributeID": 30,
100055+
"modifyingAttributeID": 2064,
100056+
"operation": 6,
100057+
"skillTypeID": 3348
100058+
},
100059+
{
100060+
"domain": "shipID",
100061+
"func": "LocationRequiredSkillModifier",
100062+
"modifiedAttributeID": 50,
100063+
"modifyingAttributeID": 2064,
100064+
"operation": 6,
100065+
"skillTypeID": 3348
100066+
}
100067+
],
100068+
"propulsionChance": 0,
100069+
"published": 0,
100070+
"rangeChance": 0
100071+
},
100072+
"12790": {
100073+
"disallowAutoRepeat": 0,
100074+
"effectCategory": 0,
100075+
"effectID": 12790,
100076+
"effectName": "shipBonusTorpedoAndCruiseMissileExplosionVelocityCBC2",
100077+
"electronicChance": 0,
100078+
"isAssistance": 0,
100079+
"isOffensive": 0,
100080+
"isWarpSafe": 0,
100081+
"modifierInfo": [
100082+
{
100083+
"domain": "charID",
100084+
"func": "OwnerRequiredSkillModifier",
100085+
"modifiedAttributeID": 653,
100086+
"modifyingAttributeID": 745,
100087+
"operation": 6,
100088+
"skillTypeID": 3325
100089+
},
100090+
{
100091+
"domain": "charID",
100092+
"func": "OwnerRequiredSkillModifier",
100093+
"modifiedAttributeID": 653,
100094+
"modifyingAttributeID": 745,
100095+
"operation": 6,
100096+
"skillTypeID": 3326
100097+
}
100098+
],
100099+
"propulsionChance": 0,
100100+
"published": 0,
100101+
"rangeAttributeID": 54,
100102+
"rangeChance": 0
99864100103
}
99865100104
}

staticdata/fsd_built/groups.0.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30372,15 +30372,15 @@
3037230372
"categoryID": 11,
3037330373
"fittableNonSingleton": 0,
3037430374
"groupID": 4949,
30375-
"groupName_de": "Interbus-Lieferdrohnen",
30375+
"groupName_de": "Interbus-Yoiul-LADs",
3037630376
"groupName_en-us": "InterBus Yoiul LADs",
30377-
"groupName_es": "Drones de entrega de InterBus",
30378-
"groupName_fr": "Drones de livraison InterBus",
30377+
"groupName_es": "MAL de Yoiul de InterBus",
30378+
"groupName_fr": "LUTINs de Yoiul d'InterBus",
3037930379
"groupName_it": "InterBus Yoiul LADs",
30380-
"groupName_ja": "インターバス配送ドローン",
30381-
"groupName_ko": "인터버스 배송 드론",
30382-
"groupName_ru": "Дроны-доставщики «ИнтерБас»",
30383-
"groupName_zh": "星际捷运配送无人机",
30380+
"groupName_ja": "インターバス・ヨイウルLAD",
30381+
"groupName_ko": "인터버스 요이얼 LAD",
30382+
"groupName_ru": "Йольские ГАДы консорциума «ИнтерБас»",
30383+
"groupName_zh": "星际捷运尤尔节自动化物流配送舰",
3038430384
"groupNameID": 1025585,
3038530385
"published": 0,
3038630386
"useBasePrice": 0

staticdata/fsd_built/requiredskillsfortypes.0.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30076,6 +30076,12 @@
3007630076
"3436": 1,
3007730077
"9955": 5
3007830078
},
30079+
"89807": {
30080+
"33096": 1
30081+
},
30082+
"89808": {
30083+
"35680": 1
30084+
},
3007930085
"90037": {
3008030086
"11584": 3
3008130087
},
@@ -30249,9 +30255,6 @@
3024930255
"43703": 1,
3025030256
"60515": 1
3025130257
},
30252-
"90665": {
30253-
"3386": 1
30254-
},
3025530258
"90669": {
3025630259
"3405": 1
3025730260
},

0 commit comments

Comments
 (0)