adaneslavo / More-Unique-Components-for-VP

Adds 3rd and 4th unique component to each civilization.
1 stars 6 forks source link

Lua for Korea #48

Closed theazuresoul closed 6 years ago

theazuresoul commented 6 years ago

Chaebol - need lua to give Chaebol building Gold and % GPPs for every international trade route on empire

Infixo commented 6 years ago
  1. Create a dummy with effects for 1 TR
  2. numTR = pPlayer:GetNumInternationalTradeRoutes()
  3. Find city with Chaebol
  4. pCity:SetNumRealBuilding(dummy,numTR) This way yields will be shown in tooltips.
adaneslavo commented 6 years ago

Similar code like Waag has GPP and Defense.

Hokath commented 6 years ago

Submitted pull requests, please give it a quick once-over