File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ options:
6666</details >
6767
6868## Game Log Version Compatibility
69- Compatible with ` LIVE ` (` 4.3.1 ` ).\
69+ Compatible with ` LIVE ` (` 4.3.2 ` ).\
7070Originally developed for ` 4.0_PREVIEW ` .\
7171Mostly compatible with ` 3.24.X ` .
7272
Original file line number Diff line number Diff line change 306306 "canister_gas_2_a" : "Explosive Canister" ,
307307 "canister_gas_3_a" : "Explosive Canister" ,
308308 "canister_gas_4_a" : "Explosive Canister" ,
309+ "canister_plasma_1_b" : "Plasma Canister" ,
309310 "Carryable_TBO_FL_16SCU_Commodity_ProcessedGoods_GenericExplosive_Detatrine" : "Detatrine (16 SCU)" ,
310311 "Carryable_TBO_FL_1SCU_Commodity_ProcessedGoods_GenericExplosive" : "Diluthermex" ,
311312 "Carryable_TBO_FL_1SCU_Commodity_ProcessedGoods_GenericExplosive_Detatrine" : "Detatrine (1 SCU)" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class GameVersion(NamedTuple):
1313 version : Version
1414
1515
16- GAME_VERSION = GameVersion ("Alpha" , Version ("4.3.1 " ))
16+ GAME_VERSION = GameVersion ("Alpha" , Version ("4.3.2 " ))
1717
1818
1919local_version = Version (version ("allslain" ))
You can’t perform that action at this time.
0 commit comments