From EVEDev
[edit] Structure
invContrabandTypes
| Which items are contraband for which faction and legal actions against smugglers.
|
| Column
| Links to
| Used
| Note
|
| factionID
| chrFactions.factionID
| *
| For which faction.
|
| typeID
| invTypes.typeID
| *
| Which item is contraband.
|
| standingLoss
|
| *
| Percent of standing loss when caught.
|
| confiscateMinSec
|
| *
| Minimal security of system where contraband is confiscated.
|
| fineByValue
|
| *
| Size of fine (fineByValue * basePrice * quantity of contraband ???).
|
| attackMinSec
|
| *
| Minimal security of system where smuggler will be shot.
|
[edit] Examples