bunch of misc things before the update (#2236)

* update pakku for core

* Update moldraw.yaml

* kaolinite moment

* adjust flintlock to wrought iron to see how it goes

* tweak flintlock damage

* Update CHANGELOG.md

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>

---------

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
GameStar 2025-11-17 22:22:21 -06:00 committed by GitHub
parent b2f70d3f99
commit 6945751ac4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 758 additions and 23 deletions

View file

@ -109,6 +109,17 @@ const gunDataLogic = (event) => {
const id = event.getId().toString();
const json = JSON.parse(event.getStdJson());
if (id === "ulv_guns:flintlock_data"){
json.bullet.damage = 14;
json.bullet.extra_damage.damage_adjust =
[
{"distance": 15, "damage": 14},
{"distance": 35, "damage": 12},
{"distance": 45, "damage": 10},
{"distance": "infinite", "damage": 8}
]
}
if(id === "create_armorer:pistol_revolver_torque_data"){
json.bullet.extra_damage.armor_ignore = 0.25;
}

View file

@ -10,13 +10,13 @@ function registerTACZGunRecipes(event){
], {
A: '#forge:tools/files',
B: 'tfg:flintlock_mechanism',
C: 'gtceu:steel_small_fluid_pipe',
C: 'gtceu:lead_small_fluid_pipe',
D: '#firmaciv:hard_wood',
E: '#forge:tools/saws',
F: '#forge:ingots/brass',
G: '#forge:tools/screwdrivers'
}).id('tacz:flintlock_pistol');
}).id('tfg_tacz:flintlock_pistol');
/* NYI
event.shaped(Item.of('tacz:modern_kinetic_gun', '{GunCurrentAmmoCount:0,GunFireMode:"SEMI",GunId:"ulv_guns:blunderbuss",HasBulletInBarrel:1b}'), [
'ABC',
@ -46,7 +46,7 @@ function registerTACZGunRecipes(event){
F: '#forge:ingots/black_steel',
G: '#forge:tools/screwdrivers'
}).id('tacz:trapdoor_rifle');
}).id('tfg_tacz:trapdoor_rifle');
//DB shotguns
event.recipes.gtceu.assembler('tfg_tacz:db_short')

View file

@ -59,6 +59,22 @@ function registerTACZMiscRecipes(event) {
}).id('tfg:shell_casing_extruder_mold');
//Mechanisms
event.shaped('tfg:flintlock_mechanism', [
'ABC',
'DEF',
'GHI'
], {
A: '#forge:tools/screwdrivers',
B: '#forge:gems/flint',
C: '#forge:tools/files',
D: '#forge:springs',
E: '#forge:bolts/wrought_iron',
F: '#forge:double_plates/wrought_iron',
G: '#forge:tools/wire_cutters',
H: '#forge:gears/wrought_iron',
I: '#forge:tools/hammers'
}).id('tfg:shaped/flintlock_mechanism_iron');
event.shaped('tfg:flintlock_mechanism', [
'ABC',
'DEF',
@ -73,7 +89,7 @@ function registerTACZMiscRecipes(event) {
G: '#forge:tools/wire_cutters',
H: '#forge:small_gears/steel',
I: '#forge:tools/hammers'
}).id('tfg:shaped/flintlock_mechanism');
}).id('tfg:shaped/flintlock_mechanism_steel');
event.recipes.gtceu.assembler('tfg:advanced_clockwork_mechanism')
.itemInputs('2x greate:aluminium_cogwheel', 'greate:silicone_rubber_belt_connector', '2x #forge:springs/aluminium',