Changeset 1a265e5ef0b0ffa3d03c4361e789c218b28bffe9
- Timestamp:
- 08/25/07 18:49:01
(1 year ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1188060541 +0200
- git-parent:
[d5e693da73e48b2496378eb0b37c6d8b8cdf9e5c]
- git-author:
- Christopher Jung <bktheg@web.de> 1188060541 +0200
- Message:
Schiffsansicht: Ablative Panzerung wird nun angezeigt
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r4cdd57b |
r1a265e5 |
|
| 1182 | 1182 | "ship.hull", Common.ln(ship.getHull()), |
|---|
| 1183 | 1183 | "shiptype.hull", Common.ln(shiptype.getHull()), |
|---|
| | 1184 | "ship.ablativearmor.color", genSubColor(ship.getAblativeArmor(), shiptype.getAblativeArmor()), |
|---|
| | 1185 | "ship.ablativearmor", Common.ln(ship.getAblativeArmor()), |
|---|
| | 1186 | "shiptype.ablativearmor", Common.ln(shiptype.getAblativeArmor()), |
|---|
| 1184 | 1187 | "ship.shields.color", genSubColor(ship.getShields(), shiptype.getShields()), |
|---|
| 1185 | 1188 | "ship.shields", Common.ln(ship.getShields()), |
|---|
| r5fa2480 |
r1a265e5 |
|
| 73 | 73 | {ship.hull}/{shiptype.hull} |
|---|
| 74 | 74 | </span> |
|---|
| | 75 | {if shiptype.ablativearmor} |
|---|
| | 76 | <br /> |
|---|
| | 77 | Ablative Panzerung: |
|---|
| | 78 | <span style="color:{ship.ablativearmor.color}"> |
|---|
| | 79 | {ship.ablativearmor}/{shiptype.ablativearmor} |
|---|
| | 80 | </span> |
|---|
| | 81 | {/endif} |
|---|
| 75 | 82 | {if shiptype.shields} |
|---|
| 76 | 83 | <br /> |
|---|