Skip to content

Commit

Permalink
Bobequip2.0 (#217)
Browse files Browse the repository at this point in the history
* Update for changes to how icons works

* Update equipment.lua

Update with new sounds and weight, reorganize items to account for changes in vanilla,

* Update beams.lua

Update with graphics_set and enhanced visual effects. Replace cyclic_sound with working_sound.

* Update personal-roboport.lua

Correct KW to kW. Move icon_size to new correct locations. Add new items sounds. Adjust personal roboport robot_limit to 10, 20, 30, 40, equal to 2 personal robot controllers. Reorganize subgroups.

* Update equipment.lua

Update graphics dimensions. Revise color lookup for night vision equipment. Change bob_personal_laser_defense_equipment to use (inputs). Replace category with ammo_category. Remove flow limits from batteries to match vanilla. Add sounds to night vision equipment. Nerf personal lasers to match vanilla.

* Hide beams from Factoriopedia
  • Loading branch information
Qatavin authored Nov 26, 2024
1 parent 8ade5ca commit f2e5f49
Show file tree
Hide file tree
Showing 5 changed files with 1,364 additions and 378 deletions.
2 changes: 1 addition & 1 deletion bobequipment/data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if not bobmods.equipment then
end

function bobmods.equipment.technology_icon_constant_equipment(technology_icon)
local scale = ((technology_icon.icon_size or 256) / 256) * (technology_icon.scale or 1)
local scale = 0.5
local icons = {
technology_icon,
{
Expand Down
Loading

0 comments on commit f2e5f49

Please sign in to comment.