Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Feature: Play Essentials
Browse files Browse the repository at this point in the history
- All the change that I felt were needed to make the game playable solo. So, you can now do everything in the game, except for most of the pirate system (no quests, theme parks, smuggling, or business system, yet).
- Full Documentation: doc/features/mod-playBasics.md
Merge branch 'mod-playBasics' into hondo-master
  • Loading branch information
R. Bassett Jr. (Tatwi) committed Jul 13, 2017
2 parents 74d68ec + a9d37fb commit 94c7747
Show file tree
Hide file tree
Showing 411 changed files with 7,372 additions and 2,522 deletions.
18 changes: 9 additions & 9 deletions MMOCoreORB/bin/conf/config.lua
Expand Up @@ -91,20 +91,20 @@ ZonesEnabled = {
--"11",
--"character_farm",
--"cinco_city_test_m5",
--"corellia",
"corellia",
--"creature_test",
--"dantooine",
--"dathomir",
"dantooine",
"dathomir",
--"dungeon1",
--"endor",
"endor",
--"endor_asommers",
--"floratest",
--"godclient_test",
--"lok",
--"naboo",
"lok",
"naboo",
--"otoh_gunga",
--"rivertest",
--"rori",
"rori",
--"runtimerules",
"simple",
--"space_09",
Expand All @@ -124,13 +124,13 @@ ZonesEnabled = {
--"space_tatooine_2",
--"space_yavin4",
--"taanab",
--"talus",
"talus",
"tatooine",
--"test_wearables",
"tutorial",
--"umbra",
--"watertabletest",
--"yavin4"
"yavin4"
}


Expand Down
1 change: 1 addition & 0 deletions MMOCoreORB/bin/scripts/loot/groups.lua
Expand Up @@ -27,6 +27,7 @@ includeFile("groups/sith_shadow_intro_theater_datapad.lua")
includeFile("groups/skill_buffs.lua")
includeFile("groups/tailor_components.lua")
includeFile("groups/treasure_map_group.lua")
includeFile("groups/hondo_common.lua")

-- armor sub-folder
includeFile("groups/armor/armor_all.lua")
Expand Down
427 changes: 427 additions & 0 deletions MMOCoreORB/bin/scripts/loot/groups/hondo_common.lua

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions MMOCoreORB/bin/scripts/loot/groups/junk.lua
Expand Up @@ -19,10 +19,10 @@ junk = {
{itemTemplate = "dermal_analyzer", weight = 295000},
{itemTemplate = "dud_firework_grey", weight = 295000},
{itemTemplate = "dud_firework_red", weight = 295000},
{itemTemplate = "empty_cage", weight = 295000},
{itemTemplate = "junk_empty_cage", weight = 295000},
{itemTemplate = "expensive_basket", weight = 295000},
{itemTemplate = "expired_ticket", weight = 295000},
{itemTemplate = "hyperdrive_part", weight = 295000},
{itemTemplate = "junk_hyperdrive_part", weight = 295000},
{itemTemplate = "ledger", weight = 295000},
{itemTemplate = "locked_briefcase", weight = 295000},
{itemTemplate = "locked_container", weight = 295000},
Expand Down
7 changes: 5 additions & 2 deletions MMOCoreORB/bin/scripts/loot/items/attachment_armor.lua
Expand Up @@ -8,7 +8,10 @@ attachment_armor = {
craftingValues = {
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 10,
junkMaxValue = 500
}

addLootItemTemplate("attachment_armor", attachment_armor)
addLootItemTemplate("attachment_armor", attachment_armor)
7 changes: 5 additions & 2 deletions MMOCoreORB/bin/scripts/loot/items/attachment_clothing.lua
Expand Up @@ -8,7 +8,10 @@ attachment_clothing = {
craftingValues = {
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 10,
junkMaxValue = 500
}

addLootItemTemplate("attachment_clothing", attachment_clothing)
addLootItemTemplate("attachment_clothing", attachment_clothing)
Expand Up @@ -10,7 +10,10 @@ balanced_feed_mechanism = {
{"useCount",1,5,0},
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 20,
junkMaxValue = 40
}

addLootItemTemplate("balanced_feed_mechanism", balanced_feed_mechanism)
Expand Up @@ -8,7 +8,10 @@ blacksun_razor_knuckler_schematic = {
craftingValues = {
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 20,
junkMaxValue = 40
}

addLootItemTemplate("blacksun_razor_knuckler_schematic", blacksun_razor_knuckler_schematic)
5 changes: 4 additions & 1 deletion MMOCoreORB/bin/scripts/loot/items/blank_canvas.lua
Expand Up @@ -6,7 +6,10 @@ blank_canvas = {
craftingValues = {
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 20,
junkMaxValue = 40
}

addLootItemTemplate("blank_canvas", blank_canvas)
5 changes: 4 additions & 1 deletion MMOCoreORB/bin/scripts/loot/items/bubble_tank_schematic.lua
Expand Up @@ -6,7 +6,10 @@ bubble_tank_schematic = {
craftingValues = {
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 2,
junkMaxValue = 4
}

addLootItemTemplate("bubble_tank_schematic", bubble_tank_schematic)
Expand Up @@ -6,7 +6,10 @@ coa_decoder_housing = {
craftingValues = {
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 10,
junkMaxValue = 18,
}

addLootItemTemplate("coa_decoder_housing", coa_decoder_housing)
5 changes: 4 additions & 1 deletion MMOCoreORB/bin/scripts/loot/items/coa/coa_decoder_power.lua
Expand Up @@ -6,7 +6,10 @@ coa_decoder_power = {
craftingValues = {
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 10,
junkMaxValue = 18,
}

addLootItemTemplate("coa_decoder_power", coa_decoder_power)
Expand Up @@ -6,7 +6,10 @@ coa_decoder_processor = {
craftingValues = {
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 10,
junkMaxValue = 18,
}

addLootItemTemplate("coa_decoder_processor", coa_decoder_processor)
5 changes: 4 additions & 1 deletion MMOCoreORB/bin/scripts/loot/items/coa/coa_decoder_reader.lua
Expand Up @@ -6,7 +6,10 @@ coa_decoder_reader = {
craftingValues = {
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 10,
junkMaxValue = 18,
}

addLootItemTemplate("coa_decoder_reader", coa_decoder_reader)
5 changes: 4 additions & 1 deletion MMOCoreORB/bin/scripts/loot/items/coa/coa_decoder_screen.lua
Expand Up @@ -6,7 +6,10 @@ coa_decoder_screen = {
craftingValues = {
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 10,
junkMaxValue = 18,
}

addLootItemTemplate("coa_decoder_screen", coa_decoder_screen)
Expand Up @@ -6,7 +6,10 @@ coa_decoder_translation = {
craftingValues = {
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 10,
junkMaxValue = 18,
}

addLootItemTemplate("coa_decoder_translation", coa_decoder_translation)
5 changes: 4 additions & 1 deletion MMOCoreORB/bin/scripts/loot/items/coa/coa_imp_1.lua
Expand Up @@ -6,7 +6,10 @@ coa_imp_1 = {
craftingValues = {
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 10,
junkMaxValue = 18,
}

addLootItemTemplate("coa_imp_1", coa_imp_1)
5 changes: 4 additions & 1 deletion MMOCoreORB/bin/scripts/loot/items/coa/coa_imp_2.lua
Expand Up @@ -6,7 +6,10 @@ coa_imp_2 = {
craftingValues = {
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 10,
junkMaxValue = 18,
}

addLootItemTemplate("coa_imp_2", coa_imp_2)
5 changes: 4 additions & 1 deletion MMOCoreORB/bin/scripts/loot/items/coa/coa_imp_3.lua
Expand Up @@ -6,7 +6,10 @@ coa_imp_3 = {
craftingValues = {
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 10,
junkMaxValue = 18,
}

addLootItemTemplate("coa_imp_3", coa_imp_3)
5 changes: 4 additions & 1 deletion MMOCoreORB/bin/scripts/loot/items/coa/coa_imp_4.lua
Expand Up @@ -6,7 +6,10 @@ coa_imp_4 = {
craftingValues = {
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 10,
junkMaxValue = 18,
}

addLootItemTemplate("coa_imp_4", coa_imp_4)
5 changes: 4 additions & 1 deletion MMOCoreORB/bin/scripts/loot/items/coa/coa_reb_1.lua
Expand Up @@ -6,7 +6,10 @@ coa_reb_1 = {
craftingValues = {
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 10,
junkMaxValue = 18,
}

addLootItemTemplate("coa_reb_1", coa_reb_1)
5 changes: 4 additions & 1 deletion MMOCoreORB/bin/scripts/loot/items/coa/coa_reb_2.lua
Expand Up @@ -6,7 +6,10 @@ coa_reb_2 = {
craftingValues = {
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 10,
junkMaxValue = 18,
}

addLootItemTemplate("coa_reb_2", coa_reb_2)
5 changes: 4 additions & 1 deletion MMOCoreORB/bin/scripts/loot/items/coa/coa_reb_3.lua
Expand Up @@ -6,7 +6,10 @@ coa_reb_3 = {
craftingValues = {
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 10,
junkMaxValue = 18,
}

addLootItemTemplate("coa_reb_3", coa_reb_3)
5 changes: 4 additions & 1 deletion MMOCoreORB/bin/scripts/loot/items/coa/coa_reb_4.lua
Expand Up @@ -6,7 +6,10 @@ coa_reb_4 = {
craftingValues = {
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 10,
junkMaxValue = 18,
}

addLootItemTemplate("coa_reb_4", coa_reb_4)
5 changes: 4 additions & 1 deletion MMOCoreORB/bin/scripts/loot/items/coa/coa_rebel_message.lua
Expand Up @@ -6,7 +6,10 @@ coa_rebel_message = {
craftingValues = {
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 10,
junkMaxValue = 18,
}

addLootItemTemplate("coa_rebel_message", coa_rebel_message)
Expand Up @@ -14,7 +14,10 @@ brackaset_plates = {
{"useCount",1,7,0},
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 5,
junkMaxValue = 50
}

addLootItemTemplate("brackaset_plates", brackaset_plates)
Expand Up @@ -14,7 +14,10 @@ dune_lizard_scales = {
{"useCount",1,10,0},
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 5,
junkMaxValue = 50
}

addLootItemTemplate("dune_lizard_scales", dune_lizard_scales)
5 changes: 4 additions & 1 deletion MMOCoreORB/bin/scripts/loot/items/creature/fambaa_plates.lua
Expand Up @@ -14,7 +14,10 @@ fambaa_plates = {
{"useCount",1,10,0},
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 5,
junkMaxValue = 50
}

addLootItemTemplate("fambaa_plates", fambaa_plates)
Expand Up @@ -12,7 +12,10 @@ giant_dune_kimogila_scale = {
{"useCount",1,2,0},
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 5,
junkMaxValue = 50
}

addLootItemTemplate("giant_dune_kimogila_scale", giant_dune_kimogila_scale)
Expand Up @@ -12,7 +12,10 @@ gurk_king_hide = {
{"useCount",1,2,0},
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 5,
junkMaxValue = 50
}

addLootItemTemplate("gurk_king_hide", gurk_king_hide)
Expand Up @@ -16,7 +16,10 @@ kimogila_scales = {
{"useCount",1,10,0},
},
customizationStringNames = {},
customizationValues = {}
customizationValues = {},
junkDealerTypeNeeded = JUNKGENERIC,
junkMinValue = 5,
junkMaxValue = 50
}

addLootItemTemplate("kimogila_scales", kimogila_scales)

0 comments on commit 94c7747

Please sign in to comment.