[Resolved 0.2.8] Rocket Defense script.

This subforum contains all the issues which we already resolved.
Post Reply
Risugami
Burner Inserter
Burner Inserter
Posts: 11
Joined: Tue Feb 12, 2013 12:02 pm
Contact:

[Resolved 0.2.8] Rocket Defense script.

Post by Risugami »

Was looking through the config files and noticed this case of copy-and-paste:

Code: Select all

  {
    "type": "rocket-defense",
    "name": "rocket-defense",
    "flags": ["placeable-player", "player-creation"],
    "collision-box": [[-2.4, -2.4], [2.4, 2.4]],
    "selection-box": [[-2.5, -2.5], [2.5, 2.5]],
    "minable": { "hardness": 0.2, "mining-time": 0.5, "result": "logistic-chest-requester" },
    "max-health": 5000,
    "energy-source":
    {
      "type": "electric",
      "input-priority": "primary",
      "buffer-capacity": 100000
    },
    "picture":
    {
      "filename": "entity/rocket-defense/rocket-defense.png",
      "width": 160,
      "height": 160,
      "priority": "low"
    }
  }
Might want to fix the "minable" before anybody manages to somehow finish that research.

slpwnd
Factorio Staff
Factorio Staff
Posts: 1835
Joined: Sun Feb 03, 2013 2:51 pm
Contact:

Re: Rocket Defense script.

Post by slpwnd »

Wow ! Thanks Risugami ! I mean people reporting bugs that they have encountered is great. But people reporting bugs that no one has encountered yet is just awesome :D

Fixed now, will be shipped in 0.2.8.

Post Reply

Return to “Resolved Problems and Bugs”